-
Notifications
You must be signed in to change notification settings - Fork 0
Modding
Hazzy is open for modders. You can mod the game how ever you want! want to make a another fan game using hazzy's code. Feel free to, just as long you give proper credit (Like crediting Drwhomust, Toby Fox, KP team, dragonsnow, etc) You are able to use game for mods or your own game.
There are some ground rules tho, these ground rules apply if you are going to make a mod or a fan game using hazzy's code
- Give proper credit
- No NSFW
- No stealing KP team assest's
- don't make everything you "make" yours
Now that is out of the way, lets get started
The game uses RPGMaker MV, you can get it here on steam or on RPGMaker's website
Now, with the software downloaded here is what you need to do.
- Create a new project
- Click on the tab "Game" and then "Open folder"
- find
Game.rpgprojectand copy it to a safe place - Go to your copy of hazzy and open the folder
www - go to your safe place and move the
Game.rpgprojectto thewwwfolder of the copy of hazzy - Go back to RPGMaker and click on "Open Project"
- In the window find the
Game.rpgprojectyou moved and open it with RPGMaker - RPGMaker should be able to open it up and you will be able to mod the game from there
MacOS users, You need to go to
Game.appright click and click "Show contents" in order to find thewwwfolder
To edit the custom code you first need the following:
- Node.js
- .NET (sdks)
- .NET (runtime)
- Git or if you prefer a gui Github Desktop
once you have all of them downloaded do the following
- Open up the terminal and run
git clone https://github.com/nightcrawcode/hazzy.git
If you are using GitHub desktop click on the + and "Clone repository" then from URL and paste in this link
https://github.com/nightcrawcode/hazzy.git
- In the files of the Repository you just cloned open up the folder called "code" from there, there should be all the custom JS and C# code to all your needs.