You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# GameJolt Adaptation for FNF and Haxeflixel
1
+
# Haxe GameJolt Client
2
2
3
3
Heya there! GamerPablito here!
4
4
5
-
Thanks for use this custom client for GameJolt, this has very useful functions for different purposes with a little better performance than the default libraries (such as the flixel file ~~"FlxGameJolt"~~ or the original ~~"gamejoltAPI"~~ library stuff).
5
+
Thanks for use this custom client for GameJolt for Haxe, this has very useful functions for different purposes with a little better performance than the default libraries (such as the flixel file ~~"FlxGameJolt"~~ or the original ~~"gamejoltAPI"~~ library stuff).
6
6
7
7
This was originally made for some Friday Night Funkin' mods, but it can be used for any game made with Haxeflixel as well.
8
8
@@ -33,6 +33,9 @@ You must do the same steps from before, then go to the `project.xml` file and ad
<!-- Don't forget to comment the ACHIEVEMENTS_ALLOWED line ofc-->
38
+
<!-- define name="ACHIEVEMENTS_ALLOWED" /-->
36
39
```
37
40
38
41
With that on mind, every time you insert a command from this in some part of your game, make sure its limited by the .xml conditional: `#if GAMEJOLT_ALLOWED ... #end` (cuz this client is made for computers only, and without the `ACHIEVEMENTS_ALLOWED` stuff getting in its way).
@@ -55,11 +58,13 @@ class Example extends FlxUIState
55
58
}
56
59
```
57
60
61
+
You can find some menu templates that uses this on [here](https://github.com/GamerPablito/FNF-GameJolt-Menus) if you prefer!
62
+
58
63
## Still have doubts about its use?
59
64
If you're still have questions about how to use this client correctly, or if you want some menu templates to begin with for your game (FNF mods or anything else), you're free to talk to me by [Twitter](https://twitter.com/GamerPablito1) or Discord (GamerPablito#3132). I have no kind of special access you need to do this at all!
60
65
61
66
## Special Thanks
62
67
-[EyeDaleHim](https://github.com/EyeDaleHim) : For suggest me about a better command for printing responses
63
68
-[MemeHoovy](https://github.com/MemeHovy) : For giving me a hand explaining differences between this integration and TentaRJ's one
64
-
-[TentaRJ](https://github.com/TentaRJ) : For being an inspiration for me to create this
69
+
-[TentaRJ](https://github.com/TentaRJ) : For being a huge inspiration for me to create this
65
70
-[bimagamongMOP](https://bimagamongmopmain.carrd.co/) : For making me realize a gramatical error in the code ("Trophie" to "Trophy")
0 commit comments