Closed TheDovah10 closed 6 months ago
I haven't worked with this version of psych engine, but this might help.
haxelib install SScript 8.1.6
or
haxelib install SScript 10.0.618
i also had this issue you gotta change all the instances of TeaCall with Tea in the HScript.hx
Man, I only deleted the change all occurrences and if it worked for me, it was bad but it worked for the mod to be activated, I don't know if it's a good idea but it is a solution, I hope it helps you
i also had this issue you gotta change all the instances of TeaCall with Tea in the HScript.hx
this helped me please pin as answer
But how do you change instances to tea call for tea on HScript.hx?
i also had this issue you gotta change all the instances of TeaCall with Tea in the HScript.hx how tf do you do that
i also had this issue you gotta change all the instances of TeaCall with Tea in the HScript.hx how tf do you do that
you search for the file inside your game folder, you open it with a software like visual studio code, you use the built in search tool in vs code to look for all the instances of TeaCall and you simply replace them with the search tool u just used remember to replace TeaCall with Tea
i also had this issue you gotta change all the instances of TeaCall with Tea in the HScript.hx
That somewhat worked, but now it's giving me this error:
source/psychlua/CallbackHandler.hx:55: characters 18-33 : Class<llua.Lua_helper> has no field sendErrorsToLua
export/release/windows/haxe/ApplicationMain.hx:153: characters 5-36 : ... Called from macro here
not working please help
Describe your problem here.
When building from source, I run into the issue "source/psychlua/HScript.hx:317: characters 89-96 : Type not found : TeaCall", which prematurely ends the compiler. I can't find anything about this online, so any help help would be appreciated.
Are you modding a build from source or with Lua?
Source
What is your build target?
Windows x64
Did you edit anything in this build? If so, mention or summarize your changes.
No.