-
Content count
231 -
Donations
15.00 EUR -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Wiki
Servers
Devblog
Everything posted by odizzzzle
-
Can't get loot to spawn in DS_houses for the love of me
odizzzzle replied to Creig Willams's question in Serverside
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. -
Script needed to spawn backpacks that are EMPTY
odizzzzle replied to [ARC] almostOVERDOSE's question in Serverside
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.- 2 replies
-
- backpacks
- delete items
-
(and 1 more)
Tagged with:
-
are you using a extdb3 modification.. ? I think @Monkeynutz fixed this and pushed.. maybe check if updated.
-
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.
-
lythium Exile lyhtium Cry for help !URGENT
odizzzzle replied to Vanalex's topic in General Discussion
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- 10 replies
-
- 2
-
- exile
- helpwanted
-
(and 1 more)
Tagged with:
-
you need to talk to them in their discord.. https://discord.gg/jg8zVFF
-
HC or no HC?
-
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.
-
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?
-
I know the answer to this.. Millennials..
-
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?
-
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.
-
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?
-
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.
-
Read the infistar instructions again also. Infistar should be under -servermod not -mod.
-
Use this. https://steamcommunity.com/sharedfiles/filedetails/?id=625259647 remove the dll to use in 64bit. Just paste the pos in notepad++ plenty of tutorials on YouTube for it.
-
Servers incorrectly spelling Berezino
odizzzzle replied to Grammarnazi's topic in General Discussion
^incorrect. Let us help you with your grammar, since its obviously important to you. >correct: This is, by far, my biggest peeve of servers. Please use your eyes and correct a small mistake!!!! -
anyone can request it on support. http://support.launcher.eu/category/9/mod-additions
-
hey.. very literally my method works so easy.. pm me your mission file and I'll make the adjustment needed.. you can either give me the admin's uid you want to use it or I can make it require rcon login (easy one button click in infistar) then once in game.. you hit "z" and voila.. it works Every UID/Instance you start creates a server thread or two.. fair warning.. discord.me/awg if you want to pm me there for faster response.
-
zues is not a lightening bolt.. smh.. see the link i posted where i gave someone the way to edit mission.sqm to add the module and otherwise there is an addon that runs serverside that another gent referred to. Infistar has nothing to do with the zues module.
-
if file patching is enabled only.
-
step 1.. make your markers, preferably in a separate mission.sqm in 3den editor. step 2.. save and access the mission sqm (forget the exile export) step 3.. find the new marker in the mission.sqm you just created and copy it into the mission.sqm for your server (be sure to change the number of that class item.. AND the total number of items (eg if you last exile exported marker is class item 24, then you should see items = 25 above that entity section.. Add your new marker.. "class item 25" or whatever and then change "items = 25" to "items = 26" That's it.. If you want to draw a bridge (straight line only) then use a rectangle.. i like 7 wide, and white..
-
Amigo. Este foro es para el mod solamente. Para apoyo con un servidor especifico, has de buscar la comunidad y pedirle de un admin que te ayude. A lo mejor si pides en side chat te contesten. Suerte!
-
There are a few bridges out there build off the p3d'd for Tanoa.. with tanoa bridges..