Jump to content

upyonder999

Member
  • Content Count

    68
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About upyonder999

  • Rank
    Corporal
  1. upyonder999

    New Player friendly hardcore servers?

    There's a couple King of the Hill Hardcore servers that are first person only.
  2. Here's a list of all the mods I'm using blastcore jsrs2.1 bloodmist cba FA_Stance fire fight improvement system magrepack moduload status_hud sthud_a3 shacktac hud ww_ai_cover ww_ai_menu The mods that don't load from a saved game are FA_Stance status_hud sthud_a3 I'm playing the adapt campaign on regular difficulty. This happens when I manually save my game and reload the save without backing all the way out of the mission from where I can resume. Magrepack never used to load either a few weeks ago, but you must have fixed that because it works now. I use Play With Six to load these in case that matters. Thanks for looking into this!
  3. I play singleplayer on regular difficulty which allows me to save my progress. When I die I can load one of my saves to continue. However after I load, my mods usually are missing, but your button is greyed out. To work around this, I load my save, then save and exit, out of the mission entirely, then come back with resume. Then your button will work. I also create missions in the editor and play them through preview. I have several playable characters in my missions. If I die I get the option to respawn as a different character. However my mods won't load and your button is greyed out. I haven't found a workaround for this yet, but I'm not that familiar with making missions, so maybe one exists. So it would be nice if your button worked in both scenarios above without a workaround, but if it can't that's okay. Your mod is the best mod for singleplayer there is, because without it many other mods are useless. This problem has existed since at least the Arma 2 days. Thanks for solving it for us
  4. upyonder999

    Mods won't load from a save game

    Modder Outlawled has come to our rescue with the following mod! I haven't had a chance to test this out yet, but others are reporting it works. I hope this is the end of the very annoying problem of mods not loading from saved games. Moduload — Save-Game Mod Initializer Hey, guys. This is a small mod that adds a button to the bottom right of the Escape Menu which, when pressed, runs the initialization code for any addon that uses CBA's Extended Pre/Post-Init EventHandlers for its initialization, allowing players to reinitialize their mods after loading a save-game. http://forums.bistudio.com/showthread.php?172827-Moduload-%E2%80%94-Save-Game-Mod-Initializer
  5. upyonder999

    Mag Repack

    I agree with Pergor that your mod is great, but it doesn't work in singleplayer with saved games. If there's anything you can do to fix it, I'm sure lots of players in addition to us would be grateful. See Pergor's post (a few posts back from this one) for some links that might help resolve the problem.
  6. upyonder999

    Mods won't load from a save game

    If any of you use the Status HUD mod, here's a solution to it not loading from saved games. It's in post # 43, part 3 at this thread http://forums.bistudio.com/showthread.php?168558-Status-Hud/page5 or see this snippet from that post here 3 - edit UI\HUD.sqf so it can be called as a function. Bonus feature: fix the problem where the HUD stops working when resuming a saved game: Replace this Code: sleep 0.005; [] spawn ICE_HUD; with Code: [] spawn { waitUntil {!isNil "BIS_fnc_init"}; while {true} do { _h = [] spawn ICE_HUD; waitUntil {sleep 1; scriptDone _h}; // Wait for save-then-resume }; }; true Also in post # 50 Killswitch describes further why mods often don't work with saved games. Here's what he says: No. It is not caused by CBA. It is due to the the status HUD addon running a script that has dialog-related variables. When a game is saved, any and all spawned scripts that have variables referencing GUI items will stop. The fix for this problem can be seen in step 3 in post #43 above. One has to detect a save-then-reload and then re-launch the "ICE_HUD" thread. More background reading: loadable permanent GUI? http://forums.bistudio.com/showthread.php?153884-loadable-permanent-GUI More formally expressed by Str in disableSerialization: "Scope with disabled serialization is discontinued after load, even if there's endless loop inside." https://community.bistudio.com/wiki/disableSerialization I'm not a modder nor programmer so these readings are a bit technical for me. If I understand it correctly, loading mods from a saved game should work if the mod creator writes the code to detect a save then reload. So the bottom line is that it's up to the mod creator to get this code into their mods.
  7. upyonder999

    Status Hud

    Same thing happens to me, and I haven't found a workaround. I think it's because this mod uses CBA and saves some info that doesn't get reloaded with the mission. Too bad cause I really like this mod, but it's useless with saved games.
  8. Thanks for the excellent news. I'll be happy to be among your first players when it comes out.
  9. SaOK, Once you are done with your missions for the modern version of Arma 3, do you have any plans to create missions for the Arma 3 Iron Front mod? I think whatever you produce would be very popular. I'll keep my fingers crossed :)
  10. upyonder999

    Iron Front as mod in Arma 3

    Yes! It's working now. An easy one click install with PWS. Thanks!
  11. upyonder999

    Iron Front as mod in Arma 3

    With the latest update from BIS (stable version, not development) my Arma 3 Iron Front has become unplayable. I create simple missions in the editor and then preview them to play. With the latest update my character becomes stuck. After a minute or so in the mission I can't move. I can swivel left or right with the mouse, but I can't move forward, backward, side to side, change stance, shoot my gun, or use binoculars. I can play regular scenarios, all the modern military stuff, outside of Iron Front just fine, but not in Iron Front. I'm not using any other mods except those for Iron Front. Any ideas on how to fix this?
  12. upyonder999

    Iron Front as mod in Arma 3

    Played a long session last night without any errors. Thanks for all your help! Looking forward to seeing this evolve, as it's really a great mod.
  13. Any chance we might get an Iron Front version someday? The jets and helicopters kind of ruin the immersion. :) i know I can turn them off though.
  14. upyonder999

    Iron Front as mod in Arma 3

    kju' date=' Here's a link to my rpt file [url']https://gist.github.com/anonymous/8381482[/url] Thanks for taking a look at it.
×