Pink Petal Games

Game Discussion => General Discussion & Download => Topic started by: xgkf on December 15, 2010, 11:49:16 PM

Title: Is there a way to create new Traits or edit existing ones?
Post by: xgkf 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.
Title: Re: Is there a way to create new Traits or edit existing ones?
Post by: Mehzerz on December 16, 2010, 12:44:52 AM
It was talked about but I don't think it's implemented yet sorry.
Title: Re: Is there a way to create new Traits or edit existing ones?
Post by: xgkf on December 16, 2010, 02:18:38 AM
Fooey.
Title: Re: Is there a way to create new Traits or edit existing ones?
Post by: xgkf 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.
Title: Re: Is there a way to create new Traits or edit existing ones?
Post by: DocClox 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...

Title: Re: Is there a way to create new Traits or edit existing ones?
Post by: xgkf on December 16, 2010, 03:25:55 PM
Thanks.