Jump to content

fys

Members
  • Posts

    44
  • Joined

  • Last visited

Nexus Mods Profile

About fys

Recent Profile Visitors

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

fys's Achievements

Explorer

Explorer (4/14)

  • Dedicated Rare
  • First Post
  • Collaborator Rare
  • Conversation Starter
  • One Month Later

Recent Badges

0

Reputation

  1. I've also had such surprising pod spawn lately with increased pod numbers in abduction missions, before I removed these changes again. I'm sure it also happened after killing another alien pod because I had a clear vision on this spot and visited the location shortly before. It was on the tiny shop map with the warehouse and truck in the backyard where you sometimes disarm bombs. There, you can't hardly a miss a pod moving past you. I've reduced the patrol distance from 45 to 10, instead of 20. Maybe this can also help preventing aliens from moving/warping too close to player characters. I think it’s more plausible if they normally do a slow stroll/sneak/patrol move and then get the extra dash move when encountered. No reason to make them dash around like crazy on many of these small maps, so you stumble upon all of them right on the first turns. old: 0F 01 7a 2F 00 00 1E 00 00 34 42 new: 0F 01 7a 2F 00 00 1E 00 00 20 41
  2. I've never hex-edited anything in the exe so far. The best alternative besides a modpatcher is using ResEdit and insert your DefaultGameCore.ini and DefaultLoadouts.ini content in XComGame.exe. DGC.ini goes to 10\1020. Right-click on 1020 and open with plain text. Then you should see the familiar lines of the DGC.ini. Delete anything and copy your own DGC content there. DL.ini goes to 10\1040. Same procedure. Save and have fun!
  3. The camera views have nothing to do with this. Have you never noticed that the game speed slows down when your soldiers fire onto aliens? This also happens in normal iso-view. Good example of normal firing speed is when Heavies suppress targets. There seems to be a random factor involved how much the firing animation is slowed down. It's particular noticeable with sniper weapons to possibly pretent the snipers are aiming. It's less noticeable with pistols, assault rifles and shotgun variants. There is typically a noticeable slow down with reaction fires. I'd like to get rid of all slow motions to watch soldiers quickly do their normal firing animation. Possible that the camera goes a bit crazy then and snipers quickshot all the time, but I don't care. I simply want to have real-time action!
  4. I’d like some fast pace to the gameplay during fights. The constant slow motion quite ruins the action and flow. When you increase the encounters per month, the time you waste watching shots miss unfortunately increases too. Sooo, how to get rid of this horrible feature? Possible with a few hex changes? I would be really, really thankful for a deliverance there!
  5. Ah sorry, I've already forgotten about these settings since last year when I modified the game the last time. Now I also know why I got confused with that: Even if it takes 6 workers by default at beginning, there is a hidden substraction of 1 from this minimum of 6 afterwards. E.g. if you set the minimum to 5, you only need 5, 9, 14, 19, 24,.. labs or 5, 14, 24, 34, 44,... workshops. The guide above isn’t explaining that correctly. Still too bad you can't set scientist or engineer requirements for other facilities besides radars.
  6. Revived this topic because I'm also looking where to change the engineer requirement of facilities. Adding iEngineers=x there doesn't seem to work. Maybe someone has figured out hex-codes to easily edit each facility.
  7. Does someone think it's feasible to reserve an extra squad slot specifically to SHIVs? During normal gameplay, training of soldiers is essential and makes you typically reject SHIVs; at least I feel that way. The idea is to have always one SHIV in the team as addition to the 4-6 human soldiers to avoid this dilemma. The specific "Add SHIV" slot would need to pop up an alternative soldier list. This list only contains soldiers that are checked for SHIV gear, like eItem_SHIVDeck_I.
  8. Yes, I've deleted the small "uncompressed_size" files. The modified upk procedure is clear to me, and the game still launches after my current 29 changes. Still collecting more here. I only hope everything will run smoothly later while playing. :D
  9. It's fine, thanks. Still good to know what exactly has been changed in the code there. Toolboks most likely changed the upk file once. I've been surprised that the archive was already decompressed when I started to do my first change on XComGameStrategy.upk. I'm already doing a reinstall now and backup all upk file this time to prevent such confusion for the future. Heh, that's why I don't like hex-editing and such patchers. It lacks the oversight compared to ini files, and you never know what has been already changed.
  10. Will do. Are you sure about the satellite coverage code above? I can't find it in XcomStrategyGame.upk. I haven't figured out hex codes by myself yet, but I guess this change is about following lines?: arrAbductionTargets = DetermineBestAbductionTargets(); // End:0x70 if(arrAbductionTargets.Length >= 3) { arrMissions.AddItem(2); } Or is it here? arrAbductionTargets = DetermineBestAbductionTargets(); // End:0x28 if(arrAbductionTargets.Length < 2) { return 0; } PS: I've found the "Long War upk changes" topic. From there, I find the other changes in XComGameStrategy.upk, like Reduce base abductions per attempt or Change number of Abductions per month. Nice! However, no luck with your ef 00 07 c0 00 19 00 88 code for satellite coverage. Typo or changed by latest official patch? PPS: Oh, I just found the ef 00 06 c0 00 19 00 88 hex code there. Was it already changed by official patch or did you mix-up new with old code? Ehm, possible that ToolBoks has changed this file already when I messed up with the tool and couldn't make it run properly. Forgot to make backups there. Nevermind then.
  11. Thanks a lot, mate! In earlier times, I refrained from hex-editing the game, but I guess there is no way around for code fixes and other cool features. I've already gathered as many AI fixes and such from other topics. Very nice work of you crack coders here!
  12. I’m interested in the hex codes of single features from ToolBoks: Remove Overwatch and Hunker-Down Delay Disable Disappearing Corpses Display Soldiers’ XP Skip Revealed Aliens Cutscenes/Revealed Aliens Only Move After XCOM Turn Abductions in Nations with Satellite Coverage I'd like to integrate them permanently into my private mod without need to use other mods. Maybe there are also others who would like to do the same.
  13. Unfortunately, you need to hexedit such settings. I've bumped a topic with a modding tool bundle. Maybe you have already seen it, otherwise here.
  14. Bump. A very nice collection of modding tools and first-steps instructions that shouldn't be forgotten!
×
×
  • Create New...