OSP Code Combat [WSE] [SP] Autofire script (video added)

Users who are viewing this thread

Shredzorz said:
Specialist said:
Another fun thing, with the new patch, you no longer need to worry about WSE for this code
All of it can be done in 1.151
Yes. This pleases me. As much as I love WSE, I love being able to avoid it even more.

teun557 said:
This is going to be great for the star wars mod im working on :grin:
Do you also have some of those models from the video availble?
Sorry, those models are for a mod I'm working on and aren't available for other people to use. At least not at the moment. Who knows what may happen in the future.


Also, I've started working on my Star Wars mod again after taking a short break, so that means I've started refining and improving this script again as well. There should be a better version of it available soon.

How far is this star wars mod from done? because im also working on one with someone else, together we might get a faster end product
 
teun557 said:
Shredzorz said:
Specialist said:
Another fun thing, with the new patch, you no longer need to worry about WSE for this code
All of it can be done in 1.151
Yes. This pleases me. As much as I love WSE, I love being able to avoid it even more.

teun557 said:
This is going to be great for the star wars mod im working on :grin:
Do you also have some of those models from the video availble?
Sorry, those models are for a mod I'm working on and aren't available for other people to use. At least not at the moment. Who knows what may happen in the future.


Also, I've started working on my Star Wars mod again after taking a short break, so that means I've started refining and improving this script again as well. There should be a better version of it available soon.

How far is this star wars mod from done? because im also working on one with someone else, together we might get a faster end product
It's still quite from far from being finished. And while I appreciate the offer to work together, I usually prefer to work by myself. I'm really a horrible control freak and like to be in control of every aspect of the mod. :razz:
 
Shredzorz said:
teun557 said:
Shredzorz said:
Specialist said:
Another fun thing, with the new patch, you no longer need to worry about WSE for this code
All of it can be done in 1.151
Yes. This pleases me. As much as I love WSE, I love being able to avoid it even more.

teun557 said:
This is going to be great for the star wars mod im working on :grin:
Do you also have some of those models from the video availble?
Sorry, those models are for a mod I'm working on and aren't available for other people to use. At least not at the moment. Who knows what may happen in the future.


Also, I've started working on my Star Wars mod again after taking a short break, so that means I've started refining and improving this script again as well. There should be a better version of it available soon.

How far is this star wars mod from done? because im also working on one with someone else, together we might get a faster end product
It's still quite from far from being finished. And while I appreciate the offer to work together, I usually prefer to work by myself. I'm really a horrible control freak and like to be in control of every aspect of the mod. :razz:

oh sure, we could exchange models if you like though, ive got some blasters you might want
 
teun557 said:
Shredzorz said:
teun557 said:
Shredzorz said:
Specialist said:
Another fun thing, with the new patch, you no longer need to worry about WSE for this code
All of it can be done in 1.151
Yes. This pleases me. As much as I love WSE, I love being able to avoid it even more.

teun557 said:
This is going to be great for the star wars mod im working on :grin:
Do you also have some of those models from the video availble?
Sorry, those models are for a mod I'm working on and aren't available for other people to use. At least not at the moment. Who knows what may happen in the future.


Also, I've started working on my Star Wars mod again after taking a short break, so that means I've started refining and improving this script again as well. There should be a better version of it available soon.

How far is this star wars mod from done? because im also working on one with someone else, together we might get a faster end product
It's still quite from far from being finished. And while I appreciate the offer to work together, I usually prefer to work by myself. I'm really a horrible control freak and like to be in control of every aspect of the mod. :razz:

oh sure, we could exchange models if you like though, ive got some blasters you might want
Thanks, but I've already got almost all the blasters I need already finished or in progress.
 
ThaneWulfgharn said:
Pls...someone do this for 1.153!!!!!!!!!!!!
Why don't you? It would take 5 minutes to replace all instances of "spawn_missile" with "add_missile" or whatever the new command is.
 
Hey guys, if any of you got problems with the reload speed, i got a solution here. Some of you might notice that if you set a high rate of fire, your reload speed will be very slow and vice verse.

In the autofire script, the rate of fire is inversely proportional to speed_rating (ie low number = high rate of fire), and reload speed is directly proportional to speed_rating,

What i did was to modify the module_mission_template.py file, replacing the autofire script's "item_get_speed_rating" with "item_get_missile_speed". This makes use of the unused "shoot_speed (aka missile_speed)" value which is now the rate of fire, and "spd_rtng (aka speed_rating)" as the reload speed. Seems that this method works well enough. There should be only 3 replacements needed, 1 for common_fire_automatic and 2 for common_ai_fire_automatic. Please don't replace every single "item_get_speed_rating" in the entire file.

Hope it helps.  :grin:
 
Back
Top Bottom