MagnetarCraft MagnetarCraft is an engine mod for StarCraft 1.16.1.
(Non)GoalsThe goal is to introduce some small new features without changing game mechanics or gameplay. Hopefully some of the engine limitations will be removed. There will be no changes in the tech tree or unit stats.
The project is open source. When/if it matures, it might be usable as a template for other Starcraft mods. Those should be able to tweak the tech tree/unit stats/whatever.
It's written from scratch and it does not rely on FireGraft, MpqDraft, or other launchers. The code is a mix of auto-generated assemby and some horrible C++. Everything on top of the mess-of-an-engine that is Starcraft.
Everything is experimental!DownloadRelease files:
https://github.com/joankaradimov/MagnetarCraft/releases/download/0.1.0/MagnetarCraft.zipSource:
https://github.com/joankaradimov/MagnetarCraftRelease Information:
https://github.com/joankaradimov/MagnetarCraft/releases/tag/0.1.0Changelog0.1.0 - Anxious Arbiter
- Enable establishing shots within custom scenarios
I run it. but it looks like normal sc 1.16.1 hmm... so what are the new small features?
its engine mod that allow tweaks, ok... so how do i change marine damage?
None.
its engine mod that allow tweaks, ok... so how do i change marine damage?
For marine damage - you'd need to use a DAT editor.
This is more of an alternative to GPTP. Every known/unknown address is available for calling/reading/writing/patching via
some auto-generated code. Nothing is properly documented, but you can see examples
here.
I run it. but it looks like normal sc 1.16.1 hmm... so what are the new small features?
The new features are still a goal. Right now the 0.1.0 release can only display
establishing shots in custom scenarios.
The latest code (available in github, but still not tagged as a release) reimplements minimap rendering. It allows for arbitrary map sizes below 256x256.
Another thing that's reimplemented are parts of tileset and CHK loading. I've succeeded in
adding a 9th tileset to the game, but I've no art for it and no map editor to supports it.