Author Topic: Is there a way to create new Traits or edit existing ones?  (Read 2839 times)

0 Members and 1 Guest are viewing this topic.

Offline xgkf

  • Newbie
  • *
  • Posts: 14
Is there a way to create new Traits or edit existing ones?
« on: December 15, 2010, 11:49:16 PM »
If so, how would I go about doing that? Would I edit the CoreTraits file somehow?

I'm not expecting something as simple as it is to add or edit girls or items (though that'd be awesome if it is), but if there's a way to do it I'd like to know. I don't need a detailed explanation or anything, by the way. I'm just curious.

Thanks.

Offline Mehzerz

  • Hero Member
  • *****
  • Posts: 564
  • Rockin' the after life after party
Re: Is there a way to create new Traits or edit existing ones?
« Reply #1 on: December 16, 2010, 12:44:52 AM »
It was talked about but I don't think it's implemented yet sorry.
Starter girls image additions progress:
26 girls, 18 to go

Offline xgkf

  • Newbie
  • *
  • Posts: 14
Re: Is there a way to create new Traits or edit existing ones?
« Reply #2 on: December 16, 2010, 02:18:38 AM »
Fooey.

Offline xgkf

  • Newbie
  • *
  • Posts: 14
Re: Is there a way to create new Traits or edit existing ones?
« Reply #3 on: December 16, 2010, 03:17:10 PM »
Well, I guess I might as well ask this... Where exactly are the Traits located? Like, what file(s) is their code actually located in and given their actual in-game effects?

I know I probably wouldn't be able to do anything with them anyway, but it doesn't hurt to ask.

Offline DocClox

  • Dev Team
  • *****
  • Posts: 1867
  • Messing Around With Python
Re: Is there a way to create new Traits or edit existing ones?
« Reply #4 on: December 16, 2010, 03:21:36 PM »
Look in cTraits.h and cTraits.cpp

You should be able to add new traits by editing the CoreTraits file, but I don't think the game would do anything with them. There might be some mileage in renaming existing ones...


Offline xgkf

  • Newbie
  • *
  • Posts: 14
Re: Is there a way to create new Traits or edit existing ones?
« Reply #5 on: December 16, 2010, 03:25:55 PM »
Thanks.