Search found 6 matches
- Sat Feb 13, 2021 1:15 pm
- Forum: Overgrowth
- Topic: Creating procedurally generated worlds for a free roam mod?
- Replies: 1
- Views: 18343
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: 12
- Views: 58456
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: 12
- Views: 58456
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.
- Sat Aug 17, 2019 5:02 am
- Forum: Overgrowth - Secret Preorder Forum
- Topic: How did you find out about Overgrowth?
- Replies: 2332
- Views: 514073
Re: How did you find out about Overgrowth?
Press F1 in a level or just lost the nothing.xml from the menu bar in the main menu.theloldude1 wrote: ↑Fri Aug 16, 2019 2:00 pmOne thing i'd like to know, how to i go into editor? i completely forgot.
I'd advise you to check out the videos linked in the steam discussion forum for Overgrowth.
- Fri Aug 02, 2019 10:57 am
- Forum: Overgrowth - Secret Preorder Forum
- Topic: Restore license/key
- Replies: 2
- Views: 6211
Re: Restore license/key
Since you have access to the secret preorder forum your chances are not bad since you can only get access if you have purchased this game. Your chances are best if you contact the wolfire team directly and state your problem, hopefully you'll be able to get your key back! http://www.wolfire.com/cont...
- Fri Jul 19, 2019 3:04 pm
- Forum: Modding
- Topic: First person mod?
- Replies: 2
- Views: 4017
Re: First person mod?
A couple of months ago I found that mod aswell but it didn't work for me either, luckily it's not too hard to fix if you understand the compile errors. First of all - the current Overgrowth version is not matching. The mod was published for 1.3 but you are probably running 1.4. Head to: C:\Program F...