Tifi Posted May 7, 2008 Share Posted May 7, 2008 I had a thought about making flying suits/mag. ion armour more of a specialised high-investment item rather than the current standard issue. Current build requirement: 5 alloy + 15 E115Desired build requirement: 1 power suit + 1 navigation + 10 E115 Or maybe you could replace the nav. with a power source, although that could warrant a decent buff to its stats, and I'd be dissapointed if it didn't explode when it got shot to bits Might make things interesting.Stay with power suits, or upgrade to flyers which are *much* tougher and more flexible but run the risk of making a crater if they fail. Possible? Link to comment Share on other sites More sharing options...
zaimoni Posted May 7, 2008 Share Posted May 7, 2008 I had a thought about making flying suits/mag. ion armour more of a specialised high-investment item rather than the current standard issue. Current build requirement: 5 alloy + 15 E115Desired build requirement: 1 power suit + 1 navigation + 10 E115 .... Possible?Yes: PRODUCT.DAT. Making a flying suit explode on kill is a binary alteration, much harder if possible at all. Link to comment Share on other sites More sharing options...
Zombie Posted May 7, 2008 Share Posted May 7, 2008 If we ever find where the auto-destruct code is for the Cyberdisc, it may be possible to program exploding armor with ton of work and a complete rewrite of the executable. - Zombie Link to comment Share on other sites More sharing options...
Bomb Bloke Posted May 8, 2008 Share Posted May 8, 2008 Perhaps we'd be lucky enough that setting UnitRef[38] (corpse item) to that of a CyberDisc body is enough to trigger the blast? Though now that I think about it, Cyberdiscs have four such items... Could well be they don't even use that offset. Link to comment Share on other sites More sharing options...
NKF Posted May 9, 2008 Share Posted May 9, 2008 Is it possible to fiddle with some of the stats in obdata.dat to give the power/flying suit corpse item the stats of an armed grenade set to go off from turn 0? I suppose the only major downside to this would be that your unit would explode at the end of the turn even when knocked unconscious. Yes, that power unit stuck on your back is very fiddly and unstable! A good excuse to run up to the body and pick it up off the floor before that. However, turning the corpse into an unarmed grenade (200 or possibly up to 255 HE) could simulate a self-destruct mechanism that you could activate. Not quite the same effect though. - NKF Link to comment Share on other sites More sharing options...
Tifi Posted May 9, 2008 Author Share Posted May 9, 2008 Tbh, I'd be quite content with just changing the build requirements =) Had a peek in product.dat, and it doesn't seem to have a great deal in it - just 2 lines of values (100 page width)Have I broke it? =P Link to comment Share on other sites More sharing options...
Kret Posted May 9, 2008 Share Posted May 9, 2008 What did you open it with? Link to comment Share on other sites More sharing options...
NKF Posted May 9, 2008 Share Posted May 9, 2008 Sounds like MS-Edit or something similar. Try this: set the columns to 18, and refer to the product.dat entry on the wiki. - NKF Link to comment Share on other sites More sharing options...
Tifi Posted May 10, 2008 Author Share Posted May 10, 2008 Done. It makes a bit more sense now although the wiki is a bit sparse on info.For example: Bytes 8-10 the pre-req. items have no information to refer to regarding which value correspond to which materials. From digging around I've found the following: 88 = Alloys60 = E11580 = Power Source81 = Navigation I have no idea about anything else though as nothing else is represented in the tables. Also, how the seven hells do you input single figure values in MSEdit? =/ Link to comment Share on other sites More sharing options...
NKF Posted May 10, 2008 Share Posted May 10, 2008 It won't be an obdata.dat item index reference, since that wouldn't carry alloys, navigation and power units. It's probably a reference to the item index used for base storage. Check base.dat. I'm guessing that the prerequisites follow the usual convention of -1/255 to mean that it's not used. If you start with an index of 0, you should make the Stingray Launcher a prerequisite (you can't use engineers or scientists - although that might have been quiet funny). To refer to any other time, just increment it based on the item order. --- Single digit numbers are not a strong point for MS-Edit. There is the ctrl+p then alphabet option. Press ctrl+p then hit a to get 1, b to get 2, and so on. To get a 0, use ctrl+p then 2. I have absolutely no idea why ctrl+p, 2 gets you a 0, but it does. Another option lot is to just copy and paste an existing matching value. - NKF Link to comment Share on other sites More sharing options...
Tifi Posted May 11, 2008 Author Share Posted May 11, 2008 Well, it is done.My Flying Suits now take 20 each alloy & E115 + a UFO power source, while having armour ratings of 135/110/100/125.Not exactly what I was after, but close enough Link to comment Share on other sites More sharing options...
Gizamaluke Posted February 18, 2010 Share Posted February 18, 2010 I had a thought about making flying suits/mag. ion armour more of a specialised high-investment item rather than the current standard issue. Current build requirement: 5 alloy + 15 E115Desired build requirement: 1 power suit + 1 navigation + 10 E115 Or maybe you could replace the nav. with a power source, although that could warrant a decent buff to its stats, and I'd be dissapointed if it didn't explode when it got shot to bits Might make things interesting.Stay with power suits, or upgrade to flyers which are *much* tougher and more flexible but run the risk of making a crater if they fail. Possible? Hi Tifi I have been fiddling about with the code after getting Zombie's excellent exe excell spreadsheet. In it there are the locations of manufacturing items in the executable and the prerequestite materials required to build them. There are 3 possible places for prerquesite items. I am currently modifying the code so that fusion balls and HWP fusion bombs require a blaster bomb before you can proceed with manufacture and a reduced elerium cost because of that. Your request with the flying suit is not too different to that. If you like i could send you the code string that should do it. Regards, Gizamaluke. Link to comment Share on other sites More sharing options...
Zombie Posted February 19, 2010 Share Posted February 19, 2010 Your request with the flying suit is not too different to that.Yeah, luckily the programmers set aside 3 prerequisite bytes for each item regardless if it needed it or not. That makes it somewhat easy to modify things. - Zombie Link to comment Share on other sites More sharing options...
Gizamaluke Posted February 19, 2010 Share Posted February 19, 2010 Okay, I fiddled around with the Flying suit values for myself this morning and it does indeed work. I now have flying suits that cost 16 elerium, 5 Alien alloys and 1 UFO Navigation. Giz. Link to comment Share on other sites More sharing options...
Zombie Posted February 19, 2010 Share Posted February 19, 2010 I now have flying suits that cost 16 elerium, 5 Alien alloys and 1 UFO Navigation.Doesn't Tifi's idea sound better where the Flying Suit requires a Power Suit, Elerium and a Navigation? At least, that makes a little more sense than the way it is currently set up in the game. - Zombie Link to comment Share on other sites More sharing options...
BladeFireLight Posted February 21, 2010 Share Posted February 21, 2010 Why the navigation? it's not traveling at 500+ MPH it's just floating, why not a UFO Power Source? It's what makes the UFO move. Link to comment Share on other sites More sharing options...
Zombie Posted February 21, 2010 Share Posted February 21, 2010 Why the navigation? it's not traveling at 500+ MPH it's just floating, why not a UFO Power Source? It's what makes the UFO move.Not for the Flying Suit. The Power Suit should have the prerequisites of Alien Alloys, Elerium and a UFO Power Source (for the power). The Flying Suit would build on the Power Suit design by allowing flight which requires a Power Suit, Elerium and a UFO Navigation (for flight/navigation). Yeah, I guess a Navigation is a little overkill for a Flying Suit, but then again, a Power Source for the Power Suit is a little overkill too... - Zombie Link to comment Share on other sites More sharing options...
NKF Posted February 22, 2010 Share Posted February 22, 2010 Well, you need something that can tell the suit's anti-grav pack how to go up and down. Basically a means to control and steer the suit. By the way, Bladefirelight, maybe this could be a candidate for an XComutil challenge/enhancement option? - NKF Link to comment Share on other sites More sharing options...
Gizamaluke Posted February 22, 2010 Share Posted February 22, 2010 I also changed the HWP fusion bombs and fusion balls to require a blaster bomb when manufacuring. I reduced the manufacturing time for the HWP fusion bomb and the fusion ball to take into account the manufacturing time for blaster bombs. This way i don't have a surplus of blaster bombs sitting doing nothing and i'm not really cheating too much. HWP Fusion Bomb1 Blaster Bomb2 Elerium 1151 Alien Alloys Fusion Ball1 Blaster Bomb1 Elerium 1151 Alien Alloys Gizamaluke Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now