Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

How to add or minus Gender [Very Quick]


rairai5650
 Share

Recommended Posts

Hey guys this is my second tut beginner tut do you want to get more gender? this tut will fix it. Let's Start

Server Side

Mode Constants

Find

```

' Sex constants

```
then below this

```

Public Const SEX_MALE As Byte = 0
Public Const SEX_FEMALE As Byte = 1

```
add

```

Public Const SEX_(the name remove parentisis) As Byte = 2 or the next number

```
Save it don't run it you will get error

then go to class.ini

below the last Gender add this

[name sprite remove it]Sprite=3 or more than

now save it

Go to Client side same as Server side then go to frmmenu make a OPT button

Caption it what ever you want and name it like this

opt(the name)

then your done see like this

![](http://eclipseorigins.com/community/filehost/ac02e4e50e6327733169333b13d6b58d.png)

Credits goes to Mrmiguu for PVO xD
Link to comment
Share on other sites

The hell.. your coding quotation's are incorrect, and it also need to be checked on Server.. as i remember there is a Checking of gender like

```
If Sex < 0 or Sex > SEX_FEMALE then
    Exit Sub
End if

```

Try to study a little more before posting a incorrect tutorial
Link to comment
Share on other sites

> The hell.. your coding quotation's are incorrect, and it also need to be checked on Server.. as i remember there is a Checking of gender like
>
>  
>
>  
>
> ```
> If Sex < 0 or Sex > SEX_FEMALE then
>     Exit Sub
> End if
>
> ```

```
If Sex < 0 Or Sex > SEX_FEMALE then Exit Sub

```
You can shorten it even more by doing that.
Link to comment
Share on other sites

  • 2 months later...
Well there are no other genders in existence except for Male and Female. If you wanted to add another sex type the only thing left really logically would be None for robots or plants or something(Genderless). Gay is a sexual preference… really if sexual preference is something youd honestly want as a character creation feature you should make a completely new system revolving around it cause it really wouldnt contribute much to gameplay adding it to sex constants aside from comedic break at character creation xD
Link to comment
Share on other sites

> Well there are no other genders in existence except for Male and Female. If you wanted to add another sex type the only thing left really logically would be None for robots or plants or something(Genderless). Gay is a sexual preference… really if sexual preference is something youd honestly want as a character creation feature you should make a completely new system revolving around it cause it really wouldnt contribute much to gameplay adding it to sex constants aside from comedic break at character creation xD

I see that you are necroposting a lot.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...