Fidooop Posted June 10, 2015 Share Posted June 10, 2015 So I recently revisited Smiley the stickman and was working on porting him to DST but when I tried to test Smiley with an other computer it seemed to crash all joining clients with a memory error telling them to remove some mods and try again... but the only mod enabled was Smiley the stick man!The mod is 43.7 MB (3 characters, custom voices, a bunch of items, and some cute pets you can make) I really hope that I don't have to take the mod apart into 3 or 4 pieces to get rid of memory errors because that'll just be a total pain in the butt... :LDoes anybody have any alternate solutions to this? Really hoping so because the next mod I'm porting to DST is nearly 100 MB and is still growing! Link to comment Share on other sites More sharing options...
Seiai Posted June 10, 2015 Share Posted June 10, 2015 look in the errorlog of the clients, the memoryerror is just a result of another error happening on the clientside. Link to comment Share on other sites More sharing options...
Fidooop Posted June 10, 2015 Author Share Posted June 10, 2015 oohhh... This is my first time modding for DST so I had no idea xDThanks for the tip though! Got any other out of the ordinary DST modding tips for me? lol Link to comment Share on other sites More sharing options...
Seiai Posted June 10, 2015 Share Posted June 10, 2015 http://forums.kleientertainment.com/topic/47353-guide-getting-started-with-modding-dst-and-some-general-tips-for-ds-as-well/ mostly u can just follow this guide and look in similar files from the game. most problematic is, that allmost everything component-related happens on the server only. mostly this will be covered by the small changes to the prefabs, which are mentioned in the guide. but some things can be more complex, like hotkeys or buttons on the interface, that try to change something in a component. since hotkeys and buttons are clientside, but component are serverside, u will have to use netvars and RPCs for that. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now