 |
|
 |
Spanking Video Games Discussion Chat about Spanking Computer Games, Spanking Video Games and Spanking RPG's that you have developed or are making.
Tutorials, Q&A and Discussions. |
Want to get rid of the annoying adverts? The answer is simple. There are 4 levels of advertising on AnimeOTK:
Level 1: (Your Level, guests and members with 0-9 posts) has maximum advertising.
Level 2: (A user with 10 or more posts who has been a member over two weeks) have vastly reduced advertising (including removal of the large full screen closable adverts)
Level 3: (A member who has been registered over a month and has over 50 posts, or has a special account like "artist" or "writer" sees minimal advertising.
Level 4: (VIP Donators) receive no advertising.
All donators of $10 or more will never see an advert on our site again!
|
 |
Gaming Preference Question... |
 |
July 25th, 2017, 07:14 PM
|
#1
|
VIP Donator
Gojira01 is offline
Join Date: Jul 2008
Posts: 83
|
Gaming Preference Question...
Hello, I am a long time member/lurker of this board. I am currently working on an RPG Maker MV game called "Tales of the Patrol". My question is: is gender choice for your character in the game that important to you? I started out this game inspired by the great work done by Bagool, Godspeak, and others on this site. I therefore made gender choice a part of the game. However the fact that this means I have double the typing for each scene did not occur to me at the start. I know I can cut and paste the dialog and change the his/her boy/girl, as well as the face pictures that accompany each dialog, but I still have to add decision trees to know which dialog gender to use.
So the question boils down to what do you, the prospective players of this game prefer: Gender choice, or the female protagonist that I am currently using as I develop this game.
|
|
|
July 25th, 2017, 07:46 PM
|
#2
|
Very Bad Little Girl!
milf is offline
Join Date: Mar 2007
Location: Somewhere between The Passage, and Spanquest DX
Posts: 1,993
|
I prefer female, but that is personal choice lol.. F/f f/f f/F etc is my cup of tea. Others here are F/m M/f etc.... Having multiple options means more folks play it, and having both spanker and spankee options same thing. The easiest way is to make it one sex, one choice of spanker or spankee, but that cuts down on number of folks that will truly enjoy the game. Then again, it is your game, so you have to take it where YOU want it to go.
For example, if I EVER get time to work on my game again, it will be an F/f, f/f game exclusively, with rather severe spankings. Yes I know it will cut a LOT of players out, but that's what I focus on.
__________________
"An spanking a day keeps naughty away.... And spanko's happy, happy, happy!"
Last edited by milf; July 25th, 2017 at 10:17 PM.
|
|
|
July 25th, 2017, 08:15 PM
|
#3
|
Member
Sevina is offline
Join Date: Apr 2017
Location: Canada
Posts: 71
|
Personally it is not a big deal for me. I like playing different roles, keeps things exciting and new.
|
|
|
July 25th, 2017, 08:22 PM
|
#4
|
Senior Member
32167 is offline
Join Date: Oct 2009
Posts: 161
|
My choice F/F and M/F situation. Any ages
|
|
|
July 25th, 2017, 10:11 PM
|
#5
|
Junior Member
Kittymonster is offline
Join Date: Dec 2016
Posts: 14
|
I prefer F/M Situations but do whatever.
|
|
|
 |
|
 |
July 25th, 2017, 10:55 PM
|
#6
|
Ultra-Supreme Lil Bro
mastervegeta is offline
Join Date: Mar 2007
Location: Numbuh Omega's World Ship And Pride World
Posts: 259,857
|
It depends:
Will you let the player choose the character's name?If so,a gender choice is interesting to make some people immerse more in the story. Some people like naming the characters after themselves and imagine they are inside the story,lol.
Do you intend the character to already had the name set, the main character has a definite official name in your mind?If that's your choice,then using a single gender may be better for whatever story you had in mind for the game, no need to complicate things by adding a choice if you already made a character and has some story built around that character.
At any rate,it's your choice as the creator,a matter of taste.But you could make a poll if you still are in doubt after my anwser. ^_^
....sorry for the long anwser btw,lol.
__________________

Ultra Lil' Bro Apprentice of Galactic Kids Next Door, Numbuh 001(Joseph)'s bro and Numbuh Omega's apprentice/adopted son!
Numbuh Omega is a gentle mommy, and don't like to spank me, but she will if it's needed...
|
|
|
July 25th, 2017, 10:55 PM
|
#7
|
Member
SariaSong is offline
Join Date: Jul 2017
Posts: 48
|
I always play as the female protagonist, so gender choice isn't a huge issue for me.
|
|
|
 |
|
 |
July 25th, 2017, 11:18 PM
|
#8
|
VIP Donator
aka is offline
Join Date: Dec 2007
Location: Midwest, United States
Posts: 920
|
A gender choice isn't that important to me (I always play a female). However, I would argue that we're not the ones you should be asking. You should be asking yourself the following question:
Is adding gender worth the extra work to me?
Every minute you spend supporting two genders is a minute you *can't* spend coming up with additional spanking scenes, or making the scenes interactive or developing your characters in interesting ways, or just spending time *not* working on the game and enjoying other aspects of your life.
If it's important to *you* that you support multiple genders, then go right ahead and support them. If you'd rather spend the time doing other things, then don't support them.
Obviously, if you don't support genders, people who prefer games with the gender you don't support will be disappointed. But *everyone* will be disappointed if you start the game, and then abandon it because it's taking up too much of your precious time, or you find yourself spending too much time doing tedious things like supporting multiple genders instead of fun things like coming up with fun spanking situations.
|
|
|
 |
|
 |
July 26th, 2017, 12:10 AM
|
#9
|
Junior Member
Psyclone is offline
Join Date: Jan 2017
Posts: 25
|
If you aren't against using some plug-ins, take a look at Yanfly's Message Core. It allows you to set the actor's image as a variable, and you just tell it which actor to use. You can couple that with Change Actor Images command.
For example, when the player chooses their gender, you set a variable. Then you use the Change Actor Images for Actor 0001 (Player 1) to set the image based on gender. Using the Message Core plug-in, you begin the player character's text box with \af[1], which automatically sets the image without you having to select it. This lets you skip the multiple text boxes based on gender.
The downside to this is that it can get more and more cumbersome depending on how many "faces" you need to use. So if you had happy, sad, blush, cry, laugh, angry, etc. you'd need to use the Change Actor Images command to set the image. If you're using 16 faces for each character, then this may not be the best route. I just wanted to let you know of an option.
|
|
|
July 26th, 2017, 12:59 AM
|
#10
|
Gold Member
giant432 is offline
Join Date: Feb 2016
Posts: 3,888
|
I like playing as both, but I tend to prefer female PCs so I do as you like
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Total page views: , page views today: 0
All times are GMT. The time now is 04:26 PM.
|
|