Page 1 of 2

New cheat commands, restore and reload map, etc.

Posted: 29 Oct 2008, 14:44
by TradeMark
Would be nice for testing. Now i need to relaunch the game every time i blow up the whole map...

I suggest these commands:
/restore (restores map ground)
/reload (reloads map, includes ground restoring, unit/corpse removing, removed features add, etc. so it looks as good as new.)
/clearunits (removes all units)
/clearcorpses (removes all corpses)
/clearboth (removes all units and corpses)
/clearall (removes every unit and feature, including map own features)
/clearfeatures (removes only map own features, some maps are full of trees, you might not want to reclaim them all to test stuff)

+ along with those it shouldnt show the game end form when you are playing alone without any bots than the default "Gaia" bot.

+ make the max speed into 100 when playing alone

Re: New cheat commands, restore and reload map, etc.

Posted: 29 Oct 2008, 18:36
by Pendrokar
TradeMark wrote: + make the max speed into 100 when playing alone
/setmaxspeed 100
+
+
+
+
...
Or was it that Spring didnt go over 10?

Re: New cheat commands, restore and reload map, etc.

Posted: 29 Oct 2008, 18:52
by [Krogoth86]
When talking about additional cheat commands I'd also like an option to revert the /nocost cheat...

Re: New cheat commands, restore and reload map, etc.

Posted: 29 Oct 2008, 20:20
by ZellSF
There is a lua gadget that is a reversible nocost, no clue if that's working now though...

Re: New cheat commands, restore and reload map, etc.

Posted: 29 Oct 2008, 20:21
by TradeMark
Pendrokar wrote:
TradeMark wrote: + make the max speed into 100 when playing alone
/setmaxspeed 100
+
+
+
+
...
Or was it that Spring didnt go over 10?
idk, last time i checked it didnt go over 25 or something.

But still, its fucking stupid to make limits for single playing...

IMFHO /cheat command should be on by default if you play alone
AND minspeed 0 and maxspeed 100.. then its good for testing and video recording...

Re: New cheat commands, restore and reload map, etc.

Posted: 29 Oct 2008, 20:47
by Auswaschbar
TradeMark wrote:
Pendrokar wrote:
TradeMark wrote: + make the max speed into 100 when playing alone
/setmaxspeed 100
+
+
+
+
...
Or was it that Spring didnt go over 10?
idk, last time i checked it didnt go over 25 or something.

But still, its fucking stupid to make limits for single playing...

IMFHO /cheat command should be on by default if you play alone
AND minspeed 0 and maxspeed 100.. then its good for testing and video recording...
Lua

Re: New cheat commands, restore and reload map, etc.

Posted: 29 Oct 2008, 20:54
by lurker
TradeMark wrote:IMFHO
You are aware of what the H stands for, right?

Re: New cheat commands, restore and reload map, etc.

Posted: 30 Oct 2008, 01:16
by TradeMark
idk i just write random letters and wish they mean something

Re: New cheat commands, restore and reload map, etc.

Posted: 02 Nov 2008, 01:07
by Gota
What i want to request is a mod where i choose everything like mod and map and it all startswith speed of 5 and max of 10 with cheats and nocost on already.
If possible a way to give a command to reload everything from statr(cause u changed something in your dds directory and wanna tets it right away without having to manually exit than enter spring and gothorugh all the choosing porcess.
It should just reload everything with the same map and mod and should be a single command.

Re: New cheat commands, restore and reload map, etc.

Posted: 02 Nov 2008, 05:49
by Zoy64
/cheatall

Re: New cheat commands, restore and reload map, etc.

Posted: 02 Nov 2008, 08:00
by panzeriv2
/cheatall
Die.

IMFHO= In my f***ing humble opinion

Really, I don't think that your opinion is really humble.
+ make the max speed into 100 when playing alone
Are you kidding?
/restore (restores map ground)
/reload (reloads map, includes ground restoring, unit/corpse removing, removed features add, etc. so it looks as good as new.)
/clearunits (removes all units)
/clearcorpses (removes all corpses)
/clearboth (removes all units and corpses)
/clearall (removes every unit and feature, including map own features)
/clearfeatures (removes only map own features, some maps are full of trees, you might not want to reclaim them all to test stuff)
Win.

Re: New cheat commands, restore and reload map, etc.

Posted: 02 Nov 2008, 14:45
by TradeMark
panzeriv2 wrote:
+ make the max speed into 100 when playing alone
Are you kidding?
No im not kidding, i constantly need to fasten stuff over +5 speed when i test.

Re: New cheat commands, restore and reload map, etc.

Posted: 02 Nov 2008, 18:09
by CarRepairer
1) Just lua it.

2) Or bind your own hotkeys.

3) You are an angry person.

Re: New cheat commands, restore and reload map, etc.

Posted: 02 Nov 2008, 20:14
by Hoi
4) and lazy

Re: New cheat commands, restore and reload map, etc.

Posted: 03 Nov 2008, 00:26
by TradeMark
i can lua these cheat commands? how?

Re: New cheat commands, restore and reload map, etc.

Posted: 03 Nov 2008, 00:58
by Evil4Zerggin

Code: Select all

Spring.SendCommands{".say cheat 1"}
Spring.SendCommands{".say setmaxspeed 100"}

Re: New cheat commands, restore and reload map, etc.

Posted: 03 Nov 2008, 01:06
by Auswaschbar
Evil4Zerggin wrote:

Code: Select all

Spring.SendCommands{"cheat 1"}
Spring.SendCommands{"setmaxspeed 100"}
Fixed. They are regular commands now, no need to say them

Re: New cheat commands, restore and reload map, etc.

Posted: 03 Nov 2008, 01:36
by TradeMark
where do i put that code?

Re: New cheat commands, restore and reload map, etc.

Posted: 03 Nov 2008, 15:40
by Hoi
in a widget

Re: New cheat commands, restore and reload map, etc.

Posted: 03 Nov 2008, 20:18
by CarRepairer
I have hotkeys that I use for testing purposes, no widget needed. I bind cheat, godmode, setmaxspeed etc to a bunch of keys with modifiers alt+ctrl+shift so I'll never accidentically hit them in a real game (which would not likely do anything if I'm not host anyway).

Example:
bind alt+ctrl+shift 9 cheat
bind alt+ctrl+shift 0 nocost

I can hit whatever cheatcodes I want before the countdown is even finished.

Another handy hotkey is "luaui reload" for when widgets crash. Since a widget can't send commands for you if luaui crashes. :-)