Rebuilt trial map problems
- wtfomfghaxor
- Readers Club
- Posts: 83
- Joined: Wed Dec 05, 2007 6:36 pm
Rebuilt trial map problems
I recently rebuilt a trial map, works fine ingame. I went in sparkedit to put a pelican on the map, but when i try to open it after i sparkify it, SparkEdit just says "out of memory". How do i fix this?
- Cryticfarm
- Posts: 3611
- Joined: Sat Dec 09, 2006 7:23 pm
- Location: canada
- Contact:
Sparkify is a dumb patch. It expects a "clean" map, and has things like the offset to the map index hardcoded. A rebuilt map, will generally have different offsets to the index and the like because you usually add data to the raw data section which moves the map index further back. Demo Hack does the conversion dynamically so that those values are moved to the places they should be for a full header (rather than a trial/demo header) and moves them back. I didn't have much luck using it myself, but it might help.