Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

ChillaSteve

Member
  • Content Count

    8
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About ChillaSteve

  • Rank
    Private

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. ChillaSteve

    Advanced Helicopter FDM Feedback

    Not sure if this has been mentioned but there are no choppers on a dedicated server? They load fine in the mp editor but soon as I move the mission over to the dedicated server no choppers appear. also, if using zeus in mp on a dedicated, spawning any chopper, with or without crew crashes the client that spawns them..
  2. hmm I've had this issue for a while and this is what made mine show up under the steam tab of the browser.. also its not as other people have stated about the correct spelling mine shows up all the time by adding the correct steam ports.... What server port are you using? Where are you defining your port? What steam port are you using? Where are you defining it? this is what fixed mine; In my start up for the server i define the port -port 2302 in the servers config.cfg i define the steam ports steamPort = 2300; steamQueryPort = 2301; Now, this may have maybe just fixed mine and could be a complete different issue but I had the same problem and couldn't fix it until i tried that. would be nice if the devs would state an answer on the issue..... edit: also make sure those ports are open in your firewall
  3. You're not changing ports and making things worse youre simply adding the correct steam port.. taken from the wiki; SERVER 1 2300 UDP (steamport) 2301 UDP (Steam query port) 2302 UDP (used for game) 2303 UDP (used for server reporting) 2304 UDP (? no information available for this port useage) 2305 UDP (used for VoN transmissions) so open ports 2300-2305 and leave at least 10 ports between the next server set SERVER 2 2320 UDP (steamport) 2321 UDP (Steam query port) 2322 UDP (used for game) 2323 UDP (used for server reporting) 2324 UDP (? no information available for this port useage) 2325 UDP (used for VoN transmissions) so open ports 2320-2325 leave at least 10 ports then repeat the process for No3 server etc
  4. After searching for a fix I finally figured out how to make your server show under the steam tab; in your server config the steam port and query port must be "in line" with your servers port, if your server is running on 2302 then add this to your config; steamPort = 2300; steamQueryPort = 2301; this fixed mine.
  5. ChillaSteve

    Virtual Ammobox System (VAS)

    @Mangled if you look at the default config it has an example; switch(playerSide) do { //Blufor case west: { vas_r_weapons = ["srifle_EBR_F","arifle_MX_GL_F"]; vas_r_items = ["muzzle_snds_H","muzzle_snds_B","muzzle_snds_L","muzzle_snds_H_MG"]; //Removes suppressors from VAS vas_r_goggles = ["G_Diving"]; //Remove diving goggles from VAS }; //Opfor case west: { vas_r_weapons = ["srifle_EBR_F","arifle_MX_GL_F"]; vas_r_items = ["muzzle_snds_H","muzzle_snds_B","muzzle_snds_L","muzzle_snds_H_MG"]; //Removes suppressors from VAS vas_r_goggles = ["G_Diving"]; //Remove diving goggles from VAS }; }; Now for my issue; I am having an issue of my own though, I asked on the armaholic forums but that pages doesnt seem to be as active as this one. If using it to allow only certain items per case with the variables "vas_weapons" ect. then it works great other than if you highlight a weapon it pops up on the left with the list of attachments and mags that can be used for that weapon not following the allowed "vas_items" and "vas_magazine" arrays. the button however is no issue, its only the left popup list that fails to follow the arrays. any ideas how to fix this? thanks, ChillaSteve
  6. ChillaSteve

    =ATM= Airdrop [A3] - Beta

    Hi, Well it seems to have fixed it self.. very odd, lastnight before i went to bed my mission and the test mission provided were giving me the error. turned on my computer today and loaded it up and everything works fine in both test mission and in my mission. Don't think I've ever had an issue like that before but all is well now. @csk222, yes my stingtable was in there, i just wasnt getting a dialog at all, only the map would come up. Like Kawa said you can simply just merge the two stringtables together; <Project name="Virtual Ammobox System"> //VAS sting here </project> <Project name="ATM Airdrop"> //ATM string here </project> Thanks for this great script btw.
  7. ChillaSteve

    =ATM= Airdrop [A3] - Beta

    soon as i open the action to halo. i can still halo, just no dialog. I do have #include "ATM_airdrop\dialog.hpp" in my description and its in the right place, just like its not wanting to read it for some reason, i get no script errors until i try to halo and i just get the one, and its a pop-up error.
  8. ChillaSteve

    =ATM= Airdrop [A3] - Beta

    with the newest update im getting "Resource ATM_AD_ALTITUDE_SELECT not found".. anyone else have this issue?
×