Jump to content
VeTeR1989

modding

Recommended Posts

Hello, tell me what the problem is, then the release of the 1.18 patch everything worked, now these changes do not work....



modded class GameConstants
{    
    //! Wood mining GameConstants, scaled by output. Should not be lower than ~1.5s!
    //const float MINING_WOOD_FAST = 20.0;
    const float MINING_WOOD_MEDIUM = 20.0;
    const float MINING_WOOD_SLOW = 30.0;
}

Share this post


Link to post
Share on other sites

Try to override through server side mod.

If still not working - override as client-side mod and it will work.

But if be honest you might be made a mistake.

That might be that in server startup oarams you didn't set the servermod param. If I not missed anything direct patch of dta\scripts.pbo was disabled since 1.02 or 1.04, nevertheless you need also to checkout your overriding variables (do they still existing in the game). And then you'll get back your features.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×