Jump to content

matt6950

Member
  • Posts

    37
  • Joined

  • Last visited

Reputation Activity

  1. Like
    matt6950 reacted to CordIAsis in Anyway to increase accuracy of 2D editor in the 3d editor   
    In the 3D editor, place down a runway peice. Then spawn a small object, like a barrel or campfire and position it in the center of the runway peice. Now click and drag to select both the small object and the runway, then you can position it accurately in the 3D editor.
  2. Like
    matt6950 reacted to Richie in This is a disgrace.   
    It's not their work to sell, they're using community made scripts and making a massive profit.
    They only have to do this once, then apply to anyone stupid enough to pay such a massive amount, $5 would be too much.
  3. Like
    matt6950 reacted to carl101 in Any way to view your threads that are waiting to be approved?   
    Don't think so, but I think its a really shitty way for them to basically close that section Down in favour of the a3 server advertising sections.

    It's like saying they don't care for the a2 epoch anymore fuck it
  4. Like
    matt6950 reacted to Zupa in [Outdated] [Release] Single Currency & Banking 1.1   
    Outdated, already built into Epoch 1.0.7
     
    Single Currency & Banking
     
     
    Releases:
    999 Hive: 1.1 Arme2Net: 0 ExtDB: 0 Own Hive: 2.0 (NEW) DEFAULT HIVE: 3.0 recommended ->  EXCLUSIVE NEW
     
     
    Loud has did the dll changes to have our own support ( Titan did this great work aswell, but Loud his ones are better since it will give a nicer support on axe multichar ( 1 bank for 3 chars). + the bank is seperate from the character, linked to PUID. If character data is corrupt in titans version you will loose your bank.
     
     
    I will extend this post later ( i have to go in 10min). But find the Topic here already:
     
     
     
    About:
     
     
    This script adds virtual money on a players character. Next to that there is a global banking linked to your playerid. No more gold items in your precious inventory.
     
    Trade with gold coins (not an item) Give coins to other people Take coins from dead bodies Bank coins at ATM's Bank coins at Open Safes/Lockboxes Configurable currency name Configurable limits on bank for normal/donators. The current release will sacrefice your headshots coins for your money, other version releases will probably change this to an independent field. This option will stay for people not willing to change the database.
     
    PlayerMade Addons:
     
    Force Update on disconnect: (Soul)
     
    infiSTAR Anti-Hack Additions - Add Money to player (kaotix)
    http://devzupa.be/forum/viewtopic.php?id=3
     
    Issues:
     
    Please make a new topic for every big/issue you want to report. We will get to you as soon as possible.
     
    Known Issues:
     
     
     
    No Maintaining with the 999 hive 
     
     
    We are going to revive axes maintain to solve this for the 999 version.
     
    Download and instructions:
     
     
     
    Currently on an external website, will be made more clear later
     
     
     
    http://devzupa.be/#/dayz/sc999
     
    Changelog:
     
     
     
    1.1:
     
     
    Fixed money duping Configurable banks and Currency name 1.0
    Innitial release.
     
     
    Future:
     
     
     
    We are planning to release multiple versions with different backbones. We have 4 versions in mind who all be developped eventually. We know the 999 is the worst solution, but it works for now.
     
     
     
    Credits:
    Macca : Made the original single currency on ccg servers which is the skeleton of this project. AsReMix: Making the innitial fancy debug. MGM: Making a nice structured Thread and contacting people. All the people helping on the project ( individually added later) Screenshots:
     
     

     
    If you still using 1.0, this is the duping fix
     
     
     
     
    Change the followig in your server pbo, compiles/server_playerSync.sqf
    at line 117
    _headShots =     ["headShots",_character] call server_getDiff; to
    _headShots =     0;
  5. Like
    matt6950 reacted to VentZer0 in [Tutorial] Custom Debug / Stats   
    This is not working at all. All that I can see of the player hud: "Blood 12000" near the top right corner of the screen, everything else not visible except for the vanilla hud elements.
    Tried a different things, but no use its not showing up.

    I really have to say that this whole project is a huge coding mess, no clear instructions anywhere, the code written horribly (tab-stops are really useful - dont know, does zupa use a shit notepad editor that doesnt work well or something?). I hate to be so negative, but when you already have a working mission/server file and try to implent this system and its addons, it is either use the braindead version (aka here have a precompiled mission and server file and throw it on your server) or get a stroke attempting to fit everything together with your existing mission file.
  6. Like
    matt6950 got a reaction from Zupa in [Alpha Release] Single Currency 3.0 & Storage DEFAULT HIVE ( No global banking).   
    I need some help with this 
    I can't find 
    F) You can use my unclockVault in ZSCinit, If u got a custom one, do the following changes:
    E) in LockVault.sqf if u got a custom one, otherwise use mine and set true in config:
     
    I can't even see what you mean by use mine, I can't find yours. Instructions are not very clear.. Can someone help me though this install that has already done it. 
     
    Edit. I don't mean for the above to sound rude. but I'm way out of my depth here.
    Managed to find them. Well install complete time to test bet this goes horribly wrong.
     
     
    Yay it works so happy with my self right now :)
  7. Like
    matt6950 reacted to Proximus in This may be a stupid question. What's the class name.   
    Then it is not possible to put coins in lootboxes.
     
    For your other question:
     
     round(random 20) this chooses a number between 0 and 20 and that number is being multiplied by 1000.
    So if you want the amount between 0 and 1000 you adjust the 20 to 10 and the *1000 to *100
     
    Would look as the following:
    _cash = round(random 10) * 100 Hope this helps!
  8. Like
    matt6950 reacted to Navaeh in Hiring Dedicated scripter to install mods on my server. (Paid)   
    Okay, i will speak via skype tommorow if that is ok with you?
  9. Like
    matt6950 reacted to oSoDirty in [Release] Wicked AI 2.2.0   
    there are no patrols or roaming AI in the default setup, the stuff in the staitc folder is just examples, you have to place the ones you want in the spaces below the   */    
     
      /* anything you see inside these is an example */
×
×
  • Create New...