Story changes based on gender

sillyEnthusiast
I've just started the creation of a Gorean Sburb session (if that means anything to anyone) and I'm having some trouble with what I consider to be an important game feature. On the planet of Gor, there are very defined gender roles, and as such male and female characters would have a different experience. I cannot for the life of me figure out how to change certain things based solely on the player's gender chosen at the beginning. If you look at the game script, you will see where I am trying to change the caste set for a female vs. a male character. Obviously I have gone awry somewhere and any help would be greatly appreciated because I am incredibly stuck.

Many thanks in advance! :)

sillyEnthusiast
Oh, I should probably have just posted the code for that, huh? This is my first go at this so sorry about not doing the obvious thing here.

 msg ("You sit up in your furs and yawn, squinting in the morning sunlight. Now what were you supposed to do today? You sigh, you can barely remember your own name in the mornings. ")
msg ("What was your name again?")
get input {
player.alias = result
msg ("That's right, it's " +player.alias)
ShowMenu ("Your gender?", Split ("Male;Female", ";"), false) {
player.gender = result
if (player.gender=Female) {
ShowMenu ("Your caste?", Split ("Merchant;Builder;Scribe", ";"), false) {

The Pixie
Sounds like an interesting project.

You have a line:
if (player.gender=Female) {

You need to change it to:
if (player.gender="Female") {

I.e., Female needs to be in double quotes (so Quest knows it is a string; otherwise it will look for a variable called Female, and complain because there is not one).

That is kind of what you need to do elsewhere. Anywhere in your game there is a difference, you do:
if (player.gender="Female") {
... do some girly stuff
}
else {
... do some macho stuff
}

Is that clear? I appreciate that if you are not used to code view that might not mean anything to you, so I hope that is clear.

By the way, you might want to have a special room the player starts in, and then move him/her to the start room once you have done the character creation stuff. Bits of room description appear scattered through it otherwise

sillyEnthusiast
Thanks so much! The code makes a little sense, I just have to get more familiar with it. And yes, I'm going to go back and fix the room thing, I was just getting really frustrated with that. I can't believe it was that simple, but at least I was on the right track!

Marzipan
No offense dude but I just find everything about this idea intensely creepy. :?

e: though inevitable I suppose considering the nature of both fandoms.

Silver
I had to google it. :?

It'd get hackles to rise, certainly on Intfiction. Perhaps that's its intention.

Marzipan
Much like Homestuck itself (what 'Sburb' is a reference too). Gorean crap seems to eventually leak into every fan community out there, no matter how out of place or inappropriate.

With the former it's usually 'what if the setting of [random book/movie/game] was exactly the same, except my self-insert character and a group of friends (grey face paint optional) got to play a game that destroys and recreates the universe!''

While Gorean fans instead ask the question 'what if this setting (World of Warcraft? The Sims? My Little Pony? Doesn't matter!) was exactly the same, except all the women are property and exist solely to fulfill our bondage fetish?' :roll:

That said, between the two fandoms I'm sure the OP will get enough enthusiastic players he really won't care what the intfiction community thinks...

sillyEnthusiast
@Marzipan: First off, I am a woman. Sorry to burst your bubble there. Second, the most adult content or even suggestive content will be some light swearing.

Let me make it clear that I am sincerely not trying to start trouble or rustle jimmies or whatever. I just want to clear up that my intent is far from what you think. Long story short, when these people play Sburb (or ya know, whatever Gorean Sburb ends up being called) at the behest of the Priest-Kings in an attempt to destroy the evil that is trying to destroy the universe (AKA Lord English), the planet is destroyed, as all planets with Sburb players are, and with nobody to enforce their societal norms, nor the time to worry about them, the players learn to see past gender and their culture's view of it out of necessity.

That isn't to say there won't be moments. People don't just drop everything they've known their whole life in a heartbeat, BUT I promise that by the end all will be right with the world and all will be equal.

Actually, the whole point of this project is to draw away from trolls, slaves, bondage, etc. and show the brilliance of a properly played Sburb session as well as the badassery and honor codes of Gor, both of which are often sadly overlooked.

Hope this cleared some things up for you!

HegemonKhan
ah, gender equality...

all civilizations are the source of female oppression, whereas with tribals, there's no female oppression, and even rape is non-existentant.

if you're interested in a good read:

(I'm a history buff, and I love the mongols, the most powerful force that humanity has ever formed, grins)

http://www.coldsiberia.org/
http://www.coldsiberia.org/monwomen.htm
and all the other links

sillyEnthusiast
You know if I were a different kind of person, I'd say that is proof that when you oppress the females things get done, haha. I don't actually think that, just a way of looking at that information. I will have to check that out when I'm not fighting tooth and nail with these scripts!

Marzipan
Well kudos for trying something different at least, though I'd recommend making all that very clear in the game's description...otherwise with the reputation Gorean stuff has, you're going to have some people automatically avoiding it, and other people getting disappointed it didn't have what they expected.

And fwiw, the 'intensely creeped out' comment was an exaggeration, compared to the rest of the dark alleys of the internet I'm sure Gor stuff is relatively tame, it's more that I get annoyed at the way it tends to worm its way in to everything else. Just like Homestuck and MLP. (Both of which I enjoy but damn do their batsh*t fans make me not want to admit that, ever.)

Anyway, good luck with your game, though it does sound pretty ambitious for a first project. Just curious, have you played/written any IF games before this?

HegemonKhan wrote:ah, gender equality...

all civilizations are the source of female oppression, whereas with tribals, there's no female oppression, and even rape is non-existentant.


No time to get into a big debate here, but I'd have to disagree with you. The idea of the 'noble savage' living in harmony with nature and each other and yadda yadda is an attractive but usually completely fictional one. Human beings are still human beings no matter what society they're living in.

Though what defines a 'civilization' anyway? You used Mongols as an example...they didn't count? Because they were nomadic, or what?

Either way, while it's true the upper-class women had more rights than women in other cultures at the time, that wasn't exactly considered some fundamental right, and I don't think anyone would try to argue that the Mongols didn't take slaves or do their fair share of raping along with all the conquering and killing.

The Comanche were similar to the Mongols in a some ways and they were also big fans of slavery and rape. Boys and men would hunt and fight and practice horse riding while women were expected to do all the actual work. And let's not forget all the tribes still around today where women aren't valued to the point that newborn baby girls are often abandoned to die of exposure. Large parts of India are still tribal, and a very bad place to be a woman, especially if your husband dies. (Though being ostracized by your family and community is still much better than being burned alive...that's at least one good change 'civilization' brought about, right?)

...dang, didn't mean to write this much, I guess this did turn into a big debate. :roll:

Silver
"Tribes" is too large and general a term. There have been tribes that have been run along matriarchal lines, for instance. But that certainly isnt true of all of them or even a majority afaik.

Marzipan
Agreed that it's hard to even have a discussion with all the terms being so vague. How big and organized does a tribe have to get before it's considered a civilization? The Iroquois for example, they were matriarchal and I think it'd be insulting to say they weren't civilized.

sillyEnthusiast
Marzipan wrote:Well kudos for trying something different at least, though I'd recommend making all that very clear in the game's description...otherwise with the reputation Gorean stuff has, you're going to have some people automatically avoiding it, and other people getting disappointed it didn't have what they expected.

And fwiw, the 'intensely creeped out' comment was an exaggeration, compared to the rest of the dark alleys of the internet I'm sure Gor stuff is relatively tame, it's more that I get annoyed at the way it tends to worm its way in to everything else. Just like Homestuck and MLP. (Both of which I enjoy but damn do their batsh*t fans make me not want to admit that, ever.)

Anyway, good luck with your game, though it does sound pretty ambitious for a first project. Just curious, have you played/written any IF games before this?


It's all good, I actually always get a giggle when people assume I'm a creepy pervy man the moment I mention Gor. But yes, I probably should have made that clear to begin with. I will definitely be sure to do that when I put in the description.
What part of the internet have you been to where Gor is crossed over with things? I've never seen it so I'm genuinely surprised to hear that. As far as the Homestuck and MLP fandoms, yeah as much as I like both, the fandoms are awful. Same for Doctor Who and Sherlock. Though the talent within the fandoms is astounding to be sure.

This is my first IF game, and it's probably silly to start with such a large project, but I figure I might as well make it a point to have to learn the complicated things so the next one, if I decide I like doing this, is less painful.

This topic is now closed. Topics are closed after 60 days of inactivity.

Support

Forums