Pink Petal Games

Game Discussion => General Discussion & Download => Topic started by: Randomfish on June 27, 2015, 09:44:38 PM

Title: Question about the game.
Post by: Randomfish 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?
Title: Re: Question about the game.
Post by: aevojoey 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] (http://www.pinkpetal.org/index.php?topic=3447.0) 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.
Title: Re: Question about the game.
Post by: Randomfish 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.
Title: Re: Question about the game.
Post by: aevojoey 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.
Title: Re: Question about the game.
Post by: Randomfish on June 27, 2015, 10:43:46 PM
I see. Thanks.