Author Topic: Console Command Error.  (Read 36 times)

Vagabond

  • Probably not a Spambot
  • *
  • Posts: 48
  • Karma: +8/-6
    • View Profile
Console Command Error.
« on: Today at 11:57:22 am »
Title.

I've attached a screenshot. Basically, started a Mutant Difficulty, wanted to change from 150% to 200% NPC HP, tried console, only managed to get list.

In the input region I've left what I was typing in.

yako

  • Zoner
  • **
  • Posts: 91
  • Karma: +14/-0
    • View Profile
Re: Console Command Error.
« Reply #1 on: Today at 03:11:31 pm »
The parameter must be case sensitive, try NPCHealthModifier or NpcHealthModifier. Also, "," (not ".") is used for float, otherwise the command will reset it to the minimal value.

Vagabond

  • Probably not a Spambot
  • *
  • Posts: 48
  • Karma: +8/-6
    • View Profile
Re: Console Command Error.
« Reply #2 on: Today at 03:21:30 pm »
The parameter must be case sensitive, try NPCHealthModifier or NpcHealthModifier. Also, "," (not ".") is used for float, otherwise the command will reset it to the minimal value.

This worked!

However, for "," & ".", using "." and setting it to 2.0 works (200% HP), while using "," (for example 1,5) instead sets it to it's maximum setting (1000% HP). I've tested the last part and, honestly, don't know why it's the opposite for you. Could it be tied to keyboard layout?