larsiusprime / polymod

Atomic modding framework for Haxe
MIT License
159 stars 60 forks source link

hscript.Interp has no field setVar #150

Closed TheRealJake12 closed 1 year ago

TheRealJake12 commented 1 year ago

image

(using a slightly edited version of FNF Modcore)

TheRealJake12 commented 1 year ago

also, I "fixed" it by editing the file to work. Basically removing the functions that broke.

AltronMaxX commented 1 year ago

I think that could be fixed by reinstalling polymod and hscript

EliteMasterEric commented 1 year ago

The solution to this bug is to install the CORRECT version of the hscript haxelib (which is 2.5.0). You likely have 2.4.0 installed.

TheRealJake12 commented 1 year ago

yeah hscript 2.5.0 and polymod 1.7.0 are installed. I still have the issue.

TheRealJake12 commented 1 year ago

yeah hscript 2.5.0 and polymod 1.7.0 are installed. I still have the issue.

I love it when I don't realize I have hscript.Interp overriden with my own custom file in source code. Sorry Eric. I was uptodate though.