New species for SWGEmu Core3 beta 0.5

shudo

New Member
Joined
Jun 27, 2017
Messages
3
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 =)
 

2twisted

New Member
Joined
Apr 23, 2017
Messages
13
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
 

br3wmack

New Member
Joined
Apr 16, 2024
Messages
2
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.
 

Pastafreak

New Member
Joined
Mar 24, 2023
Messages
27
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.
 
Top Bottom