Hello, you may have noticed that since soldat version 1.6 stacking polys is not possible. All maps (mainly climb) that used that "bug" to make bounce polys and teleports are not working anymore. Climb is dying and to until devs make a converter to the new poly types this is a solution:
I developed a program that removes all the maps that uses stacked polys from the maplist.
Download executableHow to use:
- Put the executable in your soldat folder (or server folder)
- Execute and it will read the mapslist.txt and search those maps on your /maps folder
- A new file named mapslistNoBounce.txt will be created containing only the maps that has no stacked polys (and only the ones that are in your /maps folder)
- You can replace the original list with this one if you want.
ps.: I made using C++ and the source is attached.
pps.: Thanks to Fryer for the hints.