Hey, guys,
oasiz and
MetHy did you want to test Exhumed/PowerSlave map fixer tool?
I did small tool to fix map files so you can place sprites as in other Build games - all necessary tags will be fixed by tool automatically. You'll need an ini-file like this one (I already fill it with some data):
Code: Select all
[881]
title=ammo belt 60
lotag=8
hitag=60
xrepeat=76
yrepeat=49
[882]
title=ammo belt 120
lotag=8
hitag=120
xrepeat=76
yrepeat=57
This will be used by tool. There are 3 modes available:
- fix tags and sizes (xrepeat, yrepeat) by tile number
- change tile number by lotag value (mostly to fix original levels since here a lot of tiles didn't match their lotags: as example blood bowl tile can be used with grenade lotag - i.e. in game there will be grenade, but in BUILD.EXE you'll see blood bowl instead)
- generate NAMES.H file (to use with the BUILD.EXE)
Anyone willing to test?