You can always 'unpack' your RenPy install using a tool (I love unren.bat), and edit the script.rpy file directly if you don't have the hang of using the console. This incidentally will make the ingame pics viewable outside of the game (look in the /games/images folder).
You'll need a decent text editor (Notepad 2, etc). Go to line 1605. Change Money = 300 to another amount (I like changing it to 305, so that I can buy Christine nice things AND pay for that website access). While you are here, if you want to 'bump' a couple of other intiial values:
Horny - Christine's Horniness Level
MikeHorny - your horniness level, this affects a few events
You can also add a few friend points here (under the Money tag (line 1605) under the python tag. Friend is Christine's Friendliness level. Note that I added a Friend = Friend + 1 below (add more if you like)
Code:
After line 1602:
python:
Horny = 0
Money = 305
Friend = Friend + 1
show screen control()
show screen money()
A few lines below, there are a few more fun variables... some of them get reset on the next day, however, so changing their values won't always do much for you.
I'm about to post up a new 'Steamy mod' which makes the racier scenes a bit more available, and adds one or two new racy scenes... I'll add a link here as soon as I post the thread.
Edit: Here is the link to my
You must be registered to see the links