Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Three questions about modifying source

Page: 1 of 1
 ProxXect
04-15-2004, 5:32 PM
#1
I posted this thread in the JO coding section first, but since this seems to be atleast visited I desided to post here too.
It's probably about the same code as JO anyway..


Question 1:
I changed the Charge Unit on the disruptor, it goes like this:
#define DISRUPTOR_CHARGE_UNIT 75.0f
My problem is that it says to change it in the bg_pmove too. I cant find it there. So.. What line? What to modify ? (all in bg_pmove.c) .

Question 2:
Possible to change the recharge rate for the stunbaton so you have to wait like 2-3 sec to re-fire?

Question 3:
Can I make it so u have to be scoped to fire the disruptor?

As u can see im no big coder.. heh

Thanks in advance! :D
 Wudan
04-15-2004, 6:39 PM
#2
1. I couldn't see anything in bg_pmove.c that refers to the charge time - it must be one of those mystery comments. There's stuff in there about the charge ... and maybe the charge time - maybe that's what it's on about ...

2. Yes, that's possible.

3. Yes, that's possible.
 ProxXect
04-15-2004, 7:52 PM
#3
Thanks Wudan.

Now I just need to figure out how...(hmm? :confused: :D)
Page: 1 of 1