Jump to content

SageNTitled

Member
  • Content Count

    98
  • Joined

  • Last visited

  • Medals

  • Medals

Community Reputation

24 Excellent

About SageNTitled

  • Rank
    Corporal

Contact Methods

  • Website URL
    http://www.armasweden.se/
  • Youtube
    https://www.youtube.com/channel/UCo-JDIgYjVNXOp95K33kz3Q
  • Steam url id
    http://steamcommunity.com/id/SageNTitled/

Profile Information

  • Gender
    Male
  • Location
    Sweden

Recent Profile Visitors

1620 profile views
  1. SageNTitled

    Server crashes after v2.08 update

    These are the latest notes (since Friday): Switching to 64-bit fixed it for us. If you can't switch, try using profiling branch.
  2. SageNTitled

    Helmet Mounted Displays MOD

    Hello! I tried this mod because I thought it would be useful in night vision scenarios, but NVG's still cover a lot of the HUD. Shouldn't the HUD be on top of the NVG layer?
  3. The servers are able to run lots of mods just fine. It's a launcher issue, where it doesn't propagate mods reliably to clients if they accumulate to a certain amount. It looks like this: This guy on Discord explains the issue: There is a network restriction in the launcher itself that makes it unable to capture large batches of data (e.g. many mods) from the servers.
  4. How do you do that though? You need the meta.cpp files for the launcher to recognize the mods, so you can't simply combine them into one folder can you?
  5. This is a really annoying limitation. Can't add more mods to our mod pack until it's fixed. :S https://feedback.bistudio.com/T127303
  6. SageNTitled

    Keyframe animation system in DEV.

    I hope some useful documentation about the feature turns up soon. I've turned the editor upside down, but haven't been able to get it working like in the gif.
  7. SageNTitled

    functions override

    I need a solution to this as well. I want to do some changes in BIS_fnc_showRespawnMenu so that I don't have to mess with dependencies to related functions.
  8. We switched to Windows for this reason only. Also still using 32-bit server to support OCAP. =P
  9. Please continue developing this awesome tool! We use it all the time in our community. I've been looking forward to your return.
  10. SageNTitled

    [Terrain] Chernarus Winter A3

    There's been a bunch of unofficial ones on Workshop. I'm also hoping to see an official upload.
  11. SageNTitled

    Custom splash screen

    None of those I'm afraid. This is the screen I want to replace:
  12. SageNTitled

    Swedish Army Mod 3 (SAM)

    Hello, it's me again. It hope we can see some sort of progress update soon, however small. In the meantime, I'm just popping by with some feedback and bug reports. Here it goes... #1 The Ksp90 can't load the tracer box. #2 As you probably already know, since the Apex update there is no reload sound for the Ak5. #3 There are no preview images for the editor. #4 I'd like to see that the Psg90 and Hensoldt scope are configured for ACE, so that we can use advanced ballistics. #5 A bunch of items are missing from the Zeus inventory. I took a quick look and couldn't find any of the following: Ksp90 and ammo boxes Ak4 (any variation) & ammo Remington & ammo Psg90 & ammo Pretty much any attachment (Aimpoint CS, Aimpoint CS 3X, Hensoldt, silencer etc.) #6 Swedish unit groups can't be placed in Zeus. There's some weird behaviour; you can select them and see the icons, but nothing happens when you click on the terrain. #7 Units could need some categories in both Zeus and the editor. Split them up into desert/woodland/homeguard or whatever. It's messy to have all in the same category. #8 The mass of the GRG rounds could be revisited. I found that they are too light. I've made a spreadsheet comparing SAM with other mods containing the MAAWS, as well as information taken from the internet (the GRG backpack would also have to be adjusted). As always, thanks for a great mod!
  13. How would I go about replacing the splash screen with a custom one? The one that shows when the game starts (with the Arma 3 logo). I'm unable to find the proper config. Is it composed of several elements or is it just one image?
  14. SageNTitled

    Question About Insignias

    The init script is only run once at mission start, hence losing the insignia when the unit is respawned. Try the onPlayerRespawn.sqf file. More info here. As for the virtual arsenal, I suppose the insignia defaults to one of the already existing ones. Not sure how to prevent that from happening, but you could probably check somehow if the virtual arsenal is closed, and run a script to add your insignia again.
  15. SageNTitled

    3D weapon menu

    In several locations you are missing quotations ("). Double-check your code.
×