fodev.net

FOnline Development => Questions and Answers => Topic started by: sasha on December 27, 2013, 07:55:53 am

Title: Old Armor Class
Post by: sasha 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.
Title: Re: Old Armor Class
Post by: Atom 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.
Title: Re: Old Armor Class
Post by: sasha on January 16, 2014, 08:34:26 am
thanks !