Gwendolyne
Gwendolyne
Reactions
-
Re: General mod Questions thread
PATCH_FOR_EACH resource IN A B C BEGIN LPF DELETE_EFFECT INT_VAR check_globals = 0 match_opcode = 171 verbose = 1 STR_VAR match_resource = EVAL "%resource%" END END (View Post)2 -
Re: General mod Questions thread
If you want to add the food category (0x000d)COPY_EXISTING ~storename.sto~ ~override~ READ_LONG 0x2c buy_off ELSE 0 READ_LONG 0x30 buy_num ELSE 0 SET add_categ = 1 FOR (i = 0 ; i < buy_num ; ++i) … (View Post)1 -
Re: General mod Questions thread
That's the only way to play customized VVC effect, or none at all, when summoning creatures. ;) (View Post)1 -
Re: General mod Questions thread
Or use a better compatible code:OUTER_SET elem_earth1 = IDS_OF_SYMBOL (animate ~ELEMENTAL_EARTH~) OUTER_SET elem_earth2 = IDS_OF_SYMBOL (animate ~ELEMENTAL_EARTH_SMALL~) OUTER_SET elem_earth3 = IDS_O… (View Post)1 -
Re: [MOD] Reveal Hidden Gameplay Options (for all EE games patched to v2.0 or higher)
If I well remembered, Show Area of Effect Range option is only available for patch 2.5. ;) (View Post)2