Jump to content

J2Ninja

Member
  • Content Count

    5
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About J2Ninja

  • Rank
    Rookie
  1. Cheers KevnoTrev I tried this and also tried a few variations, it make sense that its the cfgfunction in the mission file that need editing but I still cant get it. Its no problem reading script, I am out of my depth writing it! Ive drop boxed Dark6-6 and will keep soldiering on trying to get it to work (90+ deleted files and counting).
  2. :banghead: double checked and yes #include "cfgfunctions.hpp" is already in the description.txt. As alternative to class CfgFunctions { #include "VAS\cfgfunctions.hpp" }; I tried just using #include "VAS\cfgfunctions.hpp" but this doesnt work. I tried leaving the line out altogether and just copy and pasting the entry from VAS/cfgfunctions into "mission"/cfgfunctions but this got the no call response in game. As I said im not too good at understanding script on a scale of maybe 2/10. There are a lot of other classes already defined in the existing "mission"/cfgfunctions. Why does it not like this one? How has everyone else got round this on the public servers?!!
  3. I couldn't see it and tried to find it with Ctrl F. I will have another look this evening. A lot of public servers seem to have no issue in getting this working, I am quite a noob at scripting though. Hopefully if this can be resolved it may help a few others out there trying to what I am doing. Many thanks for responding.
  4. This is a cry for help from any friendly script wizard out there.....I admit defeat. After 62 pages of reading (wow) and staying up all night (partner wasnt pleased) I am stumped. I love VAS, it is a must for Dom game types but try as I might I just cannot figure out what is conflicting/why it wont work, when I am trying to set up for my own private game. This is what I have done so far. Downloaded and successfully tested VAS v1.9a in the test mission. Located and downloaded Xeno's Domimation 2.99l (Stratis) and 2.99m (Altis) Unpbo'd -Stratis- moved it to mission folder. Loaded it in editor and placed a number of supply crates with appropriate script in init field. Placed a few jets for good measure. Saved the mission and copied the mission.sqm into the unpbo -Stratis- file. Amended pre existing description.txt Copied string table into mission directory (as "stringtable (2)") Repacked after every amendment. I added the following to the description text: class CfgFunctions { #include "VAS\cfgfunctions.hpp" }; #include "VAS\menu.hpp" This causes a crash as cfgfunctions is already defined. I then retried: #include "VAS\menu.hpp" #include "VAS\cfgfunctions.hpp" This gets me in the game (complete with crates and jets) however it then states that cfgfunction.hpp was never called. I have tried amending the pre existing cfcgfunctions.hpp in the mission file to include the text from the cfcgfunctions.hpp in VAS I have then tried every other possible change I could think off. Please could anyone give me some guidance. :ill:
  5. J2Ninja

    AC-130X for Arma 3

    Just wanted to let you how great this mod is, I really look forward to your finished version. Sorry to say +1 to getting stuck on Altis. All I have found that works is to take off from the Salt Lake.
×