FunkinCrew / Funkin

A rhythm game made with HaxeFlixel
https://www.newgrounds.com/portal/view/770371
Other
2.97k stars 2.29k forks source link

what are the .hxc files? #2266

Closed Shiho-cmd closed 6 months ago

Shiho-cmd commented 6 months ago

i'm trying to make a mod in the new fnf update and wanted to add a script in my song but i noticed fnf use this .hxc files but idk what they are and when i try to open it windows don't recognize can someone help me with this?

biomseed commented 6 months ago

https://polymod.io/docs/scripted-classes/ they are hscript files for scripted classes in polymod

biomseed commented 6 months ago

hscript is basically a scripting language but with the same syntax as haxe, so you don't need to learn anything new for it if you know haxe

Shiho-cmd commented 6 months ago

hscript is basically a scripting language but with the same syntax as haxe, so you don't need to learn anything new for it if you know haxe

thanks helped me a lot!!!