Kackarot58
Members-
Content Count
33 -
Joined
-
Last visited
Everything posted by Kackarot58
-
You dont need engine belts
-
DId you do this in the editor?
-
DayZ tool to place objects/buildings on server?
Kackarot58 replied to Dongleberry's topic in General Discussion
I have read some comments in the Dayz Discord for modders. Its seems over my head. I guess the tools are not very straight forward. You have to mount a drive and set the settings.c or something to the folder and the tools will open. Like I said, over my head and not ready to die into it until I get a tutorial. -
I need to try and delete only one player from my servers database. What program can I use, and where and how is it done? Thanks, Kack
-
<group name="Land_Misc_FeedShack" pos="647.718506 71.955666 2313.115723" rpy="-0.000000 0.000000 39.351330" a="50.648666" /> I have no clue what rpy = or A=?
-
I will try this tonight! Any reason loot might not be spawning in the building. I am sure I have to adjust some other file.
-
So I can get a building to spawn, but there is not loot in it. I also can use thisline of code once. vector spawnPos = "10719 6.7829 2450.65"; GetGame().CreateObject( "Land_Wreck_Volha_Grey", spawnPos, false ); I spawned in something totally different, but It says there is a error with spawnPos used to many times if I use it more than once.
-
EntityAI assaultClass(PlayerBase player) { EntityAI gun = player.GetHumanInventory().CreateInHands("M4A1"); gun.GetInventory().CreateAttachment("M4_RISHndgrd_Black"); gun.GetInventory().CreateAttachment("M4_MPBttstck_Black"); gun.GetInventory().CreateAttachment("ACOGOptic"); addMags(player, "Mag_STANAG_30Rnd", 3); return gun; } If I used this class more than once I get a error popup before the server even starts. Can i use different ones or do I need to create moar?
-
Thanks Dude! You have been very valuable to this community
-
What do I change to make the chance of loot to go up?
-
Thanks! I will report back when I get a chance to try new loadouts. Is there a list of actually working guns for the server files?
-
Are these items in constants? I cannot find it!
-
Yes! Thank you!
-
Yes! Where is that?
-
How do I update this? Steam is not updating my Server?
-
Can I try those files Wolv>?
-
I did it and its back up. Is there any easier way than that? Is steamcmd easier?
-
Dedicated VM at home
-
Steam..... It wont update it even changed regions
-
Cody I would like to see what you did. Would you mind sharing those files?>
-
Install Battleye + Server Start.bat +Server Restarts +Server Crash Restarter
Kackarot58 replied to mrwolv's topic in Servers
Your ports or how you entered the information must be wrong. Follow his instructions to the T. Maybe need to post your config files if you still having problems. -
Check this out.
-
Are these things that anyone know how to accomplish?