Jump to content

ch i n a

Member
  • Content Count

    5
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About ch i n a

  • Rank
    Rookie
  1. Ok figured it out, turns out putting the above code into the init file is bad because it executes before the modules are created, so placing the above in something like server.sqf fixed the issue for me. Brain power, noice.
  2. So the new issue I am running into now, Is I am able to delete the Icons, however it doesnt happen fast enough or its not happening at all. I have tried putting the commands in the Init as well as a capture point trigger. And it seems as though it only reacts off the capture point trigger. I am wondering If there's any sort of syntax I am missing so please let me know if I am doing this wrong. (Forgive me I am new but im figuring it out). My init file: "BIS_fnc_moduleSector_iconalpha" setMarkerAlpha 0; "BIS_fnc_moduleSector_areaa" setMarkerAlpha 0; "BIS_fnc_moduleSector_iconTextalpha" setMarkerAlpha 0; "BIS_fnc_moduleSector_iconcharlie" setMarkerAlpha 0; "BIS_fnc_moduleSector_areac" setMarkerAlpha 0; "BIS_fnc_moduleSector_iconTextbravo" setMarkerAlpha 0; "BIS_fnc_moduleSector_iconbravo" setMarkerAlpha 0; "BIS_fnc_moduleSector_iconTextcharlie" setMarkerAlpha 0; "BIS_fnc_moduleSector_areab" setMarkerAlpha 0; "bis_o1" setMarkerAlpha 0; "bis_o2" setMarkerAlpha 0; "bis_o3" setMarkerAlpha 0; "bis_o4" setMarkerAlpha 0;
  3. I came across this post recently and while it has solved most of the visual issues I have with Sector control, I still have no idea how to change the last grey ellipse shapes to something else. I wanted to use flags for both the neutral and captured state. Earlier post:
  4. Is there a way to edit Bohemia Interactives default game modes? For example, I wanted to make a Multiplayer Advance and Secure scenario and the already implemented game mode "Warlords" covers a lot of the needed mechanics. The problem is there's a lot of extra mechanics and UI that I don't really need in the scenario and the modules don't give me enough control. I have tried using light mods like MCC but I wanna keep the mission as light as possible even if it means more work on my end. If any one can just give me A TLDR, point me in the right direction, or even tell me if whether or not what I want to do is possible that would save me a lot of time. Thanks.
×