Dayz Origins Singleplayer??

Posts 1–4 of 4 · Page 1 of 1
Dayz Origins Singleplayer??
Hi, iam looking for a SP for the new Dayz Origins map. I searched the forum but i found nothing that helped out, any suggestions?

thx
iv been looking for it too but no look . would be an amazing day z sp mod
There actually are specific maps that other users have made into singleplayer. I don't think I can link them though because I don't have that many posts, just look for Dayz Singleplayer.
Well, I just found this in DayZ_code
Code:
//Get PlayerID
private ["_playerUID"];
	_playerUID = "";
	if (count playableUnits == 0 and isServer) then {
		//In Single Player
		isSinglePlayer = true;
		player sidechat "Single player Mode detected!";
		//_id = [42,"SinglePlayer"] spawn server_onPlayerConnect;
		_playerUID = "42";
	} else {
		_playerUID = getPlayerUID player;
	};
So it may already have single player? I dunno. ArmA has a shitty way of coding things, and the creators of Origins did a lot of amateur editing to Rocket's already lazy code.
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

Need help?