Skip to content

FloatingBanana/Insane-Nights-at-Snowball-s

Repository files navigation

Versão em português aqui

Insane Nights at Snowball's

This is the source code of INaS. It was written in Lua using the LÖVE framework. There is some messy code here and there, but feel free to use some some parts of the code on your own project (as long as you don't steal all the code and claim that you made it). If you want to use any of the renders, please contact the modeler: Th3 Atomic.

Compilation

Windows

  1. Download the LÖVE executable here (32-bit is recommended, but 64-bit may work as well).

  2. Extract all files somewhere or install if you downloaded the installer.

  3. Clone or download this repository somewhere in your PC and zip it using any compression software. Make sure that all game files (especially "main.lua") are at the root of the archive, and not in a subfolder.

  4. Rename the zip file to "inasgame.love" and move it to the same folder as the LÖVE executable.

  5. Open the command prompt and type:

cd "path/to/love/folder"
copy /b love.exe+inasgame.love inas.exe
  1. Create a new folder somewhere and copy the "inas.exe", "license.txt" and all the dll files to it.

  2. Go to Discord RPC repository and compile or download a pre-compiled dll on "releases".

  3. Move "discord-rpc.dll" to the same folder as "inas.exe".

Other platforms

More information about compiling for other platforms in the LÖVE wiki. Some changes in the code may be needed to make it compatible to all platforms.

Credits

Programming: FloatingBanana Modelling: Th3 Atomic

Libraries
Resources

License

This project is published under Zlib license.

Releases

No releases published

Packages

No packages published

Languages