Author Topic: Old Armor Class  (Read 1634 times)

Old Armor Class
« on: December 27, 2013, 07:55:53 am »
me again haha :D well, i want to activate the AC when you are standing or walking, like in Fallout 1/2/Tactics. how can i do that ?

edit : ...and have it in turn-based mode, without waste half of the AP walking in that turn.

Offline Atom

  • Rotator
Re: Old Armor Class
« Reply #1 on: January 08, 2014, 07:48:48 pm »
This requires a change in parameters.cpp (remove the line if(!IsRunning(cr)) return 0; inside getParam_Ac()) and recompilation of parameters.dll and client_parameters.dll.

Re: Old Armor Class
« Reply #2 on: January 16, 2014, 08:34:26 am »
thanks !