Jump to content

Is there a way to increase projectile travel speed?


Recommended Posts

I love this game (jedi outcast/jedi academy) to the ends of the earth and back and have for 15 years now, but the slow moving blaster bolts just frustrate me. Is there any mod/way this can be edited to make the a good bit faster? So it's possible to hit a moving target? I tried going through the gamedata files with a .txt editor but I didn't find anything related to "projectile speed". Only firing speed and damage etc.
Any and all help is appreciated thank you.

J450N likes this
Link to comment
  • 1 month later...

This! It's in Weapon.h

// Bryar Pistol
//--------
#define BRYAR_PISTOL_VEL			1800 <----------------- this
#define BRYAR_PISTOL_DAMAGE			14
#define BRYAR_CHARGE_UNIT			200.0f	// bryar charging gives us one more unit every 200ms--if you change this, you'll have to do the same in bg_pmove

// E11 Blaster
//---------
#define BLASTER_MAIN_SPREAD			0.5f
#define BLASTER_ALT_SPREAD			1.5f
#define BLASTER_NPC_SPREAD			0.5f
#define BLASTER_VELOCITY			2300 <------------------- this
#define BLASTER_NPC_VEL_CUT			0.5f
#define BLASTER_NPC_HARD_VEL_CUT	0.7f
#define BLASTER_DAMAGE				20
#define	BLASTER_NPC_DAMAGE_EASY		6
#define	BLASTER_NPC_DAMAGE_NORMAL	12 // 14
#define	BLASTER_NPC_DAMAGE_HARD		16 // 18

This is from the Jedi Academy Enhanced  SP code.

Link to comment

What is happening ? Why You Leave??

 

giphy.gif

 

i agree with the speed of laster bolts... way too slow

I hope to return back on Easter time, but i am not much sure about how i will fine.

hospital recover however. i need to do a loooong check up. >.< i have already talk of that in these last times. unfortunalety, the wait list on Italy is looooong. now they have call me. so Tomorrow i will go. bye :3

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...