General discussion
Hedgewars on Steam, like the idea?
Hi people, im back to talk about this possiblity, and want to know your opinion about sharing game in steam store, this is the best chance to allow the game have a bigger community and grown his popularity.
So please if admins or other, do you support me, ill glad to help publishing the game on Steam Greenlight.
I am back :D
Starting with today I have a new computer!
I am gonna play hedgewars again and work on my script (Battalion) once I've set up everything again.
Greetings!
Play with a controller : script to control the mouse. Need autohotkey.
Hi everyone !
Recently i came back to hedgewars and i wanted to play with a controller, dont ask why :p
So after some try and some help i have this for you :
First, create a team to use with your controller, you can find a post on the forum with pre-made controls.
Second : you need autohotkey. it creates macro and scripts etc...
Third you need these two scripts :
1.
[code]
Joy10:: ; right stick button press (not on his axis)
KeyWait, Joy10, T1 ; Wait 1 seconds
if (ErrorLevel = 1)
{
;Send, % "#" "d" ;get back to the desktop
Winactivate, ahk_exe explorer.exe ; activate explorer.exe, you dont go back to desktop, test as windowed game, not in fullscreen
;MsgBox Held
}
else
{
;MsgBox Tapped
run C:\Users\clement\Desktop\JoystickMouse.ahk ; activate the joystickmouse script. if you have your own version of joymouse script,
; add a way to exit it.
Hedgewars bug
When a blowtorch is used on the edge of a wrap map the hedgehog goes backwards and proceeds to fall off the edge of the map. As you can see my hedgehog is now on the cheese slicer in the middle of the map.
Graves
I've some question on graves. First one, how portals on graves work? Sometimes portals work on them, sometimes they won't be teleported and I can't get what is the condition to do it, seems causal, dunno if I fail.
Second one, is it normal that you can put grinder over the grave? It's a strange behaviour I think, cause when you resurrect that grave the hog will be over/behind the grinder when you can't do it on a alive hog.
