Search found 3 matches
- Sat Feb 13, 2021 1:15 pm
- Forum: Overgrowth
- Topic: Creating procedurally generated worlds for a free roam mod?
- Replies: 1
- Views: 2711
Re: Creating procedurally generated worlds for a free roam mod?
I know this is a super late response (I don't frequent the forum) but yes it is possible, but a lot of work. If you need help with it I'd recommend you to join the Wolfire Discord and check out the Overgrowth Modding channel.
- Sun Sep 08, 2019 5:50 pm
- Forum: Overgrowth
- Topic: Custom maps
- Replies: 11
- Views: 8278
Re: Custom maps
Just open them with a text editor and replace the file names.
You can use the Search & Replace function in editors to speed up the process.
You can use the Search & Replace function in editors to speed up the process.
- Sun Sep 08, 2019 3:34 pm
- Forum: Overgrowth
- Topic: Custom maps
- Replies: 11
- Views: 8278
Re: Custom maps
Overgrowth is very picky with filenames and underscores are not accepted.
Try renaming all the files to alphanumeric with dashes.
rock_density.png -> rock-density.png
You need to update the file names inside the XML files too otherwise it won't work.
Try renaming all the files to alphanumeric with dashes.
rock_density.png -> rock-density.png
You need to update the file names inside the XML files too otherwise it won't work.