Jump to content

Recommended Posts

Hello! 

 

Im having trouble helping a friend figure out making a custom character mod, and I can't seem to find the problem. The game can start, we can get all the way up to making a world with the mod turned on before the game refused to make a dedicated server. I can drop the log and character mod files here if anyone would be willing to help? None of us are really coders so any advice is appreciated. Thank you!
I think the problem is in one of the two luas provided but im willing to give anything else needed

server_log.txt weabee.lua weabee_none.lua

Not a coder but I'm only replying since no one else has.

I'm unsure if you've changed anything in your mod since then, but the error message in the server log you've provided suggests there's a problem with your speech file:

Quote

 [string "../mods/weabee/modmain.lua"]:51: module 'speech_weabee' not found:

Normally if there was a syntax error preventing the file from loading (and the game from finding it as a result) the server log would tell you what it is, but I dont see one and I'm not familiar with the error messages after it, so I can't help any more than that by looking at the server log only. It could be a problem in the speech file, the speech file's name not matching the name in modmain.lua, etc. I have no idea without having the files available to look at.

Hopefully that points you in the right direction. I recommend uploading your mod as an attachment if you're still having trouble trying to fix it.

Edited by Chesed

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...