-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Welcome to the Edak Engine wiki!
Here, you can learn how to create mods using edak engine.
-
Edak Enigne is currently in ALPHA. Expect the unexpected (behaviors.)
-
Edak Engine doesn't have any sort of built-in editors for assisting in making scripts or anything like that. There are currently no plans to make editors for the engine.
-
There are also no plans to make a plug-n-play modding system, any mods made with edak engine are meant to be distributed with their executable.i mean maybe 😳 -
While the intention is to make it easier to soft code mods, this only applies to the PlayState.
Edak Engine is currently pending "stable" builds until the project leaves alpha; For the time being, nightly builds of the engine are available.
Before you actually read the build instructions linked below, note the following:
- Although the guide tells you to use Haxe 4.1.5, install the latest version of Haxe instead.
- You do not need to install the
polymod
ornewgrounds
libraries to build Edak Engine, but you will need to install theyaml
,hxcodec
andsscript
libraries. Those libraries can be installed with the commands below:haxelib install yaml haxelib install hxcodec haxelib git SScript https://github.com/TheWorldMachinima/SScript 0b7303fd3f240a581afba7e94ee34f8c4693990e
If you use edak engine and encounter any bugs, please tell me in the issues or the discord.
Written for EE v1.1.0