difficulty level

cedric357

New member
hello ! sorry to ask but the noob that i am would like to know how do i modify the difficulty of a game and what are the level of difficulty? 
 
There are no default way to do that. Modders simply define multiple level sets with different difficulty either with different lives and credits or with different level setting
Though most mods I've played have no difficulty setting
 
nsw25 said:
would be cool if in options menu there was a generic automated setting for all games which did something like

Hard setting:
+5 damage on all attacks by enemies
-10 health for players

Normal:
as per normal

Easy:
-5 damage on all attacks by enemies
+ 10 health for players

Obviously this wouldn't work as we all have different health and damage stats with our mods, though most mods use similar for example 100 for health as a standard and attacks starting at damage 5 and damage 10 for knockdown attacks

The -5/+5 and -10/+10 could be user defined parameters.

But technically it's quite easty to create basic difficulty settings.

I guess you just have to set a globalvar for difficulty setting then use a global spawn function that changes health, offense, aggression, etc according to the value of this difficulty settings.
 
nsw25 said:
would be cool if in options menu there was a generic automated setting for all games which did something like

Hard setting:
+5 damage on all attacks by enemies
-10 health for players

Normal:
as per normal

Easy:
-5 damage on all attacks by enemies
+ 10 health for players

Obviously this wouldn't work as we all have different health and damage stats with our mods, though most mods use similar for example 100 for health as a standard and attacks starting at damage 5 and damage 10 for knockdown attacks

that will be nice and thans for de answer so far
 
Back
Top Bottom