✨ ARCHIVE MODE ✨
The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
We recommend you join our Discord server to get real-time response: Discord Invite Link
to be frank we exposed the system that had been tested with about 24 pokemon and auto generated 251 pokemon definitions based on the database a pokemon wiki uses that they released as CSVs, so there's gunna be some bugs in there when pokemon do things nilllzz hasn't supported yet. the whole pokemon system is going to get a lot of attention but if your client chokes on a pokeman try and post as many details you can remember, nothing is too trivial. full screen, what pokemon it was, maybe a copy of the pokemon you were using at the time as line in your party.dat (its just text) and what you were doing at the time. if you can remember enough nilllzz can try and reproduce it and maybe catch the bug. bugs are like pokemon, you know how it goesfair enough thanks, as a side note to this i tried fighting another gastly and the game crashed on me for a third time in the middle of a battle.
thank you guys.
those are flags for the engine, they're not anything to do with abilities.I noticed all pokemon have
canfly|0
canswim|0
those are flags for the engine, they're not anything to do with abilities.I noticed all pokemon have
canfly|0
canswim|0
if a pokemon sprite is clearly flying the whole time it looks stupid on the ground where the sprite usually goes, especially if its snowing, so you can set canfly to 1 and make their billboard be a bit higher, off the ground
likewise, if the pokemon is always swimming you can set canswim and it will go down into the ground more
we don't have a way to auto generate those values (we'll have to make data for the pokemon generator to query, not hard, but it requires someone to look at a bunch of gifs of b&w2 idle animations and determine if they need canfly or canswim on