TalonBraveInfo / OpenHoW

Open-source reimplementation of Gremlin's Hogs of War (PC/PSX).
http://talonbrave.info
GNU General Public License v3.0
166 stars 12 forks source link

Map configuration editor #66

Closed hogsy closed 5 years ago

hogsy commented 5 years ago

Very simple editor provided that can modify and create map manifests - can be used to create all the other missing manifests.


Some new data that each manifest needs in relation to the weather.

hogsy commented 5 years ago

Partially completed, though not in the standard I would have liked but gave me a good opportunity to overhaul a bunch of stuff which should be of benefit towards the game-mode implementation.

DummkopfOfHachtenduden commented 5 years ago

Maps have either DAY or NIGHT ambient sounds. sfxday.srl and sfxnight.srl are not reliable!

I'd also suggest adding HOT as weather to accommodate these animations + sounds properly unless you want to add a separate temperature option.

hogsy commented 5 years ago

You're right, the original game figured out "temperature" based on the skybox name but that's not exactly modder friendly. Will sort this out later today 👍

Day / Night could be determined by the pitch of the sun, or do you think that would be too inflexible?