Skip to content

remove the notion of sex and gender

gumi requested to merge gumiko/serverdata:gender into master

This MR allows anyone to identify with a body that has boobs, chiseled abs, or a flat chest and completely eliminates the notion of gender and sex so it cannot possibly offend anyone.

ManaPlus support

This will require a patch in ManaPlus to hide the Mars/Venus symbols. I was thinking maybe it could read a bodies.xml file from client-data:

<bodies>
	<body
		id="3"
		name="Body type 1"
		shortName="1"
		symbol="none" />
	<body
		id="0"
		name="Body type 2"
		shortName="2"
		symbol="none" />
	<body
		id="1"
		name="Body type 3"
		shortName="3"
		symbol="none" />
</bodies>
  • The char creation window could read from this file and would use the shortName value instead of the current M / F / H options.
  • The online list would display the appropriate symbols (mars / venus / none) based on the symbol value
  • id is the server-side enum value
Edited by gumi

Merge request reports

Loading