Jump to content

Raw

Members
  • Posts

    13
  • Joined

  • Last visited

Reputation

1 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Please don't blow us up Solver. No alenium here in Germany, I swear.
  2. Everybody messes up releases anyway. If I had 1 cent for every time I almost pushed a broken build at work (we had no buildserver or unit/integration/acceptance testing)... It's great that you fixed this issue (thankfully it wasn't caused by my savefile hacking ) Thanks for the great work! This late night (past midnight here) debugging was very enjoyable and it's great that you are onto things pretty quick. At least now I can brag I caused a patch update for a game on Steam. Maybe you can call it 0.34.3RAW
  3. Yep, this fixes the issues! In both the minimal mod setup I mentioned, and the one I was using before. Thanks! New Fix Pack is on top of the prio list again, and SMGs and unlocks work again. If you don't mind, I'm super curious about what caused the issue. Could you PM me about it?
  4. Tell him not to forget to update version numbers Hope all this surface reporting I'm doing helps him figure it out easily. As a fellow dev, I wouldn't want him to spend too much time fixing my (probably irreproducible) bugs. Any way to see the diff between 0.34.2HF and 0.34.3? Maybe I can figure it out myself that way XD
  5. So by modifying the reqs. for Fusion Explosives by removing the extra req. added by the Fix pack, it now works. From this: <Row ss:AutoFitHeight="0" ss:Height="63.75"> <Cell><Data ss:Type="String">Researches.FusionExplosives</Data></Cell> <Cell ss:StyleID="s72"><Data ss:Type="Number">240</Data></Cell> <Cell ss:StyleID="s73"><Data ss:Type="String">Weaponary</Data></Cell> <Cell><Data ss:Type="String">Researches.AlienFusionReactor(AND)Researches.PlasmaExplosives</Data></Cell> <Cell ss:StyleID="s74"/> <Cell ss:StyleID="s74"><Data ss:Type="String">UnlockKnowledge( &quot;Researches.FusionExplosives&quot; );&#10;UnlockKnowledge( &quot;Researches.FusionWarheads&quot; );&#10;UnlockKnowledge( &quot;AV.XFPHYPERMISSILE&quot; );&#10;UnlockKnowledge( &quot;AV.XFPFUSIONTORP&quot; );&#10;ReplaceItem(&quot;AV.PLASMAMISSILE&quot;,&quot;AV.HYPERMISSILE&quot;);&#10;ReplaceItem(&quot;AV.PLASMATORP&quot;,&quot;AV.FUSIONTORP&quot;);&#10;ReplaceItem(&quot;weapon.grenade.plasma&quot;,&quot;weapon.grenade.fusion&quot;);&#10;ReplaceItem(&quot;weapon.rocket.plasma&quot;,&quot;weapon.rocket.fusion&quot;);</Data></Cell> <Cell ss:StyleID="s65"><Data ss:Type="String">Researches.FusionExplosives;Researches.FusionWarheads;AV.XFPHYPERMISSILE;AV.XFPFUSIONTORP</Data></Cell> </Row> To this: <Row ss:AutoFitHeight="0" ss:Height="63.75"> <Cell><Data ss:Type="String">Researches.FusionExplosives</Data></Cell> <Cell ss:StyleID="s72"><Data ss:Type="Number">240</Data></Cell> <Cell ss:StyleID="s73"><Data ss:Type="String">Weaponary</Data></Cell> <Cell><Data ss:Type="String">Researches.AlienFusionReactor</Data></Cell> <Cell ss:StyleID="s74"/> <Cell ss:StyleID="s74"><Data ss:Type="String">UnlockKnowledge( &quot;Researches.FusionExplosives&quot; );&#10;UnlockKnowledge( &quot;Researches.FusionWarheads&quot; );&#10;UnlockKnowledge( &quot;AV.XFPHYPERMISSILE&quot; );&#10;UnlockKnowledge( &quot;AV.XFPFUSIONTORP&quot; );&#10;ReplaceItem(&quot;AV.PLASMAMISSILE&quot;,&quot;AV.HYPERMISSILE&quot;);&#10;ReplaceItem(&quot;AV.PLASMATORP&quot;,&quot;AV.FUSIONTORP&quot;);&#10;ReplaceItem(&quot;weapon.grenade.plasma&quot;,&quot;weapon.grenade.fusion&quot;);&#10;ReplaceItem(&quot;weapon.rocket.plasma&quot;,&quot;weapon.rocket.fusion&quot;);</Data></Cell> <Cell ss:StyleID="s65"><Data ss:Type="String">Researches.FusionExplosives;Researches.FusionWarheads;AV.XFPHYPERMISSILE;AV.XFPFUSIONTORP</Data></Cell> </Row> I think these extra req. flags (such as Researches.PlasmaExplosives) got messed up in the new version, since they are there for, lets say Plasma Explosives themselves, but I didn't encounter this issue back then when researching Plasma stuff (a week ago, running 0.34.2HF), and I have added no relevant mods since then.
  6. Just gotta say I love the game, modifying, hacking and debugging it Thanks for the CE patch, Solver.
  7. I've now disabled all other mods, except the weapon packs (SMGs, Soviet, German), since the game crashes while loading a save without those packs enabled. So only the very basic XCE mods are enabled, plus the weapon packs, plus the Fix Pack. This doesn't fix the unlocking issue, and once again, deactivating the Fix Pack solves it.
  8. I just realized all my tech tree is messed up, not just MAG. I rushed a Carrier for a fusion reactor, and I got the reactor and researched it. However, once it was researched, I didn't get Fusion Explosives for research. Once again, by disabling the fix pack, fusion explosives unlock. I'm starting to believe the problem isn't the Fix Pack itself (which AFAIK, only adds a "(AND)Researches.PlasmaExplosives" and so on to derivative researches, such as Researches.FusionExplosives, to the research reqs. Maybe the new patch messed up research flags, which now makes this conditions unatainable (and that only the fix pack enforces). Here's another save, just before alien fusion finishes research. test.sav
  9. I just tried that, and well, yeah, I fixes the SMGs unlocking and what not, but Heavy MAG weaponry still doesn't. I just compared research.xml from the "newest" Fix Pack (the one on my Steam install) with the one available online (1.41, from March). They are identical. BTW, if the Fix Pack was updated, you guys should increase the version number XD it's still 1.41
  10. I'm looking at a previous version of the Fix Pack, but cannot spot any differences in research.xml. I know for sure that it worked before the newest patch, as I fast-forwarded a month to check some unlocks, and I remember getting the MAG airplane weapons. But now it's unresearchable. By the way, I have researched AdvancedPlasmas (I believe) since I have every Plasma weapon, including the Plasma AA Battery. Anything else you need from me, please ask (I was about to assault an Alien Base XD)
  11. This patch broke my savegame. I narrowed it down to the Xenonauts Fix Pack update (I'm running CE). Before this patch, Heavy MAG weaponry unlocked (plus since I had the SMG mod, those unlocked too). Now, after MAG weaponry research is finished, Heavy MAG weaponry is not available for research, plus MAG weaponry does not include the weapons from the SMG pack (which worked before this new patch). I've attached a savegame just before this happens and my mod list. Game 1.sav
  12. This patch broke my savegame. Here's a link to the report. LINK.
×
×
  • Create New...