devolution

Author Topic: Question about the game.  (Read 3310 times)

0 Members and 1 Guest are viewing this topic.

Offline Randomfish

  • Newbie
  • *
  • Posts: 6
Question about the game.
« on: June 27, 2015, 09:44:38 PM »
Not sure where to put this, so I'll put it here.

Let's say that I wanna modify my copy of the game. I want to reduce the minimum of one stat in the game. How would I go about doing it?

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Question about the game.
« Reply #1 on: June 27, 2015, 10:26:07 PM »
Not sure where to put this, so I'll put it here.

Let's say that I wanna modify my copy of the game. I want to reduce the minimum of one stat in the game. How would I go about doing it?
I assume you are asking about how you would go about reducing the minimum age from 18.
For legal reasons the age is hard coded to 18.
See this thread Unrestricted Crazy's mod [No age limits] for more details on this subject.

If you live in a region where the age of majority is not 18, it is your right to change it to suit the laws there.
This game is open source meaning anyone can get the source code and modify it to suit their needs.
To change it you must download the source code, change it and compile the game yourself.
For .06.02.05 I have added a Legal Note     // `J` Legal Note: 18 is the Legal Age of Majority for the USA where I live.
Do not change the age to less than 18 if it is not legal where you live.

I use ms Visual studio express 2013 to edit and compile the game.
« Last Edit: July 03, 2015, 07:31:12 AM by aevojoey »
Fixing the game is a better game than actually playing it.
Get the Current Version <|> Discuss the Game <|> Report a bug

Offline Randomfish

  • Newbie
  • *
  • Posts: 6
Re: Question about the game.
« Reply #2 on: June 27, 2015, 10:27:43 PM »
I...was actually looking to lower the minimum number of game dealers to 1. I assume they all stop working when one refuses to work.

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Question about the game.
« Reply #3 on: June 27, 2015, 10:33:04 PM »
I...was actually looking to lower the minimum number of game dealers to 1. I assume they all stop working when one refuses to work.
There is no minimum number of game dealers, the label saying it required 3 is old and has been corrected for .06.02.05 which I am about to release.
Fixing the game is a better game than actually playing it.
Get the Current Version <|> Discuss the Game <|> Report a bug

Offline Randomfish

  • Newbie
  • *
  • Posts: 6
Re: Question about the game.
« Reply #4 on: June 27, 2015, 10:43:46 PM »
I see. Thanks.