mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-08 23:33:33 +08:00
reformat README and place them at root of each MOD
This commit is contained in:
@@ -24,6 +24,6 @@
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
||||
<Exec Command="del /F /Q package\$(ProjectName)-$(Version).zip
zip -9 -j package/$(ProjectName)-$(Version).zip $(TargetPath) package/icon.png package/manifest.json package/README.md" />
|
||||
<Exec Command="del /F /Q package\$(ProjectName)-$(Version).zip
zip -9 -j package/$(ProjectName)-$(Version).zip $(TargetPath) package/icon.png package/manifest.json README.md" />
|
||||
</Target>
|
||||
</Project>
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
## CheatEnabler
|
||||
|
||||
### Enable cheat functions as below
|
||||
### Add various cheat functions while disabling abnormal determinants
|
||||
|
||||
* Disable abnormal determinants (Disable all sanity checks, and can get achievements on using Console and Developer Mode shortcuts).
|
||||
* Disable abnormal determinants (Disable all sanity checks, and can get achievements on using Console and Developer Mode
|
||||
shortcuts).
|
||||
* Shift+F4 to switch Developer Mode on/off.
|
||||
* Numpad 1: Gets all items and extends bag.
|
||||
* Numpad 2: Boosts walk speed, gathering speed and mecha energy restoration.
|
||||
Reference in New Issue
Block a user