[MOD] Argon Privateer Start v1.3 (XR 3.2)
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 41
- Joined: Wed, 7. Jan 15, 03:13
-
- Posts: 2963
- Joined: Tue, 18. Nov 14, 16:23
-
- Posts: 41
- Joined: Wed, 7. Jan 15, 03:13
Marines added
Wow. How bout that. I never knew you could buy, sell, and keep marines without having a marine officer. I always thought the marine officer sorta kept them in their pocket, but it's treated as skunk drone units. So I just made a quick update adding 50 recruits to the gamestart (I would've added fewer but fewer doesn't seem to be much use now).
-
- Posts: 2774
- Joined: Tue, 29. Oct 13, 21:59
Off the top of my head, 2 used in vanilla game are left un-named sometimes; RoC and the Family Ryak. I assume this is something to do with the plot and maybe just my code sets things up for those incorrectly.
X Rebirth - A Sirius Cybernetics Corporation Product
Split irritate visiting pilot with strange vocal patterns.
Split irritate visiting pilot with strange vocal patterns.
-
- Posts: 41
- Joined: Wed, 7. Jan 15, 03:13
-
- Posts: 41
- Joined: Wed, 7. Jan 15, 03:13
Yup, Family Ryak is also unknown. There's an extra setting in the save game files for those three factions and it is set to "0," so I assume that's easy enough to fix with a "1".
Not sure how to fix this yet in the mod files, but I'm gunna guess it goes something like this:
Or maybe I can set the encyclopedia to known and that will override the pre-plot setting.
Code: Select all
<faction known="0" id="reivers">
Code: Select all
<faction known="1" id="reivers">
-
- Posts: 41
- Joined: Wed, 7. Jan 15, 03:13
help with finding a macro
I can't for the life of me find the shieldboost drone's player macro so that I can put it in the player's ship at the start. I have found the merchant's macro (spe_drone_shieldboost), which is usually similar, but apparently shield drone is an exception. How do I find the proper macro? I've tried all kinds of searches and found all the other drone macros but that one.
-
- Posts: 2963
- Joined: Tue, 18. Nov 14, 16:23
-
- Posts: 41
- Joined: Wed, 7. Jan 15, 03:13
I thought I had tried that one, but I'll try again.
Edit: Nope, that's the shield wall drone rather than the drone that regens the skunk's own shield. Haven't found that drone to be of any particular use.
Edit: Aha! I found it. It's cleverly disguised as a shieldwall drone. I should start making an inventory of this kinda thing. The shield booster macro for player equipment is "units_size_drone_swarm_light_defense_drone_mk1_macro"
Note the "mk1" whereas shieldwall drone leaves that out.
Edit: Nope, that's the shield wall drone rather than the drone that regens the skunk's own shield. Haven't found that drone to be of any particular use.
Edit: Aha! I found it. It's cleverly disguised as a shieldwall drone. I should start making an inventory of this kinda thing. The shield booster macro for player equipment is "units_size_drone_swarm_light_defense_drone_mk1_macro"
Note the "mk1" whereas shieldwall drone leaves that out.
-
- Moderator (English)
- Posts: 8074
- Joined: Tue, 30. Mar 04, 12:28