Origins Server?

huh? what do "no works !!!!" mean?

Btw you do not even pay for the game, gtfo :S

Opendayz should really have a strict policy about cracked servers.

Crackedservers = NO-CDKEY servers...

I bought the game but not all my friends!

It's not your problem if there is no cd! this does not prevent me from helping people and participated in the community!

and i say does not works for this :
Several have the 'fix' of houses, but no one posted it.
I was testing the following code by several days and (for now) It's working 100%

In dayz_server\compile\verbb_pas_a.sqf

After:
Code:
diag_log ("Zakrivaem Dom: "+ str(_key));

Replace "_key call server_hiveWrite;" with this:
Code:
if (str(_inventoryEnd) != "[[[],[]],[[],[]],[[],[]]]") then {
diag_log ("Zakrivaem Dom: Inventory OK");
_key call server_hiveWrite;
};

It's a dirty code, but works XD
 
I do, pain. I did just change it to 6am however-- just as sun is coming up.

Not sure - seems fine on mine.

Here's my settings:
Code:
[Date]
;Possible values: Local, Static
Type = Local
;If using Static type, the date to set the date to
;Year = 2012
;Month = 1
;Date = 1
 
[Time]
;Possible values: Local, Custom, Static
Type = Static
;If using Custom type, offset from UTC in hours (can be negative as well)
;Offset = 11
;If using Static type, the hour to set the time to
Hour = 8

And init:
Code:
[3,true,true] execFSM "core_time.fsm";

Day starts at 8am and does 24hr period in 8hr restart period.
So I get 3 days in 1.
 
I
n your server cfg change the difficulty level at the bottom or change individual settings inside Users folder in the profile files.


I tried this, but there are no "invdividual settings" inside the profiles, other than gamma and stuff, i remember how files for other servers have looked but there are no "class - regular/veteran etc" if you know what i mean.
 
I
n your server cfg change the difficulty level at the bottom or change individual settings inside Users folder in the profile files.


I tried this, but there are no "invdividual settings" inside the profiles, other than gamma and stuff, i remember how files for other servers have looked but there are no "class - regular/veteran etc" if you know what i mean.
 
Yes, admintools is working fine.
Here's a how to:

First download the folder "admintools" only from:
https://github.com/BluePhoenix175/DayZ-Admin-Tools-/tree/master/DayZ Admin Tools (Taviana No Debug)

And put the folder in your root mission pbo.

Now, edit your init.sqf and after:
Code:
if (!isDedicated) then
{
0 fadeSound 0;
waitUntil {!isNil "dayz_loadScreenMsg"};
dayz_loadScreenMsg = (localize "STR_AUTHENTICATING");
_puidT = typeName (getPlayerUID player);
....etc
};
Add:
Code:
[] execVM "admintools\Activate.sqf";

Edit the Activate.sqf file and add a sleep, something like this:
Code:
waituntil {!alive player ; !isnull (finddisplay 46)};
 
if ((getPlayerUID player) in ["ADMIN UID"]) then
{
sleep 90;
player addAction [("<t color=""#0074E8"">" + ("Tools Menu") +"</t>"),"admintools\Eexcute.sqf","",5,false,true,"",""];
};
And that's all :)

For using teleport you need to edit player_spawn_2.sqf
(http://opendayz.net/threads/origins-server.8377/page-57#post-50655)


Can you help me ? I get battleeye kicks and i dont understand this....

i must edit too many lines....
 
dont tell people such bullshit... ffs...
these files are there for a reason...
and its no magic to edit them so everything works just fine...
others (like me for example) did it too...

scripts.txt is useless... anyone can bypass that 'filters'.

lol snake...
ty for the useless answer....
want everything served? do something yourself, in github are all the superduper filters of be...
 
I have a repeatable event on my server. Every time someone attempts to repair a vehicle or pick up loot the screen goes black with a message which states:

Warning: This is an unofficial Origins mod and does not represent the mod concepts or game play experience of the developers
 
ok then why are there still about 18 filterfiles if they are useless? ^^

your arguments are real good ...
In short, each do it their way, but do not say that script is safe, because it is a lie.

Only criticize. Just copy and paste and complain about everything.
I'm not going to share anything else.
Greets and goodluck.

Pd. Sorry for my english.
 
I have a repeatable event on my server. Every time someone attempts to repair a vehicle or pick up loot the screen goes black with a message which states:

Warning: This is an unofficial Origins mod and does not represent the mod concepts or game play experience of the developers

Restart the server and it will go away.
 
I have a repeatable event on my server. Every time someone attempts to repair a vehicle or pick up loot the screen goes black with a message which states:

Warning: This is an unofficial Origins mod and does not represent the mod concepts or game play experience of the developers
there is already a workaround on this one... just check this thread and you will find it...
 
Back
Top