AL Plugin : Heavy Assault Capture Technology 1.2b 28/4/06
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 830
- Joined: Fri, 30. Dec 05, 22:14
-
- Posts: 2880
- Joined: Fri, 17. Feb 06, 04:55
Wouldn't suggest doing that, unless you PLAN on never finishing the Bala Gi missions and getting your HQ.Hieronymos wrote:Question: has anybody capped a Hyperion (M7 class) with HAT yet??
Am wondering if it can be done..

If you don't acquire the Hyperion properly, the mission code fails.
Perfection is in the hands of God, we bags of dirt can only do the best we can©
[ external image ]
Modders are a source of ideas to help the Game Makers improve what they have made. Cherrish them, for they are the fruit of thy labors.©
[ external image ]
Modders are a source of ideas to help the Game Makers improve what they have made. Cherrish them, for they are the fruit of thy labors.©
-
- Posts: 1267
- Joined: Sat, 3. Dec 05, 03:40
-
- Posts: 2880
- Joined: Fri, 17. Feb 06, 04:55
The requirement, is to tow the unclaimed Hyperion to the shipyard and dock with it in tow. This means a long trek where you get ambushed (part of the code that needs to occure, or you won't complete that phase).
Believe me, some Betatesters got froggy and cheated the ship into their posession, then couldn't figure out why they could not continue the BG missions.
@LV
I've and idea for a minor change to the scripts. Currently, you erase almost all hardware from the captured ships as a 'balance'. What would be more realistic, is if a large PERCENTAGE of the onboard hardware is destroyed, similar to what you'd get with disabling and caping ships.
This would make things much more interesting, especially with Kha'ak ships, as now you can't get anything but aKyons (they are not deleted for some reason) from them. Fighters suck with aK's.
This would revolve around a random number match, which would determine if the item is totally deatroyed (ie all bHEPT's) or if something is left over, ie: about 10% of total number (or, in the case of upgrades, just the one). The number of each item in the ship would be taken at capture time, so anything that was destroyed, because of battle or IOD use, would not be included.
I've always felt that destroying everything was a bit unrealistic. Nobody can destroy everything, especially with a bunch of lunatic MP's running around shooting people.
Even pilots bailing normally from ships sometimes miss things.
It would be nice to have some usable items on the ship, instead of the hulk being a cash cow for resale.
Believe me, some Betatesters got froggy and cheated the ship into their posession, then couldn't figure out why they could not continue the BG missions.

@LV
I've and idea for a minor change to the scripts. Currently, you erase almost all hardware from the captured ships as a 'balance'. What would be more realistic, is if a large PERCENTAGE of the onboard hardware is destroyed, similar to what you'd get with disabling and caping ships.
This would make things much more interesting, especially with Kha'ak ships, as now you can't get anything but aKyons (they are not deleted for some reason) from them. Fighters suck with aK's.

This would revolve around a random number match, which would determine if the item is totally deatroyed (ie all bHEPT's) or if something is left over, ie: about 10% of total number (or, in the case of upgrades, just the one). The number of each item in the ship would be taken at capture time, so anything that was destroyed, because of battle or IOD use, would not be included.
I've always felt that destroying everything was a bit unrealistic. Nobody can destroy everything, especially with a bunch of lunatic MP's running around shooting people.

It would be nice to have some usable items on the ship, instead of the hulk being a cash cow for resale.

Perfection is in the hands of God, we bags of dirt can only do the best we can©
[ external image ]
Modders are a source of ideas to help the Game Makers improve what they have made. Cherrish them, for they are the fruit of thy labors.©
[ external image ]
Modders are a source of ideas to help the Game Makers improve what they have made. Cherrish them, for they are the fruit of thy labors.©
-
- Posts: 9837
- Joined: Wed, 25. Jan 06, 14:26
I think the balancing is right as is. It's no different than a regular ships that's been jumped out of.
Besides, what's the difference between "almost all" and "large percentage"?
Why make it easier? Why make it so you get guns/shields on the ship? That takes away from the whole point. You can imagine it as being a way for the ship's original crew of destroying everything, as to not go into enemy hands. When they're over run, the ship's all banged to hell, and most/all the equipment has been destroyed.
It seems fairly logical to me.
But, if you want to add the possibility of equipment remaining, you can change a couple things. Add a random number in, and replace the "-20" currently in the script with it to remove things.
Make it "random number from 1 to 20", or something. Still think it'd make it too "good tho".
Besides, what's the difference between "almost all" and "large percentage"?

Why make it easier? Why make it so you get guns/shields on the ship? That takes away from the whole point. You can imagine it as being a way for the ship's original crew of destroying everything, as to not go into enemy hands. When they're over run, the ship's all banged to hell, and most/all the equipment has been destroyed.
It seems fairly logical to me.
But, if you want to add the possibility of equipment remaining, you can change a couple things. Add a random number in, and replace the "-20" currently in the script with it to remove things.
Make it "random number from 1 to 20", or something. Still think it'd make it too "good tho".
-
- Sith Lord
- Posts: 8255
- Joined: Wed, 6. Nov 02, 20:31
-
- Posts: 9837
- Joined: Wed, 25. Jan 06, 14:26
Well, I already have.
But there's still a very good chance you won't get s**t. It's been a while since I've looked at the script, but I think you had -40 for all guns/shields. I think I made it random from 15 to 40. Which doesn't leave a lot of chance to get 4-5 guns left.
But, I suppose it's still a chance.

But, I suppose it's still a chance.

-
- Posts: 62
- Joined: Wed, 8. Dec 04, 06:03
Let me see if I got this right.
This code determines how many MP are neede to cap a ship, for example a TL:
This would seem to suggest it takes between 125 and 300 MP to cap a TL, tes ? But When I capped a Boron TL a while ago it took 586 MP!
Why is this ?
Is it because of this code:
Or does this only apply to khaak ?
The way I understood it is that every time a MP attack takes place a it takes between 1-3 MP for every "one" MP attack so the final amount needed is between 1-3 times the set amount. Please correct me if I am wrong. I am also trying to learn scripting so any info would be appreciated.
Now if I could only get Cycrows tractor beam merchant to work with 2.0.02 I could finally add that Kyon merchant i've been planning for my Khaak Invader games...
This code determines how many MP are neede to cap a ship, for example a TL:
Code: Select all
104 else if$aimobj == TL
105 $value= = random value from 125 to 300 - 1
Why is this ?
Is it because of this code:
Code: Select all
188 $puse= = random value from -3 to 0 - 1
189 =$ship -> add $puse units of $mp
The way I understood it is that every time a MP attack takes place a it takes between 1-3 MP for every "one" MP attack so the final amount needed is between 1-3 times the set amount. Please correct me if I am wrong. I am also trying to learn scripting so any info would be appreciated.
Now if I could only get Cycrows tractor beam merchant to work with 2.0.02 I could finally add that Kyon merchant i've been planning for my Khaak Invader games...
-
- Posts: 1267
- Joined: Sat, 3. Dec 05, 03:40
What you have just experienced is correct. That takes away 1-4 MP per cycle from the players vessel.Kaze wrote:Is it because of this code:Code: Select all
188 $puse= = random value from -3 to 0 - 1 189 =$ship -> add $puse units of $mp
Which can give you a range from 124 - 1196 MP's needed to cap a TL.
Obvisoully 124 MP's to cap a TL would be pratically impossible...

-
- Posts: 62
- Joined: Wed, 8. Dec 04, 06:03
Yay I was right! =) I'm just figuring this stuff out as I go alongWhat you have just experienced is correct. That takes away 1-4 MP per cycle from the players vessel.
Which can give you a range from 124 - 1196 MP's needed to cap a TL.

So the 1-4x factor applies to khaak and xenon as well as 'normal' ships, equally ?
But you sure did make capturing khaak ships HARD
A Khaak M2 takes 800-4800 MP to capture, so it can take up to.. 40 minutes (?) to cap

Add to that the fact that you must have >60% shields and that Gamma Kyons have a range of 4.9KM which is about the same as the max range for transporting..
So its practically impossible since kyons cant really be dodged. A bit too hard maybe =( ?
Also I think that if you manage the impossible and capture a khaak cap-ship you should atleast get to keep a minimum of 3-6 kyons sice they are practically impossible to get without cheating (In 300+ gaming hours i'vee seen one, maybe to crates of them drop after a khaak ship was destroyed)
As a side note, why do all the calculations within scripts have to be "x to z -1". Why the "minus one"?
-
- Posts: 1267
- Joined: Sat, 3. Dec 05, 03:40
Yes...Kaze wrote:So the 1-4x factor applies to khaak and xenon as well as 'normal' ships, equally ?
LV wrote it!Kaze wrote:But you sure did make capturing khaak ships HARD

Kaze wrote:A Khaak M2 takes 800-4800 MP to capture, so it can take up to.. 40 minutes (?) to cap![]()
Code: Select all
100 else if $aimobj == Destroyer M2
101 $value = = random value from 400 to 700 - 1
102 skip if $aimrace != Xenon OR $aimrace != Kha'ak
103 $value = = random value from 800 to 1200 - 1
Some scriptors prefer that calculation.Kaze wrote:As a side note, why do all the calculations within scripts have to be "x to z -1". Why the "minus one"?


-
- Posts: 62
- Joined: Wed, 8. Dec 04, 06:03
-
- Posts: 1267
- Joined: Sat, 3. Dec 05, 03:40
-
- Posts: 62
- Joined: Wed, 8. Dec 04, 06:03
-
- Sith Lord
- Posts: 8255
- Joined: Wed, 6. Nov 02, 20:31
I find your lack of faith disturbing
I've capped every ship in the game (even odins) using HAT when writing it, My scripts are writen with one condition in mind, The weak shall perish
My shield boosting tech plugin also helps
I've capped every ship in the game (even odins) using HAT when writing it, My scripts are writen with one condition in mind, The weak shall perish

My shield boosting tech plugin also helps
LV's TC Scripts
Readme's For All My Scripts
I felt a great disturbance in the forum, Like millions of voices cried out in terror, then were silenced
si tacuisses, philosophus mansisses
Readme's For All My Scripts
I felt a great disturbance in the forum, Like millions of voices cried out in terror, then were silenced
si tacuisses, philosophus mansisses
-
- Posts: 9837
- Joined: Wed, 25. Jan 06, 14:26
-
- Posts: 1267
- Joined: Sat, 3. Dec 05, 03:40
-
- Posts: 9837
- Joined: Wed, 25. Jan 06, 14:26
-
- Posts: 1267
- Joined: Sat, 3. Dec 05, 03:40