Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1] 2

Author Topic: Suggestion: Difficulty levels  (Read 1877 times)

Jetman123

  • Bay Watcher
  • !!Bauxite Turbojet!!
    • View Profile
Suggestion: Difficulty levels
« on: May 23, 2009, 04:36:29 pm »

I know that LCS is not intended to be an easy game, but as it stands it's still a bit harder when everything starts off arch-conservative. Why not have an option as to just how backwards the nation has become? You could set it at conservative, arch conservative, or dare I say it, moderate.

It would help new players to the game in the latest beta.
Logged
When dwarves want to commit suicide, then by Armok, they _will_ commit suicide, even if they have to spend the rest of their lives working at it!

Gimmick Account

  • Bay Watcher
    • View Profile
Re: Suggestion: Difficulty levels
« Reply #1 on: May 23, 2009, 04:40:02 pm »

Weird. I made the exact same suggestion a while back! I don't think I created a thread for it, though; maybe that's why it went by mostly unnoticed.

The difficulty setting could be integrated into the game as one of the character creation questions.
Logged

cowofdoom78963

  • Bay Watcher
  • check
    • View Profile
Re: Suggestion: Difficulty levels
« Reply #2 on: May 23, 2009, 04:43:20 pm »

Yeah, Ive also been thinking about this for a while as well. I agree it should be in the game. Just in the character creation part.
Logged

LiteralKa

  • Bay Watcher
  • LCS Developer
    • View Profile
    • My Website!
Re: Suggestion: Difficulty levels
« Reply #3 on: May 23, 2009, 04:44:55 pm »

Yeah, Ive also been thinking about this for a while as well. I agree it should be in the game. Just in the character creation part.
Yeah, anything beyond that would be a pain in the ass to debug.
Logged
LCS developer, insomniac, writer.

Ampersand

  • Bay Watcher
    • View Profile
Re: Suggestion: Difficulty levels
« Reply #4 on: May 23, 2009, 04:50:13 pm »

I don't know how much a founder with slightly better stats would effect the game to a significant degree. Maybe only have the CCS show up once instead of three times. Maybe have Juries always be liberal to moderate on easy difficulty settings. That's the sort of thing that would help.
Logged
!!&!!

LiteralKa

  • Bay Watcher
  • LCS Developer
    • View Profile
    • My Website!
Re: Suggestion: Difficulty levels
« Reply #5 on: May 23, 2009, 04:55:05 pm »

I don't know how much a founder with slightly better stats would effect the game to a significant degree. Maybe only have the CCS show up once instead of three times. Maybe have Juries always be liberal to moderate on easy difficulty settings. That's the sort of thing that would help.
Oh, I completely forgot about the CCS showing up multiple times.

Code: [Select]
      // CCS Safehouse killed?
      if(location[cursite]->type==SITE_RESIDENTIAL_BOMBSHELTER||
         location[cursite]->type==SITE_BUSINESS_BARANDGRILL||
         location[cursite]->type==SITE_OUTDOOR_BUNKER)
      {
         //location[cursite]->hidden=1;  // Either re-hide the location...
         location[cursite]->renting=0; // ...OR convert it to an LCS safehouse
         location[cursite]->closed=0;  // one of the above two should be commented out
         location[cursite]->heat=100;
         ccs_kills++;
         if(ccs_kills<3)
            endgamestate--;
         else
            endgamestate=ENDGAME_CCS_DEFEATED;

         // Move any CCS Sleepers at this location back to the homeless shelter
[sitemode/sitemode.cpp]
« Last Edit: May 23, 2009, 05:02:05 pm by LiteralKa »
Logged
LCS developer, insomniac, writer.

Gimmick Account

  • Bay Watcher
    • View Profile
Re: Suggestion: Difficulty levels
« Reply #6 on: May 23, 2009, 05:23:54 pm »

I don't know how much a founder with slightly better stats would effect the game to a significant degree. Maybe only have the CCS show up once instead of three times. Maybe have Juries always be liberal to moderate on easy difficulty settings. That's the sort of thing that would help.

Oh, when I suggested that the difficulty level should be decided during character creation, I didn't mean that it should actually affect the founder's attributes or skills in any way. Just change the starting laws for the better/worse without any permanent consequences for your most important character. Perhaps voter prepositions (an easy method for liberal law changes in conservative administrations) should start deactivated and require a constitutional amendment to be passed first.

When we discussed this the last time, an additional idea was to have the CCS appear as a progressively more organized group with each increase in difficulty. Too bad this pretty much depends on the implementation of the National LCS arc, which Jonathan seems to be abandoning in favour of specific out-of-state 'missions' (I wonder, couldn't those two ideas coexist?).
Logged

Jonathan S. Fox

  • Bay Watcher
    • View Profile
    • http://www.jonathansfox.com/
Re: Suggestion: Difficulty levels
« Reply #7 on: May 23, 2009, 11:11:01 pm »

That's funny, I've already added this feature (let all laws to C+ at start) to the next version of the game. ;)

I could easily make the CCS have fewer "lives" as well.
Logged

cowofdoom78963

  • Bay Watcher
  • check
    • View Profile
Re: Suggestion: Difficulty levels
« Reply #8 on: May 23, 2009, 11:14:51 pm »

That's funny, I've already added this feature (let all laws to C+ at start) to the next version of the game. ;)

I could easily make the CCS have fewer "lives" as well.
could you make them have infinate lives for "ULTIMATE HARDCORE IRONMAN CHALANGE MODE! +1"
Logged

Jetman123

  • Bay Watcher
  • !!Bauxite Turbojet!!
    • View Profile
Re: Suggestion: Difficulty levels
« Reply #9 on: May 24, 2009, 06:54:19 am »

That's funny, I've already added this feature (let all laws to C+ at start) to the next version of the game. ;)

I could easily make the CCS have fewer "lives" as well.

The DevFox thinks of everything. :D
Logged
When dwarves want to commit suicide, then by Armok, they _will_ commit suicide, even if they have to spend the rest of their lives working at it!

jaked122

  • Bay Watcher
  • [PREFSTRING:Lurker tendancies]
    • View Profile
Re: Suggestion: Difficulty levels
« Reply #10 on: May 24, 2009, 12:34:24 pm »

That's funny, I've already added this feature (let all laws to C+ at start) to the next version of the game. ;)

I could easily make the CCS have fewer "lives" as well.
could you make them have infinate lives for "ULTIMATE HARDCORE IRONMAN CHALANGE MODE! +1"
three hundred CCS vs 6 LCS members

LiteralKa

  • Bay Watcher
  • LCS Developer
    • View Profile
    • My Website!
Re: Suggestion: Difficulty levels
« Reply #11 on: May 24, 2009, 12:35:10 pm »

That's funny, I've already added this feature (let all laws to C+ at start) to the next version of the game. ;)

I could easily make the CCS have fewer "lives" as well.
could you make them have infinate lives for "ULTIMATE HARDCORE IRONMAN CHALANGE MODE! +1"
three hundred CCS vs 6 LCS members
Go LCS!
Logged
LCS developer, insomniac, writer.

Yanlin

  • Bay Watcher
  • Legendary comedian.
    • View Profile
Re: Suggestion: Difficulty levels
« Reply #12 on: May 24, 2009, 03:32:35 pm »

Yeah! Using more than 6 people is a CONSERVATIVE idea!
Logged
WE NEED A SLOGAN!

LiteralKa

  • Bay Watcher
  • LCS Developer
    • View Profile
    • My Website!
Re: Suggestion: Difficulty levels
« Reply #13 on: May 24, 2009, 03:41:00 pm »

Yeah! Using more than 6 people is a CONSERVATIVE idea!
You've adopted my colors!
Logged
LCS developer, insomniac, writer.

Yanlin

  • Bay Watcher
  • Legendary comedian.
    • View Profile
Re: Suggestion: Difficulty levels
« Reply #14 on: May 24, 2009, 03:48:40 pm »

I've also added LIBERAL bold.
Logged
WE NEED A SLOGAN!
Pages: [1] 2