Tansien
Member-
Content Count
13 -
Joined
-
Last visited
-
Medals
Community Reputation
2 NeutralAbout Tansien
-
Rank
Private First Class
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
ARMA 2: OA Beta build 125402 - Steam Mp Lobby (1.63 build, Steam only)
Tansien replied to Johny's topic in ARMA 2 & OA - BETA PATCH TESTING
Is PlayerID using steamOwner or steamPlayer as source? -
ARMA 2: OA Beta build 116523 - Steam Mp Lobby (1.63 build, Steam only)
Tansien replied to dr. hladik's topic in ARMA 2 & OA - BETA PATCH TESTING
Have you fixed the "deleteVehicle" bug you introduced between 103718 and 104648? http://forums.bistudio.com/showthread.php?177393-List-of-regressions-between-1-62-and-1-63-betas -
ARMA 2: OA Beta build 124779 - Steam Mp Lobby (1.63 build, Steam only)
Tansien replied to dr. hladik's topic in ARMA 2 & OA - BETA PATCH TESTING
Seperate product ID's was actually easier to work with, since you can use the steam browser protocol to install/update/verify data using seperate launchers. Can't do that with branches, so you're just making it harder for everyone. Going to have to rewrite the launcher again to support this since you can't decide how to distribute the beta patches. (.exe self extractor worked just fine...) Please fix the bug mentioned by Groove_C, it's been around for over 8 months now and it's a gamebreaker. Basically you broke multiplayer synchronization of "vehicle" deletion. It's very bad. -
ARMA 2: OA Beta build 116523 - Steam Mp Lobby (1.63 build, Steam only)
Tansien replied to dr. hladik's topic in ARMA 2 & OA - BETA PATCH TESTING
Just install the ArmA2OA beta patch using steam and you're sorted. ---------- Post added at 11:41 ---------- Previous post was at 11:29 ---------- Both of these betas (and the latest one) has the bug introduced in 104648. ( https://dev.withsix.com/issues/74473 ) Seems to be an issue with multiplayer synchronization of object deletion. Until this bug is fixed 103718 is the last beta that is actually usable in MP environments, and sadly it's not available via steam any more. PS: Please include the bugfix for the setVariable bug the DayZ SA team found for 1.63 final, as it had a huge effect on server performance. -
List of regressions between 1.62 and 1.63 betas
Tansien replied to Dwarden's topic in ARMA 2 & OA - BETA PATCH TESTING
Oh yeah, Previously you could get a couple of hundred of messages like this during a 3 hour-timeframe... 16:15:00 Server: Object 4:19 not found (message 99) 16:15:00 Server: Object 4:20 not found (message 91) But with 1.63 beta, you have to disable the logging because otherwise you'll end up with a log that is 500MB. It's usually just a few NetIDs and it will get logged ~25-50 times every second for each NetID.- 23 replies
-
List of regressions between 1.62 and 1.63 betas
Tansien replied to Dwarden's topic in ARMA 2 & OA - BETA PATCH TESTING
Stuff I know for sure: Between 103718 and 108074 the automatic cleanup of empty "WeaponHolders" and Parachutes was broken in MP environments. According to issue on CIT it's MP only. https://dev.withsix.com/issues/74473 Might be related to: https://dev.withsix.com/issues/72574 Edit: Apperently when it comes to parachutes atleast, it might be that the delete is not synchronized over the network. In this screenshot, the player who just landed cannot see his parachute, but the player up in the helicopter still can.- 23 replies
-
ARMA 2: OA beta build 105785 (1.62 MP compatible build, post 1.62 release)
Tansien replied to Dwarden's topic in ARMA 2 & OA - BETA PATCH TESTING
Has this solved the bug that left backpacks behind when players logged out? The bug that caused parachutes to remain..? -
Example mission /w server-side logging of who-killed-who
Tansien replied to Tansien's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Ok, i've tried it, but it diden't work... -
Example mission /w server-side logging of who-killed-who
Tansien replied to Tansien's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I'll give it a try, thanks cuel! -
Example mission /w server-side logging of who-killed-who
Tansien posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Does anyone know if there is a mission/script with this functionality? It seems rather hard to actually log who-killed-who to the server logs... -
Player Killed By - Death Message to Logs
Tansien replied to colinm9991's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
If you get this working, please let us know. Logging who killed who to the server log would be just fantastic!