odizzzzle

Donator
  • Content count

    231
  • Donations

    15.00 EUR 
  • Joined

  • Last visited

  • Days Won

    3

odizzzzle last won the day on August 24 2018

odizzzzle had the most liked content!

Community Reputation

99 Excellent

1 Follower

About odizzzzle

  • Rank
    Capo

Recent Profile Visitors

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

  1. odizzzzle

    Can't get loot to spawn in DS_houses for the love of me

    Hey buddy. I just took a quick glance. in your hpp.. look at lines 195-199. class Land_Shed_M03 : CivillianLowerClass { positions[] = { {-0.28418, 2.23047, -1.03253}, {1.77588, -0.592773, -1.03256} }; This is the newer style to use, based on the way your class are defined at the very top of the sheet. Now, what you have appended, and i'll just point out the lines immediately below (201-205) class Land_Army_hut3_long_int { table = "Military"; positions[] = {{-2.14648, -4.26807, -1.12421}, {-2.96875, -0.339355, -0.755859}, {-0.933594, 0.912109, -1.27536}, {1.18262, -2.34619, -0.811951}, {-2.61914, 3.95605, -1.27536}, {0.325195, 2.55908, -1.27533}}; }; This is the OLD way to do it.. and won't work with the way you've defined tables at the top of the sheet.. Here is the good news... You can edit it to match.. No biggie. class Land_Army_hut3_long_int: Military { positions[] = {{-2.14648, -4.26807, -1.12421}, {-2.96875, -0.339355, -0.755859}, {-0.933594, 0.912109, -1.27536}, {1.18262, -2.34619, -0.811951}, {-2.61914, 3.95605, -1.27536}, {0.325195, 2.55908, -1.27533}}; }; This will work! all i did was cut the text between Miltiary and the end of the class name.. added a ":" and then after military made a space and added a "{" By doing this, you can convert any old formatted loot pos to the new format. You can also automate this with a search and replace in notepad++ if you are clever. Probably someone else can explain this better, or had a better way than the way my brain works.. but thought i'd take a stab.
  2. odizzzzle

    Script needed to spawn backpacks that are EMPTY

    hey buddy.. cup/rhs have some backpacks with several versions of same backpack.. often named backpackname_medic or backpackname_engineer or something.. The duplicates, and if you aren't sure, spawn some in and check them. Yes, if you keep these they will duplicate items like a mf'r.. Good luck.
  3. odizzzzle

    does not work useRealTime=1

    are you using a extdb3 modification.. ? I think @Monkeynutz fixed this and pushed.. maybe check if updated.
  4. odizzzzle

    Infistar Item/Vehicle Spawning

    no.. but here is a suggestion. 1. ban admins that break the rules. make very clear rules and lay them out several times to admins. everything is or can be logged. zero tolerance. 2. perhaps only give them access to the trader menu from infistar. 3. if not 2, think about not allowing new, untrusted admins to have access to spawning vehicles at all.
  5. odizzzzle

    Exile lyhtium Cry for help !URGENT

    These guys are giving you great advice and a good level of candid awareness of the challenges you may face. A few things i'd like to add: Years ago.. this guide got me started (thanks for doing it @S.) Second.. You need to decide if you are all in.. and renting a dedicated box (big balls) or if you are frightened a bit by the debbie downers and just want to start with some slots on a hosted arma 3 server (smaller balls, but balls nonetheless). Third.. You should focus on development on a different server than the one you are using. Nothing sucks worse than losing population because you messed up something you were trying to do and they leave to go play on another server. So develop on one.. and when shit works, move it over to the community server. Good luck, and @kuplion and @Monkeynutz are available 24/7 to help you in the official exile discord. ;p
  6. odizzzzle

    Infistar Ban, New Account, new style

    you need to talk to them in their discord.. https://discord.gg/jg8zVFF
  7. odizzzzle

    A3XAI and Tanoa

    HC or no HC?
  8. odizzzzle

    Cannot join own Exile Server

    Hey buddy.. 1. I think the duplicates are from additional servers starting, maybe the server monitor bat you are using is creating this. 2. For lan you dont need port forwarding, so i'd say the server itself isn't set up entirely correct. Can you upload the server .rpt file in pastebin so we can take a look? I'm sure many will respond with answers before i'm able to get back to review it.
  9. odizzzzle

    Server restarting after a few minutes

    can you post the .rpt? are you running infistar? and if so, do you have a valid license? and if so, have you put the IP address for the server in your profile with infistar?
  10. odizzzzle

    Will it ever stop?

    I know the answer to this.. Millennials..
  11. odizzzzle

    LAUNCH 1.0.4

    This is the guy who made the exile rip-off prison game and has the shitty youtube videos? are you trolling and trying to advertise?
  12. odizzzzle

    [UPDATE] VCOM AI (Exile 1.0.4)

    Ok got it. For some reason on my cellphone I thought your link was to your edit of @vcomai. Any thoughts on how this will play with HC controled AI? thx for putting the time into this.
  13. odizzzzle

    [UPDATE] VCOM AI (Exile 1.0.4)

    Well that variable is just turning it off so of course they drive.. just back to the vanilla AI control. Any reason this is running -mod and not server only? Without HC, how are the clients taking part in this besides initialization? What exile related things have been modified from the script on armaholic?
  14. odizzzzle

    Looking For Co-Owner For MY Exile Server

    These posts come up so often.. person thinks money is a big deal.. Well, it's not my friend. The time put in is much more of an investment. From my view.. money is maybe worth 10% ownership of a community.. 90% on the time investment. Also, is this a dedicated server, or are you renting it from a gaming host? Very very big difference.. If its a game host, then consider your investment 1% ownership. If its a dedicated, add on battlemetrics, github, and a few other monthly expenses and you have a 10% claim vs the 90% time investment. Sincerely though, either way, good luck.
  15. odizzzzle

    infiSTAR install

    Read the infistar instructions again also. Infistar should be under -servermod not -mod.