Author Topic: Learning but I wil try my best  (Read 2269 times)

0 Members and 1 Guest are viewing this topic.

Offline hot888

  • Newbie
  • *
  • Posts: 7
Learning but I wil try my best
« on: January 08, 2011, 11:09:52 AM »
Not used to this code so it will take me time to figure it out.  I have only had a few hours to play with it and already starting to understand it.  (BTW my errors trying to compile your revision on svn was caused by my internet.)  I have now done simple things like change hard codes and recompile a working version but when i scripted the starting rooms and room cost to CFG it crashed.  I will keep trying.

So far I see these simple things that people want:

Change default number rooms and cost to add rooms in CFG.  ( I believe I found everything in cBuilding.h and cBuilding.cpp.  Need to alter cScreenBuildingManagement.h and cScreenBuildingManagement.cpp so new prices will show properly.)

Change the default number of interactions allowed per week.  Current Default 10.  (Haven't found this code yet.)

These are the two things I want to first tackle and see if i can adjust them.  I hope I can be of help as the code doesn't seem much harder to understand then code for many multiplayer games I modded.  Just different.

PS my ultimate goal would be to figure out a way to add all children to the girl (slave?) management screen and have them available for schooling cleaning etc until they reach age of 17.  Then the other functions will become available.

Also want to add some realism changes such as pregnancy removes perky boobs (Unless an item is used to give perky boobs back).






Offline DocClox

  • Dev Team
  • *****
  • Posts: 1867
  • Messing Around With Python
Re: Learning but I wil try my best
« Reply #1 on: January 08, 2011, 12:13:46 PM »
Not used to this code so it will take me time to figure it out.  I have only had a few hours to play with it and already starting to understand it.  (BTW my errors trying to compile your revision on svn was caused by my internet.)  I have now done simple things like change hard codes and recompile a working version but when i scripted the starting rooms and room cost to CFG it crashed.  I will keep trying.

Good-oh.  Give me a shout if I can explain anything.

Change default number rooms and cost to add rooms in CFG.  ( I believe I found everything in cBuilding.h and cBuilding.cpp.  Need to alter cScreenBuildingManagement.h and cScreenBuildingManagement.cpp so new prices will show properly.)

Sounds good to me.

Change the default number of interactions allowed per week.  Current Default 10.  (Haven't found this code yet.)

It's a global: g_TalkCount. Defined in InterfaceProcesses.cpp, checked in cScreenGirlDetails.cpp. It'd be worth adding this to the config file as well. We've had requests to reduce the number of interactions possible, as well as to raise it, so a config file entry will probably generate the least controversy :)


These are the two things I want to first tackle and see if i can adjust them.  I hope I can be of help as the code doesn't seem much harder to understand then code for many multiplayer games I modded.  Just different.

I'm glad you find it fairly clear. Like I say, give me a shout if you get stuck.