Author Topic: Crazy's mod writing help  (Read 11693 times)

0 Members and 1 Guest are viewing this topic.

Offline GonDra

  • Full Member
  • ***
  • Posts: 154
Re: Crazy's mod writing help
« Reply #15 on: May 27, 2015, 05:55:23 AM »
So, I have an idea about the "fame" stat, and some flavor text that should appear for characters with Actress, Director, Singer, or Porn Star professions or the Queen or Idol social traits.  Namely, I like the idea that, as their fame increases, certain events can trigger fanboy text.  I don't know if this possible, but I think that it'd be cool if at a certain level of fame, a certain number of interactions spawn fanboy text.  These texts would be relative to the specific trait assigned to the girl, and could also be tied to certain levels of skill.
Not a bad idea, although I am not a fan of the direct speech you use in your examples.
Still a good idea to spice up the 'why the customer choose this girl' and customer satisfaction areas that tend to be very bland currently.


Personally I'd go more along the lines of making the girl be in the moment rather than objectified as they are at the moment and cover how you even see the event.
I kept close to the original style intentionally. My usual writing style is quite different, but doesn't fit into how the rest of the game is written. Rereading some of the quips of mine, I can see where you are coming from though.

But the problem with your 'observant' style is that you more or less force the player into a point of view, regardless of what their characters disposition is or how the player imagines their character would act in that situation.
It also brings with it the problem that the character has a good chance to come of as a hyperactive creep. In this style you can quickly get to the point where the player character takes a look at each single act of Sex in the brothel, which doesn't seem too bad in the early game when you have only a few whores work each shift. But you have to keep in mind that you can have multiple Brothels, each with a large number of working girls, that can service up to ten customers each.

While you can see that I have my problems with your texts I am actually happy someone stepped up and wrote some, so I hope you don't let my critique stop you trying your hand at more.

Offline GonDra

  • Full Member
  • ***
  • Posts: 154
Re: Crazy's mod writing help
« Reply #16 on: May 28, 2015, 07:58:28 PM »
Spend most of my free time today going through cGirls::GirlFucks and, even though I didn't originally intend to, adjusting and adding to it. Ended up going over the cases for Anal and BDSM and starting on the normal Sex one before I got distracted.
Added quite a few lines for BDSM and fixed a few of the Anal ones.
If someone wants to take a look or provide feedback here is a document containing the lines: (removed GoogleDocs link)

I am hopeful that I will be able to finish up going through the function tomorrow, don't think I will have much time the day after tomorrow.
Sorry that I am invalidating/increasing your work Crazy, had only intended to look at how populated the different categories were and ended up changing and adding stuff.

EDIT:
Kept at it for most of today but the desolate condition of the Oral-, Titty- and Hand-job cases meant that I had to write a lot of new lines. Tittysex in particular received cum addict, small boobs and large boob trait text entries for four different success levels as well as some [Vanilla] (aka standard) text blurbs to bring it up to 2 different standard texts per level.
All in all I wrote around 1k words worth of sex lines today, which seems like a fairly good chunk to me.

I am not looking forward to Foot and Beast which are on the list next, but I am not sure if I have time to tackle those at all tomorrow.
Will try to see if I can push a (partial) pull request out tomorrow.
« Last Edit: June 08, 2015, 07:52:39 AM by GonDra »

Offline crazy

  • Hero Member
  • *****
  • Posts: 733
Re: Crazy's mod writing help
« Reply #17 on: May 29, 2015, 06:41:04 PM »
Haven't had time to look at these yet I been busy but I'll try to tonight. I can add them if I need to so keep adding them more the better and thanks for the help.

Offline Jacko

  • Jr. Member
  • **
  • Posts: 70
Re: Crazy's mod writing help
« Reply #18 on: May 29, 2015, 08:26:37 PM »
Looking forward to the next version of the game! Sounds great.  :D

Offline GonDra

  • Full Member
  • ***
  • Posts: 154
Re: Crazy's mod writing help
« Reply #19 on: May 30, 2015, 03:51:50 AM »
Haven't had time to look at these yet I been busy but I'll try to tonight. I can add them if I need to so keep adding them more the better and thanks for the help.
Don't.
I have already added them to source on my end will attach my current version of my girls.cpp, don't have time to make a pull request.
As a warning: I haven't taken a look if my stuff runs correctly yet.

Offline aevojoey

  • Hero Member
  • *****
  • Posts: 1413
  • Thats ok, I'm used to disappointment.
Re: Crazy's mod writing help
« Reply #20 on: May 30, 2015, 09:20:01 AM »
Don't.
I have already added them to source on my end will attach my current version of my girls.cpp, don't have time to make a pull request.
As a warning: I haven't taken a look if my stuff runs correctly yet.
I have added it in mine as an #if#else#endif block so if it doesn't work I can undo it.
I will make sure it works before finalizing it.


I have changed the string to stringstream to allow better flexibility to the code.
I also removed girlname from the start of the case and put it directly into the choices.
Having girlname at the start was good when everything started with it, but now that it doesn't, it needs to be inline with the choices.


I have finished integrating it and I updated the other sex types to stringstream as well.
I pushed it to github.
« Last Edit: May 31, 2015, 11:45:49 AM by aevojoey »
Fixing the game is a better game than actually playing it.
Get the Current Version <|> Discuss the Game <|> Report a bug

Offline GonDra

  • Full Member
  • ***
  • Posts: 154
Re: Crazy's mod writing help
« Reply #21 on: May 30, 2015, 02:34:13 PM »
I have finished integrating it and I updated the other sex types to stringstream as well.
I pushed it to github.

Thanks, will try to work on the other case over the next week and maybe add some more trait texts in general.