Menu Content/Inhalt

July 24, 2008, 02:02:28 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
   Overview   Help Search Login Register  
Pages: [1] 2 3 4
  Send this topic  |  Print  
Author Topic: Replaceweapon / Separation  (Read 5118 times)
DOCa Cola
Administrator
*
Offline Offline

Posts: 2408


Topic starter

« on: January 16, 2008, 06:45:10 PM »

I have assembled a list with all modding features the Patch Project has as overview and also added info for the replaceweapon (separation) that is coming with 1.2.5
Star Trek Armada II: Fleet Operations - (Upcoming) Modding features list

If you have questions, you can ask them in this thread here.
Logged

Blade
Member

Offline Offline

Posts: 161



« Reply #1 on: January 16, 2008, 08:04:33 PM »

errrrr one word wow. thats a lot of usefull stuff kool just makes me to want it sooner
Logged
Crazy Moose
Member

Offline Offline

Posts: 223



WWW
« Reply #2 on: January 16, 2008, 09:10:31 PM »

Very Nice can't wait for 1.2.5 to be released. 

One question, will maxbuildable number affect the replaceweapon, in other words. Can you limit the number of advanced ships, ie you can only have one superDefiant at once, so if one defiant becomes a super defiant then no others can use the weapon until its destroyed. (personally I doubt it because it's a weapon not a buildable ship, if not is there perhaps a chance this can be implimented)

Turned out to be two questions: if you have a prometheus hero ship that can split into 3 and then recombine, the prometheus is limited to 1 using MaxBuildable but if its seperated can another prometheus be built while its seperated, hence allowing 2 to be built in total?

Anyway ill stop thinking up problems now 

great work guys
« Last Edit: January 16, 2008, 09:17:26 PM by Crazy Moose » Logged
DOCa Cola
Administrator
*
Offline Offline

Posts: 2408


Topic starter

« Reply #3 on: January 16, 2008, 09:42:51 PM »

yes, maxbuildable number does not work with the replaceweapon as the new vessels aren't build Wink i may implement that in the future, but i like to release 1.2.5 with fully tested features only.
Logged

Blade
Member

Offline Offline

Posts: 161



« Reply #4 on: January 17, 2008, 01:40:49 AM »

ok any ideas wen it wil be released (now i feel chhecky and impatiant doh)
Logged
Lt.Cmdr Worf
Member

Offline Offline

Posts: 135



« Reply #5 on: January 17, 2008, 05:41:47 AM »

can you use the standard fusion weapon to reintegrate the Prometheus or other class?

Also will these be weapons that you will need to put on the ship itself? for instance I need to configure the mvam of the prometheus as a replace weapon and make it a special toggle on the prom herself correct? and the same thing for fighter deployment..i can use the akira and the shelley to deploy peregrine fighters the same way with the multiple replace/keep?
« Last Edit: January 17, 2008, 05:57:14 AM by Lt.Cmdr Worf » Logged
DOCa Cola
Administrator
*
Offline Offline

Posts: 2408


Topic starter

« Reply #6 on: January 17, 2008, 09:29:34 AM »

yes, for mvam you have to to put the replaceweapon on the unseparated prometheus.
sure, the standard fusion weapon will works for every kind of reintegration. Smiley

i'd say i can release it within a week. i still need to test the patch with vista, test that the odf commands still work correctly and of course that the patch isn't intefering with the stock game.
Logged

Blade
Member

Offline Offline

Posts: 161



« Reply #7 on: January 17, 2008, 04:51:45 PM »

dnt suppose that when you release the next patch you could also release the odf's needed for a mvam promethius (might help the explanation of wot to do
Logged
Crazy Moose
Member

Offline Offline

Posts: 223



WWW
« Reply #8 on: January 17, 2008, 06:05:16 PM »

First a question, what classlabel does the replaceweapon use, or is ReplaceWeapon the classlabel?

@Blade
Seeings as im feeling very creative today:

It would be very easy to create MVAM, first the prometheus has a replace weapon with the following lines of code
Code:
replacement0Class0 = "fPromLow.odf"        // Create Lower Stardrive
replacement1Class0 = "fPromMid.odf"        // Create Upper Stardrive
replacement2Class0 = "fPromUpp.odf"       // Create Saucer
replacementCreationType = 3                  // Vessel is reported as separated in Admirals Log

Then in the 3 seperate ships you add a Fusion weapon, for an example look at the borg cubes fusion weapon (gcubeintegrator) and it should be fairly obvious,

replacing

Code:
// Converts it into bbattle3
fusedClass = "bbattle3"

// How much metal must we spend to fuse this?
fusingMetalCost = 750

// Multiweapon, requires 8 Borg cubes
multiReqClass0 = "bbattle1"
multiReqMin0 = 8

with

Code:
//Recombines to Prometheus
fusedClass = "fProm"

// Requires the 3 pieces
multiReqClass0 = "fPromLow"
multiReqMin0 = 1
multiReqClass1 = "fPromMid"
multiReqMin1 = 1
multiReqClass2 = "fPromUpp"
multiReqMin2 = 1

That should get you started at least,

anyway as you can see, piece of cake.
« Last Edit: January 17, 2008, 10:26:25 PM by Crazy Moose » Logged
Optec
Staff
*
Offline Offline

Posts: 2245



WWW
« Reply #9 on: January 17, 2008, 06:22:10 PM »

replacement0Class0 = "PromLow"        // Create Lower Stardrive
replacement1Class0 = "PromMid"        // Create Upper Stardrive
replacement2Class0 = "PromUpp"       // Create Saucer

Would be the code Smiley your code would cause armada to create the lower stardrive and either the upper stardrive or the saucer, randomly selected
Logged

Please support Fleet Operations by donating

Send a standard greeting... Full spread!
Crazy Moose
Member

Offline Offline

Posts: 223



WWW
« Reply #10 on: January 17, 2008, 06:45:45 PM »

Ahh I knew there was somthing I forgot to change Tongue I was copying and pasting your code for the experimental super deffiant, Ive edited accordingly. Does it need .odf after the odf name, in your thread explaining the new features it has it but you have not put it just there.

Thanks Optec.
« Last Edit: January 17, 2008, 06:47:35 PM by Crazy Moose » Logged
Optec
Staff
*
Offline Offline

Posts: 2245



WWW
« Reply #11 on: January 17, 2008, 06:59:29 PM »

at least the FO i work with swallows the stuff without the file extensions Smiley DOCa can give you more info here
Logged

Please support Fleet Operations by donating

Send a standard greeting... Full spread!
DOCa Cola
Administrator
*
Offline Offline

Posts: 2408


Topic starter

« Reply #12 on: January 17, 2008, 08:53:04 PM »

yes, it does work without odf extension too. i just added it in order that my example was easier to understand Wink the replacement vessels can be defined with or without .odf extension.
Logged

Crazy Moose
Member

Offline Offline

Posts: 223



WWW
« Reply #13 on: January 17, 2008, 09:08:44 PM »

Thanks for the clarification,

Great Work you guys keep it up Smiley
Logged
Atlantis
Member

Offline Offline

Posts: 277



« Reply #14 on: January 19, 2008, 10:33:59 PM »

Wow, this is great!

Haven't tried it out yet, but I'm about it.

Having read the guide on it now, i have one suggestion/request for the "replacementCreationType", for a future version, if you have time and want to, of course. Is there any chance of adding more options to the admirals log thing, such as "launched", or even the ability to add our own? I would extend this to all ships in general, but I'll leave that for a new thread, heh
Logged

"I need to know if we did serious harm to this life form."
"Let's see. You ran your ship through it, fired phasers at it, and blew a hole in it with a photon torpedo. I'd say it's a pretty good chance..."
Pages: [1] 2 3 4
  Send this topic  |  Print  
 
Jump to:  

© 2003-2008 DOCa Cola. All rights reserved.
Star Trek and related marks are trademarks of Paramount Pictures.
Powered by Joomla
Powered by SMF 1.1.3 | SMF © 2006-2007, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com