GameMaker Survival Engine basic
A downloadable game for Windows
The code you need to get started on a survival or simulation game in GameMaker.
- Random World Generator
- Inventory system
- Minimap (no save and load)
- Crafting system
- Chest system linked with inventory (with save and load)
- Rich resource system that can regenerate (fully supports save and load)
- Diverse animals with different behaviors that provide collectible resources
- Farming system (save and load)
- Diverse fishing system
- Item durability
- Game clock and day/night cycle
- Eating and cooking system
- Visual effects and rain
- Variety of enemies with unique characteristics (diverse and rich)
- Combat system with various weapon types
- Save/Load system
- Mobile/PC
Suitable for all game types: survival, farming/livestock raising.
License: You are allowed to use this project template in your commercial game. You are not allowed to distribute or resell the source code, assets, or files contained in this package. You are allowed to distribute or sell the compiled executable created using this. One license per published project, unlimited seats on the same project.
If you want a complete survival or farming game, you can find it available here: https://hd-production.itch.io/gamemaker-survival-engine
| Status | Released |
| Platforms | Windows |
| Rating | Rated 5.0 out of 5 stars (3 total ratings) |
| Author | HD Production |
| Genre | Survival |
| Tags | Asset Pack, Farming, GameMaker |
| Content | No generative AI was used |
Purchase
In order to download this game you must purchase it at or above the minimum price of $49.99 USD. You will get access to the following files:


Comments
Log in with itch.io to leave a comment.
Hi, is there anymore information on the project ? , for example , like how to run the game or a "Read Me" section.
Hi!
Thank you for your question.
This is a survival game project with a very straightforward structure and clean, easy-to-read source code. The controls and mechanics follow standard survival game conventions, so it should feel familiar to most developers and players.
How to run the game:
Controls:
The code is well organized and documented inside the project, so an additional “Read Me” file is not strictly necessary. However, if needed, I can provide a short usage guide upon request.
Let me know if you need any specific information
Thank you for the response, my download corrupted so I found my problem. the only issues I have now are a few compiler errors.
Glad you found the issue!
If you’re still getting compiler errors, you can also try deleting the game’s save files before running it again, just to make sure everything is clean. Sometimes old save data from a previous build or export can cause unexpected issues.
You can find GameMaker save files here:
C:\Users\YourUserName\AppData\Local\[GameName]\
(You can quickly access it by pressing Win + R, typing %localappdata%, and pressing Enter.)
Then just delete the folder with the game’s name and run the game again.