Closed LinkTheDog closed 3 years ago
It also says
`#if desktop import Discord.DiscordClient; import sys.thread.Thread;
import flixel.FlxG; import flixel.FlxSprite; import flixel.FlxState; import flixel.addons.display.FlxGridOverlay; import flixel.addons.transition.FlxTransitionSprite.GraphicTransTileDiamond; import flixel.addons.transition.FlxTransitionableState; import flixel.addons.transition.TransitionData; import flixel.graphics.FlxGraphic; import flixel.graphics.frames.FlxAtlasFrames; import flixel.group.FlxGroup; import flixel.input.gamepad.FlxGamepad; import flixel.math.FlxPoint;`
error se
I dont believe you are in the right spot for resolving an issue like that. I would try asking for help in the FNF discord.
You do need to successfully install polymod first "3. Run haxelib git polymod https://github.com/larsiusprime/polymod.git
to install Polymod."
If that doesnt work, you could attempt to download the repository and try haxelib install [file]
Heya, like the other comment says according to FNF you will need to use the version on github, not the haxelib version, I kind of work entirely off github and only rarely update to haxelib (sorry).
As it happens ninjamuffin is an old acquaintance of mine and I've been helping him fix some bugs with Polymod, did some digging on that tonight in fact. As it turns out he's doing some stuff with asset libraries I wasn't expecting, so it's going to take some refactoring to make FNF compatible with Polymod. I know now what needs to be done but it might take a while.
I'm trying to mod fnf and its been frustrating because when I try to compile the game it says source/Note.hx:9: characters 8-33 : Type not found : polymod.format.ParseRules and I try to reget it but it says updating latest polymod and never actually downloads it its been half an hour and in the source code this is it:
`#if polymod import polymod.format.ParseRules.TargetSignatureElement;
end
using StringTools;
class Note extends FlxSprite { public var strumTime:Float = 0;
And I don't know the error since I'm just trying to mod the game but I don't know why it wont work
Using haxelib if that helps