kangawroon Posted December 23, 2016 Report Share Posted December 23, 2016 I just want the new players on my server to respawn with a backpack and some clothes as default. That's all I'm missing to open the server. Anyone know how? Link to comment Share on other sites More sharing options...
1 He-Man Posted December 23, 2016 Report Share Posted December 23, 2016 Try to add these to your epochconfig.hpp: defaultUniformFemale = "U_CamoBlue_uniform"; defaultVestFemale = "V_F41_EPOCH"; defaultUniformMale = "U_C_Poloshirt_blue"; defaultVestMale = "V_41_EPOCH"; defaultBackpack = ""; I have not tested it, but in the scripts the server is checking these entries Link to comment Share on other sites More sharing options...
0 kangawroon Posted December 24, 2016 Author Report Share Posted December 24, 2016 17 hours ago, He-Man said: Try to add these to your epochconfig.hpp: defaultUniformFemale = "U_CamoBlue_uniform"; defaultVestFemale = "V_F41_EPOCH"; defaultUniformMale = "U_C_Poloshirt_blue"; defaultVestMale = "V_41_EPOCH"; defaultBackpack = ""; That worked! Thanks alot, man! Appreciate it! Link to comment Share on other sites More sharing options...
0 He-Man Posted December 24, 2016 Report Share Posted December 24, 2016 You are welcome and thanks for your Feedback! Link to comment Share on other sites More sharing options...