FAForever Forums
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Login
    1. Home
    2. Vanifica
    3. Topics
    Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 13
    • Posts 39
    • Groups 0

    Topics

    • VanificaV

      Wars of Glory (WoG) Milestone 170

      Watching Ignoring Scheduled Pinned Locked Moved Contribution
      11
      5 Votes
      11 Posts
      85k Views
      ?
      Post deleted.
    • VanificaV

      Wars of Glory mod trailer

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      4
      0 Votes
      4 Posts
      427 Views
      BlackYpsB
      I agree with Femto. I would remotlce the WoG logo from the beginning and replace the discord logo section with the WoG logo. There should be another gameplay section after the reimagined unit balance text.
    • VanificaV

      Defending auroras early game?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      0 Votes
      2 Posts
      276 Views
      FtXCommandoF
      In huge quantities then bombers getting one pass are still mass efficient against aurora so t1 aa doesn't help. You're supposed to swap into another tech level to get shields, blazes, and so on while leveraging your more mass efficient tanks in defense. If you want to stay t1 then yeah, win air.
    • VanificaV

      Why can't CapStructure build around size16 buildings?

      Watching Ignoring Scheduled Pinned Locked Moved Modding & Tools
      2
      0 Votes
      2 Posts
      221 Views
      JipJ
      The functionality is entirely in Lua. It ends up calling this: https://github.com/FAForever/fa/blob/deploy/fafdevelop/lua/SimCallbacks.lua#L202-L373 Which, when made, did not need to support a structure of that size. You can adjust / add to the logic to allow that
    • VanificaV

      Control what engi stations automatically assist?

      Watching Ignoring Scheduled Pinned Locked Moved Modding & Tools
      2
      0 Votes
      2 Posts
      261 Views
      JipJ
      The default behavior is determined by the Engine. You can try and manipulate it through Lua however. For example when OnStartRepair of the Unit class is usually called when a unit starts repairing (assisting) a factory, you can then add Lua code there to adjust the behavior.
    • VanificaV

      Tag to make a unit not sharable?

      Watching Ignoring Scheduled Pinned Locked Moved Modding & Tools
      3
      0 Votes
      3 Posts
      247 Views
      VanificaV
      @jip Thank you
    • VanificaV

      The supcom RT4X experience: Wars of Glory (WoG) gets new life after 1 year!

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      2 Votes
      2 Posts
      565 Views
      JipJ
      @Vanifica I'd like to make sure we do not accidentally break your mod as game patches are released. Are you available in the official FAF Discord? You can contact me - my tag is Jip#4301
    • VanificaV

      UI resource update lag issue in mod

      Watching Ignoring Scheduled Pinned Locked Moved Modding & Tools
      1
      0 Votes
      1 Posts
      164 Views
      No one has replied
    • VanificaV

      For fun, I made this mod which sort-of redesigns SupCom. Let me know what you think!

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      7
      6 Votes
      7 Posts
      2k Views
      S
      You can make best formating with google docs and share link.
    • VanificaV

      Loading screen tips-can you change them?

      Watching Ignoring Scheduled Pinned Locked Moved Modding & Tools
      4
      0 Votes
      4 Posts
      343 Views
      UvesoU
      @Vanifica have in mind you always can distribute new loadingtips to the game itself. Just write an issue or make an PR on Github: https://github.com/FAForever/fa Depending on your effort and the quality of your tips it would be also possible to patch the game and make it possible to load tips from a mod before the loading screen is displayed. (i would not like that, good tips should be available from the default game) Last "and" least you can make a .SCD mod. That means you make an archive with the changed files and put it direcly as *.scd file into the gamedata directory. This will overwrite the original files before loading the game. But i would not recommend that. Since it will overwrite the original files it must be fixed after every game patch. Including your tips to the game itself (Git-Hub) would be the best option!
    • VanificaV

      Newbie here. Why not a lot of Aeon?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      14
      0 Votes
      14 Posts
      1k Views
      R
      I always feel uneasy when faced with a decent Aeon player, if they get air control things can go down hill slowly..painfully.. Lose air control and lose bomber options >> Get kited by tanks >> try counter with gun acu >> get kited by aeon gun com with range upgrade >> slowly die Could I do that same thing to myself using Aeon? no I don't have those multitasking skills..so I'm fine with losing to someone doing it to me.
    • VanificaV

      Wars of Glory (WoG): A (currently unfinished) rebalance mod with a fresh perspective on SupCom core gameplay.

      Watching Ignoring Scheduled Pinned Locked Moved Modding & Tools
      20
      6 Votes
      20 Posts
      3k Views
      VanificaV
      @lightsaviour Ok, I joined your discord. I managed to dig up some of your replays. You guys have been having fun We can talk more there.
    • VanificaV

      Engy mod-where is the script stored?

      Watching Ignoring Scheduled Pinned Locked Moved Modding & Tools
      5
      0 Votes
      5 Posts
      433 Views
      Dragun101D
      You could do a destructive hook. Or you could your changes on a factional level. If you want to look, the SCTA, has its own version of Engi Mod.