New species for SWGEmu Core3 beta 0.5

If I do finally get around to doing another release, I think we'll add new languages, too.

unknown.png
 
I have played around with this, even though the species name appears blank, it will recognise the species ID in the appearance_table.iff Great work by the way Halyn =)
 
Pake said:
Not sure where I went wrong but I'm having a strange issue that I'm sure is server-side.

Anyone else getting this, where you create a character and upon creation you can walk around etc. (can't use or wear anything yet cause I never changed those luas) but once you log off you cannot log him/her back on.

If I try to log on one of them I instantly get an error saying that the select character was not found and that it's a server problem and I should contact customer support.

You are missing the species crc on the server. That is why it is doing that
 
can anyone help with adding this mod into my SWGEmu directory?

I have the species.tre file on Mod Manager and it works just cant seem to get past "Creating Character...Please Wait" ingame to play the character of my choice.
 
Update:
In 2024 swgemu made some zone component changes for JTL. When adding species you will need to change this line in each player lua file from this-

zoneComponent = "PlayerZoneComponent",

to this-
groundZoneComponent = "PlayerZoneComponent",
spaceZoneComponent = "PlayerSpaceZoneComponent",

Otherwise you will log into an empty world with no screenplays working.
 
Back
Top