#Max projectile launcher speed

18 messages · Page 1 of 1 (latest)

paper void
#

Anyone know if you can make projectile launcher bullets go any faster than the maximum set by the game?

prime jewel
#

Not possible, By would you need it to go any faster in the first place?

paper void
#

Dogfighting planes where they will be taking ages to catch up, oh well its not too bad

gloomy trellis
paper void
#

It only goes max at 100 for me?

severe flume
#

It goes up to 1000 i think, are you sure you're using the projectile launcher component? Maybe send a screenshot of configuring the gadget

gloomy trellis
hybrid mauve
gloomy trellis
gloomy trellis
#

dev is clearly wrong smh my head

#

shaking my head smh my head

hybrid mauve
#

I don’t know why this is happening but I also tried comparing the actual sniper with the custom gun it looks like the speed is the same but I’ll test it more and let you know

hybrid mauve
#

one question how did you time the time of firing the gun with a trigger handle?

I just tested it and I got 300~
The way I tested is by getting the heads velocity (only the Y) * 1000 round /1000
And seeing if it’s greater that 0.009 and less than 0.025
If the player’s velocity is equal to 0,0,0 and these two conditions match in a certain time (a delay of 3 second as a fourth condition)
Then the player is shooting at that exact moment we will get the distance,precise second in a float variable and when the shot hits the toggle button it would also get the precise seconds of the hit in another variable then just the usual s = d/t and I always get 300~ , so that’s weird the dev must have mistaken it with another gun or whatever
@gloomy trellis

gloomy trellis
hybrid mauve
#

Imma go talk to the dev and see if the information is outdated or what