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
+2-19Lines changed: 2 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Heya there! GamerPablito here!
4
4
5
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
-
This was originally made for some Friday Night Funkin' mods, but it can be used for any game made with Haxeflixel as well.
7
+
This was originally made for some Friday Night Funkin' mods, but it can be used for any game made using Haxe as well.
8
8
9
9
The purpose of this project is to make everything the best way possible, using less space and complexity for a better performance (and by that I mean it can be useful for computers with a very slow processing speed).
10
10
@@ -17,24 +17,7 @@ NOTE: Don't get confused with the GJ Integration made by [TentaRJ](https://githu
17
17
- This also contains some files with info formats about how some data has to be received like, this in order to let the user know how to use the data in their game
18
18
- Has many extra features that can be fetched instantly without you have to code a lot for them
19
19
- Every file is full of instructions for each command, in order to do the things right if you don't know so much about it
20
-
21
-
## How to Use
22
-
1. Open the command prompt or Powershell and run: `haxelib install HaxeGJClient`
23
-
2. Open the `project.xml` file and write at the bottom of the libraries section.
24
-
```xml
25
-
<haxelibname="HaxeGJClient">
26
-
```
27
-
3. Make a variable holder for the client in the `Main.hx` and initialize it in there.
28
-
```hx
29
-
// Put this at the top
30
-
import GJClient;
31
-
32
-
// Put this inside of the Main class
33
-
public static var gjClient:GJClient;
34
-
35
-
// Put this inside the "new" function
36
-
gjClient = new GJClient({id: 0, key: ""}); // replace this with the actual data of your game
37
-
```
20
+
- Check the Wiki Page of this Client in GitHub for more info about its use.
38
21
39
22
## Still have doubts about its use?
40
23
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!
0 commit comments