Difference between revisions of "Creating A Monster"

From Flexible Survival
Jump to: navigation, search
m
m (added link to Damaged's guide on the forums.)
Line 96: Line 96:
 
*Complete EVERY field in the critter creator. (Head, arms, torso, legs, cock, ass, and skin: desc and TF messages, defeat message, victory message, ovictory message, and all body part size fields (put 0 where applicable)).  
 
*Complete EVERY field in the critter creator. (Head, arms, torso, legs, cock, ass, and skin: desc and TF messages, defeat message, victory message, ovictory message, and all body part size fields (put 0 where applicable)).  
 
*Put some real effort into your critter! If you didn't write enough and put enough effort into writing up your critter's descs, tfs, and victory/defeat messages then it won't be approved. (As per Nuku's decision to require a higher standard for approval after the "glut" of critters added to the game.)  
 
*Put some real effort into your critter! If you didn't write enough and put enough effort into writing up your critter's descs, tfs, and victory/defeat messages then it won't be approved. (As per Nuku's decision to require a higher standard for approval after the "glut" of critters added to the game.)  
*Make an attempt to learn about and use string parsing. At least in the vict/defeat messages, but you can also get real fancy with your descriptions and tf messages if you want. (A GREAT guide, by Damaged, a fellow staffer (and all around awesome person) on string parsing can be found here: viewtopic.php?f=9&t=218 )
+
*Make an attempt to learn about and use string parsing. At least in the vict/defeat messages, but you can also get real fancy with your descriptions and tf messages if you want. (A GREAT guide, by Damaged, a fellow staffer (and all around awesome person) on string parsing can be found here: http://web.flexiblesurvival.com/viewtopic.php?f=9&t=218  
 
*Make sure you use the built in description preview and defeat/victory tester. Use it to:
 
*Make sure you use the built in description preview and defeat/victory tester. Use it to:
  
Line 104: Line 104:
  
 
*Be creative and have fun with things! I love this game and if you aren't having as much fun as I am, we need to fix that! XD<br>
 
*Be creative and have fun with things! I love this game and if you aren't having as much fun as I am, we need to fix that! XD<br>
 
 
 
 
  
 
=== Do Not:  ===
 
=== Do Not:  ===

Revision as of 04:21, 28 June 2011


See those critters running around, attempting to ravage your poor defenseless self? Those were made by someone. You could be that someone.

Concept

Come up with a concept for your monster. Then check to make sure we don't already have one. True, you might have an awesome idea for a Skunk Woman, or maybe a Wolf Cub Twink, but the more original your idea is, the more likely it is to be approved.

Copyrighted characters or approximations of copyrighted characters are *NOT* allowed. So, no blue hedgehogs that run really fast, ducks named Donald, beautiful plant girls named Ivy, or similar items. Yes, 'parody' is covered under fair use, but Nuku has better things than legal battles to spend his money on (like food and shelter).

Body Template

This is the template that all characters (NPCs and PCs) use. Everything between {}s will be replaced with the mutation. Items in [brackets] are generated by the system, and do not need to be included in your description. Gender pronouns (He/She/Shi) in the template will change based on the gender of the character.

Looking over {name}, hir body is covered in {skin desc} flesh. Hir head is {head desc}. Hir body is {torso desc}. Sie has [generated breast descriptions]. Hir arms are {arm desc}. . Hir legs are {leg desc}. {ass Desc} A private peek would reveal that sie has: Sie has [cock #] [generated cock size] {cock desc} cock, measuring [cock Size] inches. Sie has [generated ball desc = cock width]. Sie has a [generated cunt desc] vagina. With mild effort, it can stretch to [cunt depth] inches long and [cunt width] inches around.

There are 7 parts to each creature: skin, head, arms, torso, ass, cock (groin), and legs. Each part requires a description and a transformation message.

String Parsing works in both descriptions and transformation messages.

Part Descriptions

Name = Name of the Creature

Skin = A short 2-3 word description. This will have "flesh" appended to it.

Long Skin (optional) = A longer description of the skin. This will not have anything added to the end.

Head Desc = Begins with "Hir head is". Needs to end with a period '.' .

Torso Desc = Begins with "Hir body is". Needs to end with a period '.' . You do not need to describe the breasts. These will be added by the system based on the stats of the character.

Arm Desc = Begins with "Hir arms are". Needs to end with a period '.' .

Legs Desc = Begins with "Hir legs are". Needs to end with a period '.' .

Ass Desc = This is a full and complete sentence. Maybe even more than one. This is the *only* descriptive line that is not prompted with "Hir part is."

Cock Desc = This is a short (2-3 word) description of the creatures penis. The size is already described by the template based on the cock size attribute of the character. It is followed by one of "Shaft", "maleness", "penis", or "cock" at random. So, if your description reads "giant lumpy penis", on a 2-inch endowed character it will end up looking like "Sie has a puny giant lumpy penis cock, measuring 2 inches." If you have an incredibly descriptive and complex cock in mind, consider splitting the description up using the 'at random' feature of String Parsing. You need a cock desc on your character, even if the character is female or neuter.


Transformation messages.

Do not assume anything about your target's current state. They might be human, they might not be. They might go one-way. They might not have breasts, or might have eight.

Transformation messages can also set attributes. See String Parsing for details.

Victory Messages

How to create a victory message. Use String Parsing!

-Victories-

-Victories MUST be full and unique scenes. The only exception is oVictory, which may be a slightly altered version of Victory. Not just sex! Not everything mutates via sex, sometimes a cuddle is better, or even just some more violence!

@set $rpsystem=infection/Creature Name/victory: -what you see when you win- @set $rpsystem=infection/Creature Name/ovictory: -what others see when you win- @set $rpsystem=infection/Creature Name/defeat: -what you see when you lose-

You may split up Victory/Defeat messages into multiple parts.

-Victory# and Defeat# must end with an [end] inside each # statement. This should be after the text inside an [if] statement and before the [endif]

Other details

Other stuff, like say/osay, powers, extra description text.

Legal Stuff

Include this text in your submission and answer the questions.

Are we allowed to freely change Code? Are we allowed to freely change descriptions/phrases? Are we allowed to freely change your submission with regards to Gender, Abilities, and Name? Is your creation Copyrighted by you? If your creation is Copyrighted by you, is Flexible Survival Allowed to make a profit from it without providing financial compensation?


By submitting this creature, you are releasing it for use, modified or unmodified within the Fleixble Survival game and any successive games in the same world. You agree that your creature may be modified to suit the game (note all care will be taken to contact the author in regards to 'major' changes, but small ones, wording of transforms or desc, will be corrected by staff).

Submitting

First, spellcheck your creature. Then read it again. Aloud. (Or at least mouth the words.) If your monster is littered with typos and 'and and's, it will just frustrate the devs.

Good, now wait an hour, come back, and spellcheck and proofread it again. See the missing "then" on line 3? The "theyre" in the male victory scene? That's why you wait and come back.

Now, visit, http://flexiblesurvival.com/index?Monsters

Log in if needed, and fill out the form, using your template. Check the preview. Read it again.

Before you hit that submit button, head on over to http://web.flexiblesurvival.com/viewtopic.php?f=9&t=332 and make sure you didn't make any of the common mistakes listed under the list of Do Not's.

Click "Submit".

Done.


Kazard's Guide of Do's and Don'ts for making Creatures

Do:

  •  USE SPELLCHECKER ON EVERYTHING.
  • Complete EVERY field in the critter creator. (Head, arms, torso, legs, cock, ass, and skin: desc and TF messages, defeat message, victory message, ovictory message, and all body part size fields (put 0 where applicable)).
  • Put some real effort into your critter! If you didn't write enough and put enough effort into writing up your critter's descs, tfs, and victory/defeat messages then it won't be approved. (As per Nuku's decision to require a higher standard for approval after the "glut" of critters added to the game.)
  • Make an attempt to learn about and use string parsing. At least in the vict/defeat messages, but you can also get real fancy with your descriptions and tf messages if you want. (A GREAT guide, by Damaged, a fellow staffer (and all around awesome person) on string parsing can be found here: http://web.flexiblesurvival.com/viewtopic.php?f=9&t=218
  • Make sure you use the built in description preview and defeat/victory tester. Use it to:
  1. Make sure your string parsing isn't being buggy (where possible).
  2. Read what you have aloud! This is a wonderful and simple way to proofread the grammar of anything you want to submit, without requiring a 3rd party to read and make grammar revisions for things excessively.
  3. Catch odd spacing or other thing you might not have noticed otherwise.
  • Be creative and have fun with things! I love this game and if you aren't having as much fun as I am, we need to fix that! XD

Do Not:

  • BE LAZY! If I see something that is submitted for revision that is missing information in any of the major fields, or has words all over the place with little squiggly red lines under them, I get a bit peeved. I won't yell (through the internet) at you, but I am a bit less enthusiastic about reviewing your infection the next time I see it in the pile of infections to review...
  • EXPECT ME TO ADD STRING PARSING! It can take a couple of hours to make the string parsing work to perfection in a well written infection, and while I'll sometimes see an infection that looks super awesome, and put in the hour or two it would take to debug some well-intentioned but badly written string parsing, most times I can't afford to spend all of that time on something that doesn't wow me.
  • Put too much time into stuff you write in the notes section. Staffers typically only look for power suggestions, say/osay message suggestions, location suggestions, and requests for new powers. (ALL of which are up to the discretion of the staffer reviewing your infection for whether or not what was suggested is used.)
  • Use more than one space after the end of a sentence's punctuation mark. Some folks use this convention, however this is a VERY old convention leftover from the era of the typewriter and not applicable to modern day electronic fonts. http://en.wikipedia.org/wiki/Sentence_s ... Typography
  • Use non-descriptive Descriptions!Use the words/phrase >Human Like/Human-like/humanlike/humanish/humanesque/ human looking/charmingly human< IS LAZY and is NOT TOLERATED! It's not a huge deal, but I'm tired of seeing it... You are MORE than welcome to make critters with humanoid traits, BUT you need to actually describe them.... You would describe your face as >Human-like< to your Mom, would you? NO! You wouldn't talk about your hair color, and other facial features (eye color, lip color, cheek bones, eyebrows, amount of fat (gaunt, chubby cheeks, etc.) smile, teeth, so on so on and so on....) This of course applies to furry/other critters, don't say panther like face, describe it for real!
  • Mention the skin/fur/clothing/outer surface of your critter in anything except the skin Desc and TF.This is a HUGE faux pas, because players could have a completely different infections skin mutation and you aren't allowed to override that by describing it in other body parts in your infection. Hair (on top of your head) is generally considered the exception but it's still iffy... Now with that said, you CAN get around this issue by using string parsing to check to make sure the player has your infection's skin mutation. [if stat mutation/skin of player=<your infection's name>] text describing skin/etc. not in the skin desc/tf field[otherwise] text that conforms to this rule[end if]
  • Abuse These Punctuation marks ()^=+|\"<>;:/-_*@# Unfortunately, most folks don't know how to punctuate using the less common punctuation marks, and as such you should avoid making a description that contains any of those marks and if you absolutely must use one of them, try not to use any of the others or repeat using the one you used.... The only reason I even have to add this one to the list is because I've seen folks make descs with 40+ -'s or attempted to use /'s instead of periods or commas....


Kazard's Tips and Tricks to making Creatures

Tips

  • Ask Questions! There are tons of critter creator veterans playing, and chances are they'd be happy to help you out if you get stuck.
  • Have a Plan. When you have an inspiration and know what you want your critter to be able to do, look like, and how it acts, chances are you'll have an easier time writing it up and submitting it to us for review.
  • Use a word/text editor. Use it to write up, spell check/proofread, and back up all the text you want to put into the critter creator. You'll still need to adjust things to fit the wording the description uses, but that's pretty easy for the most part....
  • Have Fun! or else.... I jest, if you aren't having fun making a new critter, maybe you need some help, a different approach, or set it aside, and come back to it at a later time.


Tricks

  • They/Them/Their/etc. Pay close attention to these words in descriptions! The critter creator will automagically change to match the player's gender (he/him/his-she/her/her-etc.-etc.) You can get around this by using ^normal^, like this them becomes th^normal^em however you should only do this only when strictly necessary...
  • Make it easier for the staff. I love it when people write up stuff like this in the notes. [[1]] It makes my job that much easier if your infection get's approved :D Remember: It is up to the staffer reviewing your submitted infection whether or not your suggestions are used, so make them reasonable if you want them to have a chance of being considered.
  • Put a Mako Bounty on it! There are tons of options in this respect! The most obvious one being to purchase a New Critter Registration from one of the elite/mako stores in game. I also offer a more specialized, and potentially cost effective, string parsing specific service. (Details can be found here: viewtopic.php?f=9&t=291 ) However what would probably be the cheapest method is just to call it out in game! Simply offer a mako to whoever can help you write up this that or the other, in order to do what you need....