Jump to content
⚠ Known Issue: Media on User Profiles ×

eld10

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by eld10

  1. On escort missions, does anyone else use the VIP as a battle scanner? "Hm... I wonder what's behind this door? Hey, you, Thorne. Poke your head out and see if you can alarm any aliens."
  2. This is really impressive work, you guys!
  3. Hm... I'm going to re-install Long War and see if that fixes the problem. Update: So I was apparently on an older version of Long War. Updated to 2.12 beta 5 and made changes using Bertilsson's web tool and everything's hunky-dory now.
  4. Hi, JL and Amineri, I'm not 100% sure, but might it be that the squad selection screen uses a separate reference to soldier class than the other screens do? In the attached screenshot, my soldiers are listed as class x/y rather than class x or class y alone. (I'm asking this here because I suspect Bertilsson will want to make further changes to his web tool once we know which hex values we need to edit.)
  5. Nice work, man! And thank for giving us the sub-class bytes. :D Hehe!
  6. Hm... I actually don't have a name for this set-up. Maybe Eld's Long War 16? Or Eld's Specialised 16? Here's the Excel file I used to plan out stuff. The Game Guide tab is what I consult when picking soldiers for a mission. The class names all have pop-up comments when you hover the cursor over them, and you can click on any class in the top half to jump to the relevant entry in the bottom half. http://www.mediafire.com/view/ftglqxif6f4haa6/my_longwar_classes.xlsx Mind you, all these are very much works in progress, so please don't bite me if your game becomes too easy or too hard, your computer gains sentience, or your dog runs away with the neighbour's cat. >_>
  7. I'm kinda like you in that I have a few class paths planned out and I stick religiously to those. This was the original reason I began altering the Long War perk trees - so that I could just go straight down a line of perks rather than have to keep checking my Excel spreadsheet. Of course, once I got started with your builder I found myself tweaking and then completely changing the trees to better fit my ideas of how to play... and now I have 16 classes very different from the Long War originals. I haven't had a chance to play test them properly yet and so can't be sure that they aren't over- or under-powered, but as a thought exercise they seem like they would work fairly well in heterogenous groups, and different mission types would seem best attempted by different class combinations. FWIW, here're my 16 classes: http://hem.bredband.net/bertrich/XCOM/ExtendedPerkGenv097.htm?seed=00,03,23,00,10,0f,5f,08,05,0b,21,1f,0a,32,23,05,2f,5b,02,11,20,01,22,0a,36,0e,0d,17,00,1b,12,00,15,01,1d,2f,2f,5b,16,05,21,20,14,10,2b,11,5d,11,25,5e,5e,2b,19,24,19,36,00,06,22,00,20,23,05,06,32,1f,28,27,2f,31,20,23,21,05,11,29,2b,29,0a,01,1a,24,36,0e,00,30,18,00,35,13,2d,67,1f,2c,35,11,38,5c,25,08,23,38,52,2b,21,34,05,22,37,31,5e,0d,00,45,00,46,00,47,48,00,49,00,4a,00 And here are the changes that have to be made to XComStrategyGame.upk: For the Sniper/Scout, the perk1 and perk2 choices are meant to go with Squad Sight. The other groups are split down the middle, with the 2 leftmost paths for one sub-class and the 2 right-side trees for a second sub-class. To explicate, my 16 classes are as follows: Assault 3: The Berserker is an alpha-strike soldier with little defence meant to eliminate a cluster of enemies in one breath. Assault 2: The Ironwall is a defensive unit that prevents the enemy from advancing towards your rear line. Assault 1: The Flanker can hit fairly hard if allowed to circle around and expose a target. Assault 0: The Rifleman is made to exchange medium-range fire with entrenched foes. Heavy 3: The Reaction Tank is primarily an overwatch machine but also has a single rocket to fall back on for one big attack. Heavy 2: The Rocketeer has limited combat ability but can deliver powerful explosive payloads from long range, Heavy 1: The Heavy Gunner is a damage dealer with some survivability. Heavy 0: The Suppression Tank is meant to lock down a tight group of enemies. Sniper 3: The Scout's role is to locate and pin down enemy forces. Sniper 2: (Squad Sight rather than Lightning Reflexes) The Gunslinger stays in the thick of the action and uses a pistol as primary weapon; the sniper rifle is an auxilliary. Sniper 1: The High Ground Sniper is meant to multi-kill from the edges of the battlefield. Sniper 0: The Mobile Sniper travels a few tiles behind the rest of the team and provides fire support. Support 3: The Engineer is primarily useful only for capturing aliens and supporting SHIVs. Support 2: The Grenadier is good for destroying enemy cover and Flushing targets from hiding. Support 1: The Guardian is a proactive medic, with smoke, suppression, and holo-targeting as primary tools. Support 0: The Healer is a reactive medic who is able to quickly and safely dash to the side of an injured team member. I should also note that I have made several major changes to my weapons that should greatly affect how these 12 classes play. Notably: Laser weapons have +15 Aim, -15 Crit chance, unlimited ammo. Plasma weapons have -10 Aim, +15 Crit chance, less ammo. The AR, heavy cannon, and sniper rifle (and alien analogues) do splash damage. LMGs do splash damage.While some classes prefer plasma weapons, others do better sticking with lasers. Dunno at the moment if these changes are too drastic. Will need to play more to find out.
  8. Thanks to your tutorial, Amineri, my Long War mod now works as intended! Here's my summary of the steps I took to edit the class-defining perks: ---------- 1. Run HxD or any other hex editor. ---------- 2. Open up XComStrategyGame.upk within: [\Steam\steamapps\common\XCom-Enemy-Unknown\XComGame\CookedPCConsole] ---------- 3. Search for the hex string [0A DC 00 24 03]. This is the sniper assignment string. ---------- 4. Now search for other hex blocks near it that look like this: 0A xx xx 24 yy 0A = case statement xx xx = some jump offset (ignore this) 24 = byte-constant yy = the perk number associated with this particular class e.g., the Sniper class is defined by perk 03 (squad sight), so to locate the hex block for the class definition, search for 0A xx xx 24 03. By changing 03 into some other value, we can make a different perk be the defining perk for snipers. ---------- 5. Now we want to use Toolboks (thanks, bokauk!) to import these specific changes into the game file. To do this, create a text file with blocks of hex changes and then use Toolboks to install these blocks. A hex change block looks something like this: UPK_FILE=XComStrategyGame.upk {The defining perk for Assault class is: 22 Close & Personal; originally 06} OFFSET=3906428 [MODDED_HEX] 22 The file to mod is identified: [uPK_FILE=XComStrategyGame.upk] A comment on the change follows. The offset of the byte to mod is defined: Switch HxD to view Offset Base in Dec, then click on the byte we want to change to see its offset value in the bottom left corner of HxD. Finally, the value to place into the byte of interest: In this case, I want perk 22 (Close and Personal) to be the defining perk of the Assault class; this byte was 06 (Run and Gun) in the original Long War mod, so we replace byte 06 (found in the given offset position) with 22. ---------- 6. Once the text file with all the entries has been created, we can use Toolboks to import it as a custom mod. Done! I've tested this in a game and confirmed that my soldiers promote to the correct classes and gain the correct weapon proficiencies. :D That would be pretty neat!
  9. Wow. Now THAT is a tutorial. Thank you so much, Amineri! I'm going to go root around inside the upk now. :D
  10. Hi, Amineri. Thanks for a super quick and informative reply! So that's what's going on. Hmm... I guess the fact that changing the Gunner's defining perk to Extra Conditioning worked is a bit of luck? Guess I'll have to read up on upk editing if I want the classes to look the way I do. ------------------- One reason I'm putting off getting EW is that I'm having too much fun with Long War to consider playing without it. >_>
  11. Hello! Thank you for a wonderful mod, JL and Amineri, and a nifty perk adjustment tool, Bertilsson. I've been having a lot of fun with both! Now, I'm wondering if there is a problem with the way version 0.97 of the perk tree generator works with Long War 2.11: though I can patch in any changes I make just fine, my Assaults and Infantry are swapped. E.g., I set Run & Gun as perk 1 and Close and Personal as perk 2. When a soldier promotes to squaddie and I pick Run & Gun, he promotes to Assault and is equipped with a shotgun by default. I then change Run & Gun to perk 2 and make Close and Personal perk 1... and get the same outcome. The other classes do not seem to have this problem.
×
×
  • Create New...