Content Creations

New script:The random Specialist

This new script was ideated by me and written entirely by Tiotimolina.
Its like playing ts but each hog has 2 random weapons and 1 random utility for the rest of the game. The weapon set is not customizable tho.Uber weapons and uber utilities are disabled.
License: MIT License

[Mission] Advanced Rope Training

Hi! I have created the Advanced Rope Training.

Become a ninja!
Ninja Full! Big Grin

This is the continuation of Basic Rope Training from Hedgewars 0.9.24.
This mission is for those who already have some basic rope skills, but want to learn some lesser known stunts. You should have completed Basic Rope Training first before you try this.

Goal: Read the instructions and show off 5 rope stunts:

  • Rope-knocking
  • Aerial push
  • Wall bounce
  • Force push
  • Sliding towards and away

The game explains you how to perform each of these stunts. Use this knowledge wisely, perfect for Shoppa games! Big Grin

Download:

Advanced_Rope_Training_v1.hwp

Requires Hedgewars 0.9.24 or later.

Please give feedback! Smile I first want to hear player feedback before I consider including this training into official Hedgewars.

If you have ideas for more rope tricks, please let me know.

See also: Rope

hedgewars moving plateform test n°1

Hello, just a small post for anyone interested in this,

https://www.youtube.com/watch?v=ZGOMHp2pYkI

Thanks to nemo for the help ! Smile

It is not perfect, but i hope it might give you some ideas !

One problem, as seen in video, the hedgehog doesnt move with the girder, might be possible to find a solution with setgearvelocity and gearisinbox but i had no sucess for now,
Same problem with the Portals, in this state it is not ready to implement in a portal mission :p

But for some map mission, shooting mission etc... might be cool !

CODE : hover with your mouse to expand the code

Quote:
girderswitch = false
PlaceSprite(xgirder, ygirder, sprAmGirder, 4)

function onGameTick20()


if CurrentHedgehog ~= nil then

if (xgirder <= 750) and (girderswitch == false) then
EraseSprite(xgirder, ygirder, sprAmGirder, 4)
xgirder = xgirder+1
PlaceSprite(xgirder, ygirder, sprAmGirder, 4)
if (xgirder == 750) then
girderswitch = true
end
end

if (xgirder >= 300) and (girderswitch == true) then
EraseSprite(xgirder, ygirder, sprAmGirder, 4)
xgirder = xgirder-1
PlaceSprite(xgirder, ygirder, sprAmGirder, 4)
if (xgirder == 300) then
girderswitch = false
end

end
end
end

edit, thanks to nemo i have now this code :

if (xgirder <= 750) and (girderswitch == false) then
EraseSprite(xgirder, ygirder, sprAmGirder, 4)
xgirder = xgirder+1
PlaceSprite(xgirder, ygirder, sprAmGirder, 4)
if gearIsInBox(player, xgirder-90, ygirder-20, 180, 10) then
-- SetGearVelocity(player, dx+1, dy+0)
SetGearPosition(player, xplayer+1, yplayer)

end
if (xgirder == 750) then
girderswitch = true
end
end

allow your hog to move with the girder ! not perfect when you try to walk to the left (when the girder is going to the right), but let say it is because it is magic... :p

[Voice] Robot_pl

Hi!

As I wrote in the "HillBilly_pl" topic, I started working on a new Polish voice pack.

Here are the results:
https://www.dropbox.com/s/zsn4h66p67eb5p3/Robot_pl.7z?dl=1

Enjoy! Smile

[Voice] HillBilly_pl

Hello again!

I prepared Polish version of HillBilly voice set. Smile

Trying to reproduce a specific accent, which belongs to a separate language family, isn't that obvious, so that was quite challenging. Still, I'm glad that I took this one. I'm not sure if it sounds Appalachian enough (I checked some movie with 'mountain people' talks before recording), but it's definitely something new, compared to Default_pl and Russian_pl.

Now the link: https://www.dropbox.com/s/nq6rqdrgjdhn1a1/HillBilly_pl.7z?dl=1

Please, check it in your free time. Wink Smiley

Regards!

EDIT: Published under GNU Free Documentation License 1.2.

Syndicate content

User login

Copyright © 2004-2024 Hedgewars Project. All rights reserved. [ contact ]