Server Code help

All things Arma, DayZ and Epoch related

Moderators: Kroenen, Christhor

Post Reply
User avatar
TJTITAN
Level 0
Level 0
Posts: 44
Joined: Tue Dec 23, 2014 12:13 pm
DayZ Name: TJTITAN
Location: Caribbean
Contact:

Server Code help

Post by TJTITAN »

So there a thread to become a Server Admin, what about having a try at with the server coding?

DefaultMagazines = [];
DefaultWeapons = [];
DefaultBackpack = " ";

If I am right, this is our loadout items on server.
//Default Loadout
DefaultMagazines =["ItemBandage","ItemBandage","15Rnd_W1866_Slug",15Rnd_W1866_Slug",15Rnd_W1866_Slug",15Rnd_W1866_Slug",15Rnd_W1866_Slug","ItemMorphine","ItemPainkiller"];
DefaultWeapons =["ItemFlashlight","ItemHatchet","ItemKnife","ItemGPS","ItemMap","ItemToolbox"];
DefaultBackpack = "B_AssaultPack_cbr";
DefaultBackpackWeapon ="PartWheel","PartGeneric";
Well nothing beats learning something new.
Last edited by TJTITAN on Wed Jan 21, 2015 2:40 pm, edited 1 time in total.
User avatar
red_ned
CiC-GoD
CiC-GoD
Posts: 4757
Joined: Sat Nov 24, 2007 2:23 am
DayZ Name: Hobn0b
Contact:

Re: Server Code help

Post by red_ned »

If you can code and are willing to look at it then sure. Its not a small commitment though and it can be insane
Image
May we all fight to live another day.
User avatar
TJTITAN
Level 0
Level 0
Posts: 44
Joined: Tue Dec 23, 2014 12:13 pm
DayZ Name: TJTITAN
Location: Caribbean
Contact:

Re: Server Code help

Post by TJTITAN »

well as you can see I don't know much about it, cause I had a look around for posting this. But it there is a tutorial I will be gladly to learn it.
User avatar
Kroenen
Level 3
Level 3
Posts: 390
Joined: Mon Oct 21, 2013 8:38 pm
Location: Zoocastle

Re: Server Code help

Post by Kroenen »

As Ned says, it can be an insane task, and very very time consuming. Took me months to start getting my head around the layout and structure of the server, and even longer to start figuring out how all the separate code works together.

If I had one piece of advice for learning all this, I'd say try to get a development server running on your own machine, along with the necessary SQL database. Not only will you learn a huge amount by doing this, you'll then have a system to try things out on without risking breaking a live server :)

Oh, and then there's Arma 3..... ;)
User avatar
TJTITAN
Level 0
Level 0
Posts: 44
Joined: Tue Dec 23, 2014 12:13 pm
DayZ Name: TJTITAN
Location: Caribbean
Contact:

Re: Server Code help

Post by TJTITAN »

Oh thanks, I will look into that
Post Reply