Jump to content

Character Crash (With modmain.lua and client_log.txt)


Recommended Posts

My game crashed after i enabled a mod i made. New to modding, please help.

Links for modmain.lua, client_log.txt, and crash screenshot:

SCREENSHOT: https://steamcommunity.com/sharedfiles/filedetails/?id=1427040582

CLIENT_LOG: https://docs.google.com/document/d/1Ww5NX0NwyY3alvSi5wf-Ky5KUAgGWFPewReRUBdlz9I/edit?usp=sharing

MODMAIN: https://docs.google.com/document/d/1YlY7bS4SIH94asPdYlp6VWSwqsNUiRN5QLaAC2HNcaM/edit?usp=sharing

Link to comment
Share on other sites

You cutoff your prefabfiles

PrefabFiles = {

    "circus baby",

    "esctemplate_none",

}

and I don't know if spacing in the prefab names is a syntax error or not, usually I use underscore _ for spacing. Also rename your esctemplate_none in that prefab files.

Edited by K1NGT1GER609
Link to comment
Share on other sites

2 hours ago, K1NGT1GER609 said:

You cutoff your prefabfiles

PrefabFiles = {

    "circus baby",

    "esctemplate_none",

}

and I don't know if spacing in the prefab names is a syntax error or not, usually I use underscore _ for spacing. Also rename your esctemplate_none in that prefab files.

Okay, but do you mean the mod files or the lines of code in "prefabfiles"?

Link to comment
Share on other sites

1 hour ago, K1NGT1GER609 said:

the lines of code in prefabfiles, cause it looks like u have the circusbaby none in the other lines of code.

Listen, i want to continue talking to you, but i think it would be easier for both of us if we communicated through faster means rather than on forums. If you can add me on steam and we can continue this there, that would be better, thanks.

https://steamcommunity.com/id/tehfroge

Link to comment
Share on other sites

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
 Share

×
  • Create New...