Posts: 110
Threads: 4
Joined: Jan 2012
Reputation:
4
09-22-2014, 08:57 AM
(This post was last modified: 09-22-2014, 10:01 AM by dn.)
I would simply redirect Possess's routine to utilize the normal Death routine, except bypassing most immunity and probably hardcoded to not affect any boss creature (index 256+, narshe guard captain, magitek-armor, holy dragon) and make it remove the character in the same manner as Pep Up.
There would also need to be a check at the end of battle to ensure one person is present and alive, and to trip the game over routine if not, in case, say, Terra were to spawn with it at the beginning of the game.
Posts: 85
Threads: 4
Joined: Jul 2013
Reputation:
0
I was wondering about that too, Tenka, but I didn't wanna bring it up, for fear of looking like a fool. So, yeah, I can't figure the silly thing out either. lol
Posts: 110
Threads: 4
Joined: Jan 2012
Reputation:
4
I dabbled in it a small bit. It's extremely randomized, Monster sprites, stats are slightly randomized. commands can be entirely replaced with nearly any slot in the ability index (you can see the exemptions if you look at some of the files). starting stats are randomized, I believe. all equipment, including starting equipment, equipment stats and bonuses, equipability flags, esper spells, possibly the espers themselves as events. monster names and palettes, even.
Posts: 85
Threads: 4
Joined: Jul 2013
Reputation:
0
Are you saying, that all we need to do, is make a folder, and put all the files in the folder with the game? Do we need to zip it up?
Posts: 1,633
Threads: 56
Joined: Apr 2014
Reputation:
12
i already did it... all files in the same folder... i open the DOS and try to type
python randomizer.py <...>
but it always end up into a Syntaxerror: invalid syntax ;[
I don't really understand where's the problem... could someone tell me what i have to type exactly(perfect syntax), where to use space and what i have to write into <ROMFILE>??
In other words it would be great if someone tests it on his own and posts what he wrote in order to make work the program