Asterix Gaming Guild Logo GeneralXXLXXL 2XXL 3XXXLOlympic GamesXXL EditorToolsOff-TopicXXL RomasteredXXL 2 RemasteredOther GamesModsCaesar's ChallengeUnfair XXLPatchesFan ArtPersonal ArtSpeedrunningMediaRandomizerBETA RomeHSKALPresence AdrienPresence SPQRSupport Bot Helpdesk

#editor

pegperegogaucho
No problem
pegperegogaucho
Because I was already confused by "jump pads", that is something maybe out of halo :Obelul:
hesopesomeso
We all call them jump pads and not obelix catapults :Obelul:
hesopesomeso
You can actually send an event to make trio jump?
pegperegogaucho
Looks like there is an ambiguity, there is more than one jump pad
hesopesomeso
XDDD
pegperegogaucho
Maybe we could just call it the "Obelix mattress"
hesopesomeso
:Obelul: Sure
adrientd
So I guess it sends a pointer of the catapult as event argument?
hesopesomeso
Nope, dir + force, so vec3+float.
adrientd
Oh ok, so they are probably part of a struct?
hesopesomeso
Don't think so. For the obelix catapult hook, it's the last members (vec3+float).
hesopesomeso
It's very strange. The bounce force used for the bouncing ground is the same as the obelix catapult...
hesopesomeso
It's not, actually.
hesopesomeso
0x64 in trio for bouncing ground.
mr.rubinshtein
"Matress Pad"
mr.rubinshtein
"Obelix Pad"
mr.rubinshtein
"Striped Pad"
hesopesomeso
If you meant of part of the struct made by the vec3, float, then yes. If part of another struct, then no.
adrientd
Yes, I guess they would have put vec3+float inside a struct, and then pass a pointer of that struct to the event.