Jump to content

cen

Member
  • Posts

    1706
  • Joined

  • Last visited

  • Days Won

    14

Reputation Activity

  1. Like
    cen reacted to Nekuan in Anyone willing to share good working Overpoch loot tables?   
    After having a look at the ones cen posted you should just take them ;) Basically mine besides a few things I made different. (higher Cinderblock droprate and no spawning of hotwirekits in lootpiles)
     
    Btw Cen, you got an error in your CfgBuildingLoot.
    ItemHotwireKit is no weapon, it's an item
    Same for the PipeBomb btw 
  2. Like
    cen got a reaction from speaR in Random Spawn Script   
    Use this as your mission.sqm: http://pastebin.com/eyPYccBA
  3. Like
    cen reacted to pr0dukt in Launchers not picking up my server   
    GTX auto names it 'AiATerrainPack' unfortunately and it doesn't let you change the name without some ridiculous syntax errors. 
     
    All their servers aren't being listed currently. Luckily im in the process of moving the legion servers over to a OVH box. =)
  4. Like
    cen got a reaction from ZENITHOVMAN in Random Spawn Script   
    I read it. The other guy, obviously, didn't :D
  5. Like
    cen reacted to KiloSwiss in #SEM - Simple Epoch Missions v0.8.1 + 0.8.3 test   
    You're welcome.

    I also found a fix for players not taking damage from AI, besides the currently used moving AI locality to players via setOwner.
    I will release it tomorrow, so every Mission Maker can use it in his scripts to create better missions.
    And Yes, this finally allows moving AI, convoys etc. with AI that deals actual damage to fresh spawned players.
    I'll keep You all updated tomorrow, after I arrive at home from work.

    Greez KiloSwiss
  6. Like
    cen got a reaction from norsk22771 in Cheap reliable Dedicated Server Hosts?   
    +1 for OVH.
  7. Like
    cen got a reaction from Mr. Snatchit in I little SQL Help please   
    UPDATE `Character_DATA` SET `Inventory` = REPLACE(`Inventory`, '"m107"', '"BAF_LRR_scoped"') WHERE `Inventory` LIKE '%"m107"%'; UPDATE `Character_DATA` SET `Inventory` = REPLACE(`Inventory`, '"10Rnd_127x99_m107"', '"5Rnd_86x70_L115A1"') WHERE `Inventory` LIKE '%"10Rnd_127x99_m107"%'; This is an example of replacing M107's. You can adapt it for anything.
  8. Like
    cen got a reaction from ElDubya in I little SQL Help please   
    UPDATE `Character_DATA` SET `Inventory` = REPLACE(`Inventory`, '"m107"', '"BAF_LRR_scoped"') WHERE `Inventory` LIKE '%"m107"%'; UPDATE `Character_DATA` SET `Inventory` = REPLACE(`Inventory`, '"10Rnd_127x99_m107"', '"5Rnd_86x70_L115A1"') WHERE `Inventory` LIKE '%"10Rnd_127x99_m107"%'; This is an example of replacing M107's. You can adapt it for anything.
  9. Like
    cen reacted to Zupa in Custom Loadouts for Admins and Regular Players   
    Maybe u can try mine out soon ;)
     

  10. Like
    cen reacted to BFranek in Custom spawns   
    Dont you know by now arma has changed its not about sharing anymore.Its about showing off what can be done.How about  a helping hand instead of come join my server.
  11. Like
    cen got a reaction from caboose1 in Glitching Needs Fixed ASAP   
    Seems it's even easier to glitch into bases on A3 than A2. Need a fix for this asap!!!
  12. Like
    cen got a reaction from KiloSwiss in #SEM - Simple Epoch Missions v0.8.1 + 0.8.3 test   
    17:31:43 Error in expression < SEM_fnc_AIdamageEH; }count units _group; _group setCombatMode "YELLOW"; _group > 17:31:43   Error position: <; _group setCombatMode "YELLOW"; _group > 17:31:43   Error Missing ] 17:31:43 File a3epochmissions\scripts\ai\fn_AIactDeact.sqf, line 17
  13. Like
    cen reacted to Richie in Gold?   
    It used to be :unsure: your A2 servers you banned people who shot people, you only fought trees.
     
    Anyways, let's get back on topic :)
  14. Like
    cen got a reaction from William in .CPP back to .BIN troubles.   
    you don't need to turn it back into a .bin file.
     
    It will read the .cpp just fine.
  15. Like
    cen reacted to Richie in animated greetings   
    Just ignore BetterGrumpThanHappy, he's always like that :p
    Nothing wrong with choice :)
  16. Like
    cen got a reaction from KiloSwiss in [PreRelease] Working AI-Mission System   
    7 will kick, 1 only logs.
     
    If you are running infi you need to turn these two setting in run.sqf to false:
     
    /*  Check Global Markers */ _CGM = false; /* true or false */ /*  Check Local Markers  */ _CLM = false; /* true or false */
  17. Like
    cen got a reaction from MrPredatorr in [PreRelease] Working AI-Mission System   
    Missions spawn outside of map on chernarus. What's the fix?
  18. Like
    cen got a reaction from pepstar34 in [PROJECT] Gold Coin based Single Currency & Banking System   
    OMG learn to use spoiler tags fellas...
  19. Like
    cen reacted to Sandbird in [HowTo] Find out who has a broken squad.xml causing problems   
    It took me a few hours to improvise a way to detect the troublemaker but i finally did it. Basically you need 2 websites and 1 program plus the well know antihack.
    - Ultraedit (because of its way of bringing search results)
    - http://www.webtoolhub.com/tn561378-list-cleaner.aspx
    - http://jura.wi.mit.edu/bioc/tools/compare.php
    - The well know antihack cause of the way it logs connected players.
     
    You also need to have a few log files with the error, from several restarts....It took me 9 log files to find him.
    So how this works....we separate from each log all the players connecting to the server, (since we dont know who is the person that causes the problem)
    Then we compare the 1st list with the 2nd list use the results with the 3rd list and so on, removing duplicates...till there is only 1 guy left....This means from all the log files HE is the only common person joining the server...so its 100% him that has the messed up XML.
     
    Step 1 (finding all connections)
    Open the 1st log file with Ultraedit and press Ctrl+ F (search) for
    PlayerConnected: then press 'Show Lines' at the bottom right corner. It will bring all occurrences of that line. Right click the popup window and select 'Copy to clipboard', then paste the text to another empty document.
     
    Step 2 (formatting the lines)
    In the new document with the new text press Ctrl+R (replace) and in the top box put:
    ??:??:?? At the bottom box leave it empty...we want to remove all the time values and replace them with nothing.
    And then from bellow check the "Regular Expressions: Ultraedit" and press 'Replace All'
     
    Step 3 (remove duplicates)
    Copy paste this whole list into :http://www.webtoolhub.com/tn561378-list-cleaner.aspx and press 'Clean List'
    And then copy/patste the list from 'Cleaned Items List' into List 1 of : http://jura.wi.mit.edu/bioc/tools/compare.php
     
    Step 4 (get the 1st results)
    Now repeat all the above tests for log file 2 and copy paste the final test into List 2 of the last website and press 'Compare Lists'.
    In the results page the list under '1 and 2' is the list you want to keep. This is the list that you will be comparing with the next results you got by doing Step1-3 with log_file3.
     
    So keep this list aside, then do Step1-3 with log file 3 and then in page: http://jura.wi.mit.edu/bioc/tools/compare.php
    Put the list you just kept in List 1 and the new formatted list from logfile3 to List2...and press 'Compare Lists'.
    Take the new '1 and 2' list (which should be smaller now in size) and put it aside, then continue with logfile4 etc.
     
    After a few times you'll see that the final list is getting smaller and smaller. In the end (i dont know after how many logfiles) you'll have only 1 name in the list.
    This guy there is the person that is ALWAYS ingame when the bug happens....which means he is the perpetrator. :)
     
    Ban him and problem solved :)
  20. Like
    cen got a reaction from Major Khunt in Does "vonid" work in A3 Epoch?   
    Of course you did  :rolleyes:
  21. Like
    cen got a reaction from pepstar34 in [Project / WIP] dayzChunks - Load Objects in a chunk style as opposed to all at once   
    There's no way you have a server fps of 35-40 unless you have 1 player online :D
  22. Like
    cen got a reaction from ARcoolJ in [Project / WIP] dayzChunks - Load Objects in a chunk style as opposed to all at once   
    There's no way you have a server fps of 35-40 unless you have 1 player online :D
  23. Like
    cen got a reaction from Richie in Does "vonid" work in A3 Epoch?   
    Oh forgot to turn my mind reading on yesterday... my bad.
  24. Like
    cen got a reaction from Flosstradamus in Mods looking promising...servers though, kind of not as much   
    It's because there are 800+ servers and 500 players :D
  25. Like
    cen got a reaction from RC_Robio in Does "vonid" work in A3 Epoch?   
    It's in the Users\ folder wherever you put the config.cfg
×
×
  • Create New...