Create Your Own Map in Crusader Kings 3! - Custom Map Tutorial

  Рет қаралды 26,282

flinker

flinker

Жыл бұрын

Feel free to subscribe and leave your tutorial ideas in the comments below!
Buy me a coffee if you want: ko-fi.com/flinker
This is how to create your own custom map in Crusader Kings 3:
1. Download Blank Map Mod forum.paradoxplaza.com/forum/...
2. Change the path in the descriptor file
3. Edit the heightmap.png (either draw your own in photoshop or create one in azgaars fantasy map)
4. Export the heightmap as grayscale into your map_data folder, replacing the heightmap.png
5. Open the mapeditor, using -mapeditor as your launch option in the steam game settings
6. Repack your heightmap in the map editor for it to be shown
7. Keep on editing your heightmap/edit the visual terrain in the map editor until you are happy with it, then save it and close the editor
8. Open the provinces.png (found in map_data) with Photoshop
9. Select your landmass from the heightmap and duplicate it to the provinces.png
10. Make it one color by adding a color overlay
11. Remove all the transparent pixels, tutorial here:
• In the Layers panel, Ctrl+click (or, if on mac Cmd+click) the layer thumbnail to turn its transparency into a selection.
• Use Select Edit in Quick Mask Mode to enter Quick Mask Mode.
• Use Image Adjustments Threshold and set the Threshold to 255, to remove all transparent pixels.
• Push Ctrl+i (or if on mac Cmd + i) to inverse the mask.
• Exit Quick Mask Mode with Select Edit in Quick Mask Mode.
• Make sure the layer is selected and press Delete to remove the transparent pixels.
From graphicdesign.stackexchange.c...
12. Start painting your provinces, each with an individual RGB-color and no half transparent pixels
13. Export your file as a png to replace the provinces.png
14. Now edit the definition file (map_data) to add your provinces, using the following pattern and the RGB-colors of your provinces:
id;R;G;B;name;x;
15. Check if your provinces were added in the map editor
16. Now add your provinces to the landed_titles.txt (common folder) using the following pattern:
e_empire_tier = {
color = { 0 0 0 }
color2 = { 255 255 255 }
capital = c_county_tier
k_kingdom_tier = {
color = { 0 0 0 }
color2 = { 255 255 255 }
capital = c_county_tier
d_duchy_tier = {
color = { 0 0 0 }
color2 = { 255 255 255 }
capital = c_county_tier
c_county_tier = {
color = { 227 115 149 }
color2 = { 255 255 255 }
b_test1 = {
province = 1
}
b_test2 = {
province = 3
}
}
}
}
}
17. Create the province locators (building, player stack, combat, siege), duplicating the existing entries to add your number of provinces
Edit the map objects in the map editor using the auto-nudging tool, remember to save the game after

Пікірлер: 166
@NerdSquadGaming117
@NerdSquadGaming117 3 ай бұрын
For those who are wondering, using 2 as province ID doesn't work because its already set as a sea zone province in the "default . map" file (spaced because YT thinks its a link), which can be found in map data. You can remove it from the brackets in "sea_zones = LIST { 2 }" and then use it in landed titles. It bothered me so much that I had to skip the number two in my defines, so I spent waaay too long searching for this in the files lmao, hope this helps someone!
@truelingoism
@truelingoism 2 ай бұрын
much thanks!
@Nerdlore.
@Nerdlore. Жыл бұрын
Custom culture tutorials would be awesome. Great video, worked perfectly.
@flinkerCK
@flinkerCK Жыл бұрын
Noted for the next few tutorials, thank you!
@eskija1035
@eskija1035 Жыл бұрын
This is absolutely, positively, awesome! Not to mention wildly helpful. Seeing how to create custom characters for any given start date would be wonderful :)
@flinkerCK
@flinkerCK Жыл бұрын
Thank you so much! Noted for the next tutorials :)
@nathanielhm
@nathanielhm 9 ай бұрын
Just wanted to say that your original series from two years ago remains the most useful single resource for ck3 modding out there. I would not have been able to enter the modding scene at all if not for you, so just, thanks!
@Lightclaw
@Lightclaw 11 ай бұрын
Honestly, please do another one. Super helpful; Especially since they're long and basically unedited- better honestly.
@Rayblov
@Rayblov 28 күн бұрын
If anyone's having an issue with "Failed to set up terrain for map editor". from the experiences I've seen, it come about from people who aren't using photoshop not following/missing the instructions from 3:40 to 3:50, on GIMP this can be achieved when you export the image. at the last step of the export, one of the default options is "automatic pixelformat" and this needs to be switched to "16bpc gray". Hope this helps anyone struggling!
@yewty9894
@yewty9894 11 ай бұрын
after a couple thousand hours, the old map has started to become boring. would love to see a new map mod.
@mariusmuhle4679
@mariusmuhle4679 Жыл бұрын
This is exactly what I needed. Good video!
@WmJared
@WmJared Жыл бұрын
Aw yeah time to merge this and artifexian and biblioridian theorycraftin and see if I can actually crank out a mod now thank you for this definitely will watch whatever create custom stuff videos you put out!
@barbariancataphract5103
@barbariancataphract5103 11 ай бұрын
Also there is a nice way of getting sensible heightmaps onto custom coastlines - there are Earth's satelitary heightmaps available online, where you can render needed parts and then you can copy it into the heightmap and play with it until you get the desired shape!
@FieryDawn
@FieryDawn 10 ай бұрын
Thank you so much for this! I finally got started on building my own mod for my own fantasy world. I would love to have you explain start dates and character placements if you could.
@flinkerCK
@flinkerCK 10 ай бұрын
Will do in a video soon!
@davidrittle5980
@davidrittle5980 Жыл бұрын
I don't have photoshop, I use gimp, and i'm not used to image editing but eventually I got the 16-bit grayscale stuff to work! Thank you for your extremely helpful tutorial videos, I'll be keeping an eye on your channel!
@flinkerCK
@flinkerCK Жыл бұрын
Great to hear, thank you very much!
@slctd_chrctr
@slctd_chrctr 10 ай бұрын
I use GIMP (thanks to you btw !) and I'm currently stuck at the 16-bit grayscale step. How did you manage to convert your image into 16 bits ? I have selected the option but once exported the image is still in 64 bits, I can't go further just because of this -_-'
@katelyn3928
@katelyn3928 8 ай бұрын
Where do you put the color code for the sea at? I've got it coded as a province in my definitions spreadsheet cause I don't know where else to put it, and it causes weird issues in map editor.
@elfousiantv5445
@elfousiantv5445 6 ай бұрын
im trying to make a map with custom resolution thats 1:1 so 5504x5504 but at the top some of the map is always black every file is in the right width and height any fix to this?
@slctd_chrctr
@slctd_chrctr 10 ай бұрын
Hey, I feel stupid, my image is on GIMP, followed every steps, I've selected 16 bits before exporting but the image is still in 64 bits and I have NO IDEA how to fix this. Also tried with Photofiltre but since it's black/white it won't let me choose any bit option. Any help please ?
@TypicusTatarus
@TypicusTatarus 5 ай бұрын
What should i do with the fact, that in the game i can not see cities, men and armies movements, until i face them or click on their tile to estimate a battle? I created map with Azgaar's help and it would be terrible to fix placement of thousands objects for each province, instead of correct auto-nudging or whatever, to understand in the end, that it does not reveal normal gameplay. Does anyone know how to deal with invisible armies?
@supercraftmcproductions7703
@supercraftmcproductions7703 8 күн бұрын
How would you make it so the province names don't start with c_ or b_? When I try to remove those letters, it seems to say the naems are invalid
@crazyhercules9442
@crazyhercules9442 8 ай бұрын
Can it be downloaded via the steam workshop? I’m new to modding and I don’t yet know how to work with Atom. I need a lot of help.
@user-lh7mr7mn3i
@user-lh7mr7mn3i 7 ай бұрын
Hi, I would like to know what tools are needed for a real world altitude map
@agustinglenny
@agustinglenny 7 ай бұрын
Any idea of tools like azgaar for making real world maps? like importing an image as the base
@Bruh-mb2jc
@Bruh-mb2jc Жыл бұрын
Good video!
@Herbacz
@Herbacz 11 ай бұрын
In have the Xbox gamepass version on my PC. Is there a way I can launch the game in the map editor?
@MrJEverettW
@MrJEverettW 7 ай бұрын
In my map editor my null province has an error, how can I get rid of that?
@user-rp1uo6ey8v
@user-rp1uo6ey8v 10 ай бұрын
Hi! I have a question about sea provinces. I saw that you can define a province as a "sea_zone" in the "default.map" file but where do you give it a name (like "sea_number1" that will be used for localization)?
@flinkerCK
@flinkerCK 10 ай бұрын
I think it takes the province name as the actual name, defined in the definition file :)
@user-rp1uo6ey8v
@user-rp1uo6ey8v 10 ай бұрын
@@flinkerCK Yes you are right! I thought it was just a commentary. Thank you for your answer :) (and for your work :D)
@syk2973
@syk2973 9 ай бұрын
Thank you for this!
@brady3610
@brady3610 3 ай бұрын
at 8:00 what button did you press on your keyboard to get the layers to switch? im new and i cant figure out what you did to mask it
@DaBEAST101606
@DaBEAST101606 2 ай бұрын
i have the same question
@ray.plays.games.
@ray.plays.games. 11 ай бұрын
I don't suppose you have any advice on reading through crashlogs? After I do steps 16 and 17 the game crashes when loading Edit: fixed it literally minutes after commenting - it was the classic issue of missing a }
@stoutcrow
@stoutcrow Жыл бұрын
I'm using Krita, and can't figure out how to do the half-transparent pixel thingy :/
@joshuajames919
@joshuajames919 3 ай бұрын
Is there any way to add a fictional Isle to the regular game/map?
@musculusmaximus6937
@musculusmaximus6937 9 ай бұрын
Besten Dank nochmals für deine Hilfe, jetzt funktioniert es bei mir auch 😁
@flinkerCK
@flinkerCK 9 ай бұрын
gar kein ding :)
@ameneverdone1293
@ameneverdone1293 9 ай бұрын
@flinker Hallo, ich bin sehr dankbar für deine Tutorials. Ich stehe vor einigen Problemen, und hoffe dass du mir helfen kannst. Zum einen Wird bei mir, anders als bei dir aus Minute 12:31 nicht die Provinz [0] Null Provnice angezeigt, außerdem ist meine gesamte Map im Editor mit grünen Streifen übersähnt, nur einige außnahmen von Provinzen sind davon nicht betroffen. Außerdem, wenn ich den Auto-Merge für die Objekte verwende, passiert leider nichts. Ich würde mich sehr über eine Antwort freuen. Wenn man dich persönlich in einem Gespräch erreichen könnte, wäre das natürlich klasse, auch wenn ich verstehen kann dass du sehr beschäftigt mit deinen eigenen Sachen bist.
@jacyntosoares8399
@jacyntosoares8399 6 ай бұрын
i dont know why but when i put provinces in the game the game dont load, i just get an eternal load screen
@capybara8157
@capybara8157 Жыл бұрын
Thanks my man
@pancakesomeone9766
@pancakesomeone9766 2 ай бұрын
Does anybody know how to create a layer from background for gimp?
@marlene3344
@marlene3344 Жыл бұрын
wow Great Video 🎉🎉🎉🎉
@Erstgjjn
@Erstgjjn Жыл бұрын
nice video
@spartanh3478
@spartanh3478 Жыл бұрын
I try to update Edo's France mod (Very old), i think there is a map issues who keep the game crashing, error saying : can't set priority for province ID : (many line with numbers like 7943) This ID lies outside the maximum number of provinces available ( 4306 ) (always 4306) I dont know what to do lol
@patricthomas
@patricthomas Жыл бұрын
How do you change the names of the counties (off of c_county_teir), ect any changes on their names in landed_titles.txt breaks the game?
@flinkerCK
@flinkerCK Жыл бұрын
You have to change the localization of the titles, take a look at one of my past videos on how to do that
@myrelia3915
@myrelia3915 Жыл бұрын
Greetings Flinker! I have a question about map modding. Whenever I try the mod in-game, the sea also turns to another province's color, although I did distinguish it. Do you know why this might be? Thanks in Advance
@flinkerCK
@flinkerCK Жыл бұрын
Hi! Try saving everything that is sea as a transparent layer, just remove any kind of colour and make it transparent
@myrelia3915
@myrelia3915 Жыл бұрын
@@flinkerCK Hey Flinker! Thanks, that seems to have done the trick. However, now that I have a transparent sea in province.png, I am confused how I am supposed to connect islands with each other. Is there perhaps an option I am missing? Thanks again!
@flinkerCK
@flinkerCK Жыл бұрын
I understand, it‘s also possible to create sea provinces, although i am not sure how to distinguish them. So you would just seperate the sea into different provinces and you then have to tell the game that these provinces are sea. Maybe ask the guys in the ck3 modding discord on how to do that
@myrelia3915
@myrelia3915 11 ай бұрын
@@flinkerCK Thank You Very Much! I will look into this.
@mindful-madness
@mindful-madness Жыл бұрын
Thanks for this update
@Ze0SIX
@Ze0SIX 11 ай бұрын
Hey man really nice video its short and you explain the important parts. i do have a question though: could you show your photoshop setup for the heightmaps? im getting errors even when opening and just saving the empty heightmap.
@Ze0SIX
@Ze0SIX 11 ай бұрын
okay after trying for hours i achieved it. i gained the ability to read. it turns out i really really really have to save it as a copy.
@flinkerCK
@flinkerCK 11 ай бұрын
When that solved that for you, great!
@evan_iz_navarry
@evan_iz_navarry Жыл бұрын
Nice video) Is it possible to make a guide to supplement the standard map? For example, there is an empty area or an island in vanilla. Yes, the algorithm will be similar. But still...
@flinkerCK
@flinkerCK Жыл бұрын
Thank you! Are you thinking of adding areas to the vanilla map or do you wish to edit existing ones?
@evan_iz_navarry
@evan_iz_navarry Жыл бұрын
@@flinkerCK I am interested in both options. First, adding new provinces to the standard map. Secondly, there are many mods where the whole world is represented and it seems that there is already a height map. Is it possible to add provinces there?
@flinkerCK
@flinkerCK Жыл бұрын
@@evan_iz_navarry yes you can certainly do that, you can edit the existing landed_titles and you can also edit a larger heightmap, which is not included in the basic game. You would need to take a modded heightmap or create your own one for that.
@Flos974
@Flos974 2 ай бұрын
It doesnt work. What could I do ?
@sukago
@sukago 5 күн бұрын
I want to know why the provinces drawn on the sea are all judged as land provinces. It has been changed many times but the same
@nutella_man7075
@nutella_man7075 11 ай бұрын
My mapeditor loads in the usual European map for some reason, I've saved the heightmap and I have the mod enabled and selected.
@flinkerCK
@flinkerCK 11 ай бұрын
Yeah that is a weird bug that i also had a lot. On which version are you running the game?
@thischannelisnowdefunct
@thischannelisnowdefunct 9 ай бұрын
Also does the dimensions of the png file have to stay the same for it to work?
@PigIA
@PigIA 11 ай бұрын
Hello! Sorry to bombard you with messages. I am just having trouble with the provinces. I encountered this same issue last time. When I try to define the provinces, it crashes, like you, I think this has to do with the definition of the second province, so first, I added back the second province and edited all the other provinces in both documents to match, still crashed. Then I tried to remove the 2nd province entirely. Still crahsed. Can you tell me how you got this to work?
@PigIA
@PigIA 11 ай бұрын
Found the solution! Turns out it was a problem with the image software, as ck3 only accepts certain image formats
@flinkerCK
@flinkerCK 11 ай бұрын
Okay, can you launch the game with the definition file being empty? And if no, did you export your provinces.png correctly, did you save it as a copy? Try removing parts to figure out what exactly causes the crashing. If all of that doesnt work, send me your files on discord and i will take a look
@flinkerCK
@flinkerCK 11 ай бұрын
Great, yeah that makes sense!
@WmJared
@WmJared Жыл бұрын
So your issue with province 2 may be that at 10minutes it shows your second province is all the ocean. The RGB is the color the ocean uses as background for provinces in your original define folder. I wonder if ending the definitions file with the sea defined as a province would help, I can try to check slowly tomorrow
@flinkerCK
@flinkerCK Жыл бұрын
Thats actually a good point, i will check that, thanks!
@christianflores4911
@christianflores4911 Жыл бұрын
so update (I'm not tech savy at all, plus I'm a newborn to the modding scene first ever attempt at modding from scratch.)
@rumplebutts6442
@rumplebutts6442 9 ай бұрын
Wait what did you do to make the map generators water black
@flinkerCK
@flinkerCK 9 ай бұрын
you can do that in the ocean tab
@mehwhatever9726
@mehwhatever9726 Жыл бұрын
How do you do filling with photoshop without making transparent pixels?
@flinkerCK
@flinkerCK Жыл бұрын
I am not sure, you can do that by drawing the outline of your circle first and then fill it in, or just do it with the pencil tool
@Yaguermeister
@Yaguermeister 8 ай бұрын
Does this work for Victoria 3?
@Erstgjjn
@Erstgjjn Жыл бұрын
can you show us how to make major rivers? I couldn't find it anywhere.
@flinkerCK
@flinkerCK Жыл бұрын
Hi, major rivers are pretty much just ocean, so they are painted pink in the river map. But i can show that in my next tutorials as well
@spaghettiwizard830
@spaghettiwizard830 9 ай бұрын
Is there a way I could do this without Photoshop, tried using my computers own software and it didn't work😢
@flinkerCK
@flinkerCK 9 ай бұрын
gimp should work :)
@Gaadjuh
@Gaadjuh 7 ай бұрын
... I downlowd the game by PC xbox game pass and i don't know how to have the map editors, i need help pls
@sirteshi3804
@sirteshi3804 6 ай бұрын
dont know if you still need help but im not sure if you can use mapeditor with pc gamepass. You could atempt to load the game in debug mode by going into game settings while on the paradox launcher then scrolling down and clicking launch in debug. After that play as the blank starting country already there with the cutom map download and click the tilda on you keyboard. there may be an option saying open map editor. Im not sure though map editor just might not be supported for pc gamepass ck3.
@jayoxman9829
@jayoxman9829 11 ай бұрын
These tutorials are very helpful- do you have a discord server?
@amabamo5769
@amabamo5769 11 күн бұрын
ty
@Sire1510
@Sire1510 Жыл бұрын
Hey man can show us how to make custom cultures and faiths if you know how? thanks.
@flinkerCK
@flinkerCK Жыл бұрын
Noted for a future video!
@ezboiezman6768
@ezboiezman6768 Жыл бұрын
hello can you teach how can i add more barony duchis kingdoms empires in map ? and if you can teach how to add more castels citys holysites and empty holdings ? that be great
@flinkerCK
@flinkerCK Жыл бұрын
Will do so in the coming tutorials!
@Thelazycouchguys
@Thelazycouchguys 4 ай бұрын
Azgaar is giving me a map that is way more gray, and doesnt have the black for water which is making my CK3 map mode get a really weird heightmap
@PigIA
@PigIA 11 ай бұрын
Does the river map tutorial you made for your old tutorial still work?
@flinkerCK
@flinkerCK 11 ай бұрын
I think so, yes. Was watching it myself the other day because i forgot how
@ApolloFlies
@ApolloFlies Жыл бұрын
I’m too poor to afford photoshop is there any other photo editor you recommend?
@flinkerCK
@flinkerCK Жыл бұрын
GIMP does a great job!
@jcw4969
@jcw4969 Жыл бұрын
Everything works until I get to provinces.png. Whenever I try to add more than one province, it crashes! For some reason, everything else works fine only when I try to add more provinces.
@flinkerCK
@flinkerCK Жыл бұрын
Are you sure that you dont have any transparent pixels in your provinces.png? And did you save it correctly?
@Hiraeth23-ff1bf
@Hiraeth23-ff1bf Ай бұрын
Did you manage to find a solution, I have the same issue.
@cjamaster44
@cjamaster44 Жыл бұрын
How do you change the background color to black in the map generator?
@flinkerCK
@flinkerCK Жыл бұрын
It is the ocean color that you have to change :)
@cjamaster44
@cjamaster44 Жыл бұрын
Where do I edit that?
@cjamaster44
@cjamaster44 Жыл бұрын
@@flinkerCK Where do I go to change that?
@flinkerCK
@flinkerCK Жыл бұрын
First you deselect the heightmap layer, then you go to the style tab and you select the element ocean
@cjamaster44
@cjamaster44 Жыл бұрын
@@flinkerCK Thanks!
@mehwhatever9726
@mehwhatever9726 Жыл бұрын
Would very much like to know how to create non-human races, modify in-game sliders etc.
@Thatchycar516
@Thatchycar516 9 ай бұрын
Did you find a solution?
@themastergomez7733
@themastergomez7733 15 күн бұрын
OMG... I admire your time and your patience... Could you be able to make one for me? 🙏
@Duchow0
@Duchow0 11 ай бұрын
Very good tutorial! I did everything with Gimp and it's working mostly. The only problem i encoutered is when i try to rally the troops in game,it suddenly crashes. Any idea what may cause this problem?
@flinkerCK
@flinkerCK 11 ай бұрын
Have you created the locators?
@Duchow0
@Duchow0 11 ай бұрын
@@flinkerCK I created locators for two baronies and i compared both mod and game files, but nothing seems to work for me :(
@Duchow0
@Duchow0 11 ай бұрын
I checked the structure of Almost Blank Map mod and it seems to be issue. Raw version of the mod works fine till i started raising troops then it crashes.
@barbariancataphract5103
@barbariancataphract5103 11 ай бұрын
Same
@barbariancataphract5103
@barbariancataphract5103 11 ай бұрын
@@Duchow0 I think it might be the case with Player Stack Locators, I think there should be three id's for each province or something
@NamelessMF1658
@NamelessMF1658 11 ай бұрын
I mean what do I tho if I wanna make a specific map instead of just random generated one 🤷
@flinkerCK
@flinkerCK 11 ай бұрын
Check out my old video on map modding for that, basically you just start drawing your map or you just paste it in your heightmap document
@NamelessMF1658
@NamelessMF1658 11 ай бұрын
@@flinkerCK ohh thank you :D
@Jack-bt7qg
@Jack-bt7qg 11 ай бұрын
im stuck at starting up CK3 once heightmap is in, i created it with Krita, dont know where i went wrong
@flinkerCK
@flinkerCK 11 ай бұрын
You probably didnt save it correctly, on which settings?
@Jack-bt7qg
@Jack-bt7qg 11 ай бұрын
I saved it as PNG, don’t know if your inferring to something else
@Jack-bt7qg
@Jack-bt7qg 11 ай бұрын
I may need to clarify, I drew my own map that I’ve had for a while and did that through Krita so it might be messed up a lot? I don’t know
@flinkerCK
@flinkerCK 11 ай бұрын
In which settings did you save it? Grayscale and the correct bits?
@Jack-bt7qg
@Jack-bt7qg 11 ай бұрын
@@flinkerCK oh I might not have saved it like that, when I get home I’ll look at that, have you used Krita before? Would you know how to do that on there?
@andronicu
@andronicu Жыл бұрын
After i add the new heightmap.png when i open the editor i get a "Failed to load terrain" error
@flinkerCK
@flinkerCK Жыл бұрын
Did you save your heightmap as a grayscale image?
@LukeTripp
@LukeTripp Жыл бұрын
I’m having the same issue. I did save it as grayscale
@LukeTripp
@LukeTripp Жыл бұрын
I figured out the issue for me using gimp. When you go to export there is an option defaulted as automatic “pixelformat” that needs to be changed to 16bpc gray
@reeceshugrue6167
@reeceshugrue6167 Жыл бұрын
@@LukeTripp Thanks!
@christianflores4911
@christianflores4911 Жыл бұрын
@@LukeTripp This is legit made me stop working and go to a different project for a week. This helps so much. I'm not tech savy at all yet I want to put my foot into modding from scratch.
@martinsohajek6111
@martinsohajek6111 9 ай бұрын
How you got that black water????? 2:27
@flinkerCK
@flinkerCK 9 ай бұрын
you can do that in the ocean tab
@Mrprince4245
@Mrprince4245 2 ай бұрын
When I tried to download the mod it’s two things there I don’t know which one to do
@ave789
@ave789 2 ай бұрын
Insert the folder and the file into Document/Paradox Interactive/Crusader Kings 3/mod
@Mrprince4245
@Mrprince4245 2 ай бұрын
@@ave789 and how do I do that?
@ave789
@ave789 2 ай бұрын
@@Mrprince4245 i genuinely don't know what you mean, is that hard to follow?
@Mrprince4245
@Mrprince4245 2 ай бұрын
@@ave789 like how do I insert what button do I press i’m not a computer dude like that
@Mrprince4245
@Mrprince4245 2 ай бұрын
@@ave789 sorry for my stupid mind but thank you I figured it out
@notme437
@notme437 10 ай бұрын
Does this work for 1.9.*?
@flinkerCK
@flinkerCK 10 ай бұрын
Yes it should
@notme437
@notme437 9 ай бұрын
@@flinkerCK Awesome! Do you have a download of the provinces template anywhere? :)
@andrymiolakolaka
@andrymiolakolaka 8 ай бұрын
i wish there was a in game map editor in hoi4 like this
@barbariancataphract5103
@barbariancataphract5103 11 ай бұрын
"Failed to set up Terrain for Map Editor". Hmm, will try again, good tutorial though! You're doing a great job. Will try to fix it tho, not sure why it won't work.
@barbariancataphract5103
@barbariancataphract5103 11 ай бұрын
When I open the "default" map in the editor - it works. If I add anything and export again - it fails to set up. Hmm. And yes, I make sure it's grayscale and 16 bits.
@flinkerCK
@flinkerCK 11 ай бұрын
Did you save it as a copy? Same resolution?
@barbariancataphract5103
@barbariancataphract5103 11 ай бұрын
@@flinkerCK I just did some random things, enabled my inner stubborn donkey, tried exporting in every way possible and finally got it to work! Thank you for the tips though ^^ Will see if the provinces and rivers work now :P
@flinkerCK
@flinkerCK 11 ай бұрын
Very good, yeah i am often having the same issues over and over again just because i made a small error
@truelingoism
@truelingoism 2 ай бұрын
@@barbariancataphract5103 i'd love to hear how you fixed it, since, I get the same error on my end
@thischannelisnowdefunct
@thischannelisnowdefunct 9 ай бұрын
Does this work for 1.10.1?
Effective fantasy mapmaking - Tutorial (Custom brushes)
2:46
Shortvalleyhiker
Рет қаралды 10 М.
когда достали одноклассники!
00:49
БРУНО
Рет қаралды 2,6 МЛН
Osman Kalyoncu Sonu Üzücü Saddest Videos Dream Engine 118 #shorts
00:30
NO NO NO YES! (50 MLN SUBSCRIBERS CHALLENGE!) #shorts
00:26
PANDA BOI
Рет қаралды 102 МЛН
The OTTOMANS are just OVERPOWERED
43:09
Laith
Рет қаралды 150 М.
ModCon 2024 Trailer | After the End CK3
2:35
After the End Mod
Рет қаралды 6 М.
7 Interesting Starts in AGOT for CK3
8:07
Soul Tomato
Рет қаралды 21 М.
Let's Make A Map! in Cities Skylines 2 - Part 1
23:14
PHENIXX CREATES
Рет қаралды 4,3 М.
Which DLC Should YOU Buy? | Crusader Kings 3 Tier List
15:02
Malforian
Рет қаралды 23 М.
All Counties Independent until 1 REMAINS CK3 AI Challenge
11:00
Snap Strategy
Рет қаралды 84 М.
Here comes Baby Peach
0:14
Troopa Deluxe
Рет қаралды 12 МЛН
Body Symbol Game With Sonic And Shadow
0:23
Intalord
Рет қаралды 10 МЛН
КАКОЙ ВАШ ЛЮБИМЫЙ ЦВЕТ?😍 #game #shorts
0:17
Lips are Red or Blue? #shorts
0:45
RKoirala02
Рет қаралды 8 МЛН
💀💀 #brawl #gaming #games #supercell
0:20
GGg
Рет қаралды 6 МЛН