 |
View previous topic :: View next topic |
 |
|
|
|
|
Author |
Message |
|
|
|
|
|
Valkore
Joined: 15 Jan 2008 Posts: 36 on topic

|
Posted: Tue, 14. Feb 12, 11:13 Post subject: Trained marines mod |
|
|
Hello,
I've looked all over the modding forum and I have yet to find a script/mod that does the following: a place to buy trained marines. I don't care if I have to pay 5 million per marine I want to be able to hire professional mercenaries without the need to train them myself, it's ridiculous to have the money but no experienced mercs to hire.
Does anyone know of a script or mod that adds trained marines for sale around?
Cheers
|
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
spitzfire
Joined: 22 Jan 2012 Posts: 11 on topic Location: Virginia, USA

|
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
DrBullwinkle

Joined: 17 Dec 2011 Posts: 3324 on topic Location: Boston, USA

 |
Posted: Wed, 15. Feb 12, 10:53 Post subject: |
|
|
I know of at least one script that adds a single, secret, base where highly trained marines can be hired for half a million credits.
I can't tell you which script it is, because it is a secret!
(But try Race Response Fleets (RRF) for its other features. Nudge, nudge, wink, wink, say no more.) 
_________________ Peace through superior firepower
Bullwinkle's List | Marine Repairs and Training | Mobile Mining Mk2 | Drone Carrier Software (DCS) | Ship Tricks: Mini-Guides (with Video)
Last edited by DrBullwinkle on Wed, 15. Feb 12, 20:33; edited 2 times in total |
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
LV Moderator (Script&Mod)


Joined: 06 Nov 2002 Posts: 6299 on topic Location: The Dark Side

|
Posted: Wed, 15. Feb 12, 13:16 Post subject: |
|
|

_________________ 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
LV has left the building |
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
Valkore
Joined: 15 Jan 2008 Posts: 36 on topic

|
Posted: Wed, 15. Feb 12, 13:49 Post subject: |
|
|
Thanks for the input, I will examine RRF in all possible ways, since I generally use it for my mid-game.
Cheers
|
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
LV Moderator (Script&Mod)


Joined: 06 Nov 2002 Posts: 6299 on topic Location: The Dark Side

|
Posted: Wed, 15. Feb 12, 18:23 Post subject: |
|
|
i need to create something for myself so i may send some raw cheat code your way to eye candy up
|
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
DrBullwinkle

Joined: 17 Dec 2011 Posts: 3324 on topic Location: Boston, USA

|
Posted: Wed, 15. Feb 12, 19:35 Post subject: |
|
|
Haha! Excellent pic, LV!
| LV wrote: |
| i need to create something for myself so i may send some raw cheat code your way to eye candy up |
By all means, please share with the class.
I have a feeling that there would be several people interested in something like that. I am curious why there are not more "community projects" on the Google Code site. After all, Google Code is intended for open source projects with multiple contributors.
As a side benefit, open-source projects would probably result in better scripts, because most authors have a specialty. Multiple authors increases the chance of symbiotic specialties. And, best of all, open source projects share the load of debug and maintenance, which nobody really *loves* to do.
(Yes, I know that scripts all share the source code, but people are not really encouraged to work on other author's scripts, even if they have "permission" to do so. That seems like a waste of talent to me. So it is more about encouraging collaboration.)
_________________ Peace through superior firepower
Bullwinkle's List | Marine Repairs and Training | Mobile Mining Mk2 | Drone Carrier Software (DCS) | Ship Tricks: Mini-Guides (with Video) |
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
LV Moderator (Script&Mod)


Joined: 06 Nov 2002 Posts: 6299 on topic Location: The Dark Side

|
Posted: Thu, 16. Feb 12, 20:25 Post subject: |
|
|
have a play with
This ALP
will tell you the location of the new Special Marine Base on install and when you dock a TP to the station you get a choice of marines
Feedback on pricing please, everything else appears to work
install manually, if you don't know how learn
_________________ 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
LV has left the building |
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
DrBullwinkle

Joined: 17 Dec 2011 Posts: 3324 on topic Location: Boston, USA

|
Posted: Thu, 16. Feb 12, 20:38 Post subject: |
|
|
Thanks, LV!
1) Betty says, "Warning, this station cannot be boarded." She loops every 2,500 ms.
To fix this, I added the following to plugin.lv.merc.base.docked:
| Code: |
= wait 2500 ms
* ========================================
* BW: Test whether we are at the Special Marine Base.
$MarineBase = get global variable: name='lv.marine.base.g'
if $MarineBase == null
msg "MarineBase debug: plugin.lv.merc.base.docked called before base exists." :
return null
end
if $MarineBase != $base
* Early exit
return null
end
* ========================================
$tug = $base->find ship: class or type={TP 2030} race={Player} flags=[Find.Random] refobj=$base maxnum=1 with homebase=$anull
|
2) Prices seem a bit low. A 5-star Merc for $2.2M? He is worth twice that. How about double the price for all mercs, and only offer well-trained mercs? Is there really a need to have lightly trained mercs at the Special base?
3) Prices should have "," separators (or ".", or whatever).
4) The standard trading interface is easier to read, with the stars and the bioscanner interface. TBH, I prefer the RRF functionality. Why change?
5) There is a side-effect with your Long Range Scanner, both of which use this menu-that-pops-up-when-docking. The Long Range Scanner popup occurs *after* the Marine Base "ejects" your ship. I am not sure how to address that one.
6) I suppose that we have to know the location of the Special Marine Base for testing. However, I *loved* the fact that it is an undocumented Easter Egg in RRF! Surprises like that make the game noticeably better.
Special Marine Base 0.99.03
_________________ Peace through superior firepower
Bullwinkle's List | Marine Repairs and Training | Mobile Mining Mk2 | Drone Carrier Software (DCS) | Ship Tricks: Mini-Guides (with Video) |
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
Valkore
Joined: 15 Jan 2008 Posts: 36 on topic

|
Posted: Sun, 19. Feb 12, 03:11 Post subject: |
|
|
Thanks a lot for all of this.
I don't think that 2.2 mil is too little for a 5 star marine. With Improved boarding script I lose marines like there's no tomorrow.
Any way to separate the marine base script from RRF? In the early game using RRF usually gets me killed either by pirate RRF or enemy race RRF. It would help my DID a lot
Cheers
|
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
DrBullwinkle

Joined: 17 Dec 2011 Posts: 3324 on topic Location: Boston, USA

|
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
Valkore
Joined: 15 Jan 2008 Posts: 36 on topic

|
Posted: Mon, 20. Feb 12, 03:09 Post subject: |
|
|
Script works exceptionally well so far. I'll let you know if any problems show.
Thanks a lot for this.
PS: 9 mill for a marine? huge
But I guess saved time is money
Cheers
|
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
LV Moderator (Script&Mod)


Joined: 06 Nov 2002 Posts: 6299 on topic Location: The Dark Side

|
Posted: Mon, 20. Feb 12, 16:57 Post subject: |
|
|
i fixed a few bugs and uploaded a 1.0 version (see my sig)
cost wise as i said more guesswork than precision although any 100 attribute will double that cost and if 100 in fighting it's tripled.
I added some pods as well with a 300% markup 
_________________ 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
LV has left the building |
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
Valkore
Joined: 15 Jan 2008 Posts: 36 on topic

|
Posted: Mon, 20. Feb 12, 19:31 Post subject: |
|
|
Thank yee, master of scripting. So far so good, will let you know if any nukes go off.
Cheers
|
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
monk124us
Joined: 13 Feb 2012 Posts: 14 on topic Location: MO, USA

|
Posted: Tue, 21. Feb 12, 05:47 Post subject: |
|
|
LV, whats the difference between Special Marine Barracks 1.0, and terran marines 1.4 found on your page? which one is better to use?
|
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
|
|