project-navigation
Personal tools

Author Topic: changing difficulty  (Read 5491 times)

Offline frumius

  • Rookie
  • ***
  • Posts: 36
    • View Profile
changing difficulty
« on: July 10, 2014, 01:47:49 am »
Is there any way to determine what your difficulty setting is in the campaign you are playing? I have been playing for several hours and am getting slaughtered in every mission. I don't remember what difficulty I started with and probably should drop it to an easier one.

Offline anonymissimus

  • Sergeant
  • *****
  • Posts: 347
    • View Profile
Re: changing difficulty
« Reply #1 on: July 10, 2014, 02:46:31 am »
That's not better on the lowest difficulty even I think.

Always stay in smoke from smoke grenades or otherwise well-covered. Cover civilians too, because if you aren't killed since you are in smoke, the civilians will be.
And be the one to shoot first. You mustn't let them have any chance to do damage. That's the best way to safe soldiers and civilians.

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: changing difficulty
« Reply #2 on: July 10, 2014, 09:58:38 am »
oh, in fact the difficulty level has an impact there - the aliens are making more damage in higher difficulty levels.

Offline anonymissimus

  • Sergeant
  • *****
  • Posts: 347
    • View Profile
Re: changing difficulty
« Reply #3 on: July 10, 2014, 05:26:47 pm »
oh, in fact the difficulty level has an impact there - the aliens are making more damage in higher difficulty levels.
Does that mean there's some kind of factor making weapons more powerful silently ? Or just that aliens get more powerful weapons earlier ? The ladder point makes harder levels much easier, because it means cash.
It generally doesn't matter. If you are hit, you are dead no matter what the weapon is or what armor you are wearing or how experienced you are. So, you must arrange to not get hit.
When I switched from normal to easiest I got slaughtered just as well anyway. Until usage of smoke.

Offline ShipIt

  • Project Artist
  • Captain
  • ***
  • Posts: 906
    • View Profile
Re: changing difficulty
« Reply #4 on: July 10, 2014, 08:54:56 pm »
@frumius Sorry, it seems there is no way for you to see what difficulty level a savegame has. However, there might be a workaround. In the statistics, the game shows the max. allowed debts. This is different for each difficulty level. But I don´t know the numbers out of my head.

I made a feature request for this. So hopefully we will have this in the game in the future.

Offline DarkRain

  • Project Coder
  • Captain
  • ***
  • Posts: 746
    • View Profile
Re: changing difficulty
« Reply #5 on: July 11, 2014, 11:46:15 pm »
@frumius: You'd need to decompress your savegame to find the difficulty (or even change it, but geever would ban me from the forums if I post how to do that again :D )

Or as ShipIt said look at the max debt, here is the list from hardest to lowest difficulty:
50000
100000
130000 -- This would be normal difficulty
350000
500000

Does that mean there's some kind of factor making weapons more powerful silently ? Or just that aliens get more powerful weapons earlier ? The ladder point makes harder levels much easier, because it means cash.
It generally doesn't matter. If you are hit, you are dead no matter what the weapon is or what armor you are wearing or how experienced you are. So, you must arrange to not get hit.
When I switched from normal to easiest I got slaughtered just as well anyway. Until usage of smoke.

In fact the game tries to scale the damage according to difficulty from lowest at 'easiest' to higher at 'hardest' (and your soldiers damage in the opposite direction), yes it is completely silent — even debug messages print the 'total damage' *before* it is 'difficulty scaled'
BUT as I said the game *tries* to do so, in reality the g_difficulty cvar is never set and battlescape is *always* played in normal difficulty

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2560
    • View Profile
Re: changing difficulty
« Reply #6 on: July 13, 2014, 07:36:05 am »
@frumius: You'd need to decompress your savegame to find the difficulty (or even change it, but geever would ban me from the forums if I post how to do that again :D )

Definitely! ;)

...in reality the g_difficulty cvar is never set and battlescape is *always* played in normal difficulty

Oh, I can set the cvar in a sec (in the afternoon). It should be the [-4..+4] difficulty number, right?


-geever

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2560
    • View Profile
Re: changing difficulty
« Reply #7 on: July 13, 2014, 04:25:06 pm »
Added the cvar setting to the campaign (2.6), feedback is welcome.

-geever