forums | blogs | polls | tutorials | downloads | rules | help

Error message

Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in remember_me_form_alter() (line 78 of /var/www/siegetheday.org/sites/all/modules/contrib/remember_me/remember_me.module).

HELP Mod Breaks Damage?

So I've published a mod that overhauls the UI and that adds functions to the UI and game.

The issue is, every single weapon does 1 damage to every single enemy as far as I know, and in DSMOD, damage_blocked_amount$?skill_type=0 pops up, saying there was an error in parsing it. It pretty much breaks the game, and I have no idea how or where I'd fix it.

Eksevis wrote:

So I've published a mod that overhauls the UI and that adds functions to the UI and game.

The issue is, every single weapon does 1 damage to every single enemy as far as I know, and in DSMOD, damage_blocked_amount$?skill_type=0 pops up, saying there was an error in parsing it. It pretty much breaks the game, and I have no idea how or where I'd fix it.

If you've included a DS1 or LOA formulas.gas file that's more than likely the culprit, LOA and DS1 formulas.gas are not compatible and that's why you're only getting 1 damage per hit, check the file and see which one you're using, a LOA formulas.gas can't be put in the DS1 resources folder and DS1 formulas.gas can't go in the DSLOA folder.