Help
Help
and share. Sadly the files happened to be corrupt when opened on a Windows
machine(I'm on Mac). But luckily a madlad called @TomerBarz made a mod for the
game, and while creating it he also fixed all the errors only by himself. I would
not have been able to do this without him.
And also thanks to the community for supporting this game in general. You guys will
be keeping this game alive, so if you want to contribute to it as well, you can
create a modded version of the game!
❌DON'Ts❌
Sell any of the assets
Repackage the game and sell it
✅DO's✅
Use assets for your own project
Mod the game while following the rules
Do you want to create a mod that other people can more easily find? Then share it
on our discord. Also, you will need to follow a few things:
– Have at least 3 screenshots that clearly show gameplay of the game, and display
exactly what got changed.
– Link a YouTube video on the page, where you show some gameplay to make visible
what changed and that it's a real project.
– Put some time into the mod, very low-effort mods will not be included, and a
simple re-sprite of the character will be the minimum, of course, you can leave the
textures the way they are and add something to the code that changes the game
significantly, or change the level design in an interesting way. That would also
work.
– Do not change/remove the text seen in the credits, as well as the YouTube button
from the menu.
– You can credit yourself by putting your @name on the bottom right label on the
menu.
If you understand all of this and are ready to do some modifications to the game,
you can download the Godot 3.5 project here: *future link*
❓HELP❓
– To open the project you have to use Godot 3.5 and not Godot 4.
– The more you want to change about the game, the more knowledge you need about the
Godot engine.
– To avoid any issues, avoid deleting any files from the folders.
– If u wanna stay safe, and don't encounter any errors, only use the tilemap node
to draw tiles, and move/delete objects on the scene like enemies, obstacles, or
traps. Editing the rest of levels like transitions, area2Ds, or changing code will
require a bit more knowledge.
– If you want to make a custom skin, you will have to keep the frames the same,
meaning if u place nothing at a spot where there is a Runmo frame, it will just be
invisible for that frame in-game. If you want to change the frame count, you have
to adjust it with the animation player on the Little Runmo scene, no code needed.
(also not all player animations were used, on the sprite, rows 4, 12, and 24 are
unused)