Page MenuHomeFeedback Tracker

GrosTon1 (Antonin CLAUZIER)
Retired DayZ Modder & Server owner

Projects

User Details

User Since
May 11 2018, 5:06 PM (305 w, 3 d)

Recent Activity

Tue, Feb 20

GrosTon1 created T179224: DayZ Linux Server does not support anonymous authentification.
Tue, Feb 20, 6:34 PM · DayZ

May 31 2023

GrosTon1 added a comment to T148641: Crash when using new Curl API for file.

Thank your for making me smile, completly forgot DayZ even had a tracker 😁

May 31 2023, 9:54 AM · DayZ

Dec 5 2020

GrosTon1 added a comment to T151990: ItemTransmitter.EnableBroadcast doesn't work.
ItemBase handItem = PlayerBase.Cast(GetGame().GetPlayer()).GetItemInHands();
                        if (!handItem) {
                            return;
                        }
                        TransmitterBase transmitter = TransmitterBase.Cast(handItem);
                        if (!transmitter) {
                            return;
                        }
                        GetRPCManager().SendRPC( "ProjetAthena", "ChooseFrequency", null, true, null, transmitter );
Dec 5 2020, 5:03 PM · DayZ Modding, DayZ
GrosTon1 added a comment to T151990: ItemTransmitter.EnableBroadcast doesn't work.

Hello Geez,

Dec 5 2020, 11:58 AM · DayZ Modding, DayZ

Jun 21 2020

GrosTon1 added a comment to T152005: priority.txt not editable during runtime.

+1

Jun 21 2020, 7:28 PM · DayZ Modding, DayZ

Jun 20 2020

GrosTon1 created T151990: ItemTransmitter.EnableBroadcast doesn't work.
Jun 20 2020, 7:42 PM · DayZ Modding, DayZ

May 5 2020

GrosTon1 added a comment to T150316: [Request] Officially supported method of properly setting animations/ik instances. .

This is amazing news, thank's to everyone that probably worked hard and fast to get this in this fast !

May 5 2020, 11:53 AM · DayZ Modding, DayZ

Apr 16 2020

GrosTon1 added a comment to T150316: [Request] Officially supported method of properly setting animations/ik instances. .

As said in https://feedback.bistudio.com/T149787, went from over 24 crashes a day to one and after 18,5 hours of uptime, this is definitely what causes the crashes on player spawns events.

Apr 16 2020, 1:16 AM · DayZ Modding, DayZ

Apr 12 2020

GrosTon1 added a comment to T150273: High-Populated Modded Servers are Crashing on Player Spawn Events.

Looks like my server crash issue is the exact same as what you're reporting : https://feedback.bistudio.com/T149787 (you won't see it's private because of the logs, but I've already sent 100+ full logs and reported it a month ago)

Apr 12 2020, 2:59 PM · DayZ

Mar 26 2020

GrosTon1 created T149992: Random crashes when random players joins after a certain players treshold.
Mar 26 2020, 10:33 PM · DayZ

Mar 4 2020

GrosTon1 updated the task description for T149618: Can't talk in game.
Mar 4 2020, 5:58 PM · DayZ
GrosTon1 created T149618: Can't talk in game.
Mar 4 2020, 5:57 PM · DayZ

Jan 31 2020

GrosTon1 updated the task description for T148702: [1.07] Inventory bug.
Jan 31 2020, 5:07 PM · DayZ
GrosTon1 created T148702: [1.07] Inventory bug.
Jan 31 2020, 4:56 PM · DayZ

Jan 30 2020

GrosTon1 added a comment to T148641: Crash when using new Curl API for file.

Thank you Geez.

Jan 30 2020, 7:05 PM · DayZ

Jan 29 2020

GrosTon1 created T148645: Lightning bug on barrel.
Jan 29 2020, 11:13 PM · DayZ
GrosTon1 added a comment to T148641: Crash when using new Curl API for file.

Also, images are saved in "ServerProfile\Users\Survivor" and trying to save with "$profile:file.txt" will result in having a file named "$profile" in "ServerProfile\Users\Survivor".

Jan 29 2020, 11:02 PM · DayZ
GrosTon1 added a comment to T148641: Crash when using new Curl API for file.

Server-side crash logs (does not crash when using a CallBack, only with FILE_now

Jan 29 2020, 10:59 PM · DayZ
GrosTon1 added a comment to T148641: Crash when using new Curl API for file.

Client-side crash logs

Jan 29 2020, 10:58 PM · DayZ
GrosTon1 created T148642: [REQUEST] Allow loading of JPEGs in ImageWidget.
Jan 29 2020, 10:56 PM · DayZ Modding, DayZ

Nov 13 2019

GrosTon1 added a comment to T146434: Fix all InventoryTraversalType except LEVELORDER.

Hello Geez,

Nov 13 2019, 9:24 PM · DayZ Modding, DayZ

Nov 11 2019

GrosTon1 created T146434: Fix all InventoryTraversalType except LEVELORDER.
Nov 11 2019, 11:13 PM · DayZ Modding, DayZ

Oct 30 2019

GrosTon1 added a comment to T138412: UTF-8 not working for logs.

No, the logs aren't fixed as compared to RCON :

Oct 30 2019, 11:49 PM · DayZ

Oct 22 2019

GrosTon1 added a comment to T138413: UTF-8 not working for kick message (whole RCON ?).

Hello again,

Oct 22 2019, 6:20 PM · DayZ
GrosTon1 added a comment to T138412: UTF-8 not working for logs.

Hey Geez,

Oct 22 2019, 10:51 AM · DayZ
GrosTon1 added a comment to T138413: UTF-8 not working for kick message (whole RCON ?).

Hey Geez,

Oct 22 2019, 10:51 AM · DayZ

Oct 18 2019

GrosTon1 added a comment to T145946: Setting weather isn't respecting "time" parameters.

Ok nevermind I printed the wrong float, ftMin was 300, it works as expected. Maybe throw a warning if script tries to do lower/higher than limits

Oct 18 2019, 8:38 PM · DayZ Modding, DayZ
GrosTon1 created T145946: Setting weather isn't respecting "time" parameters.
Oct 18 2019, 8:34 PM · DayZ Modding, DayZ

Oct 13 2019

GrosTon1 created T145606: Fix multi-line array declaration.
Oct 13 2019, 4:31 PM · DayZ Modding, DayZ

Sep 15 2019

GrosTon1 added a comment to T144773: PlayerIdentity returning values of other players / invalid data.

pls fix :)

Sep 15 2019, 12:47 PM · DayZ Modding, DayZ

Sep 8 2019

GrosTon1 added a comment to T144553: DayZ Game Events.

+1337

Sep 8 2019, 12:16 AM · DayZ Modding, DayZ

Sep 4 2019

GrosTon1 added a comment to T143930: GetWind() Vector Doesn't Appear to Match Cloud/Rain Movement....

Please someone at BI disallow the ability to subscribe groups to tickets.

Sep 4 2019, 9:50 AM · DayZ Modding, DayZ

Aug 26 2019

GrosTon1 updated the task description for T144009: EnString.Split not working properly.
Aug 26 2019, 9:17 PM · DayZ Modding, DayZ
GrosTon1 updated the task description for T144009: EnString.Split not working properly.
Aug 26 2019, 9:10 PM · DayZ Modding, DayZ
GrosTon1 created T144009: EnString.Split not working properly.
Aug 26 2019, 9:10 PM · DayZ Modding, DayZ

Aug 25 2019

GrosTon1 updated the task description for T143961: Serialization from CURL not working properly for boolean.
Aug 25 2019, 3:57 PM · DayZ Modding, DayZ
GrosTon1 created T143961: Serialization from CURL not working properly for boolean.
Aug 25 2019, 3:54 PM · DayZ Modding, DayZ
GrosTon1 added a comment to T143959: [1.05.152326] ID Hashing changed.

Just checked my 1.04 COT Setup the GUID is actually WL5fg-PiWPSBW6U_UgCAC4CdvIp3fZW59JYSl79law4=, when did this change took place ?

Aug 25 2019, 1:24 PM · DayZ
GrosTon1 created T143959: [1.05.152326] ID Hashing changed.
Aug 25 2019, 1:18 PM · DayZ

Aug 16 2019

GrosTon1 added a comment to T143505: 1.05.152286 - Radio bugs.

Hey Geez,

Aug 16 2019, 4:46 PM · DayZ

Aug 15 2019

GrosTon1 created T143505: 1.05.152286 - Radio bugs.
Aug 15 2019, 11:14 PM · DayZ

Jul 13 2019

GrosTon1 created T142295: Discord Rich Presence from script ?.
Jul 13 2019, 7:37 PM · DayZ Modding, DayZ

Jul 6 2019

GrosTon1 added a comment to T142018: Add a way to control voice radius from script.

NB : The system is kind of doable right now with the mute methods, but would cost ton of FPS as it would need to update every second, mute everyone then unmute players in range

Jul 6 2019, 9:58 AM · DayZ Modding, DayZ
GrosTon1 created T142018: Add a way to control voice radius from script.
Jul 6 2019, 9:55 AM · DayZ Modding, DayZ

Jun 22 2019

GrosTon1 added a comment to T141218: Improved mod list on main menu suggestion.

+1

Jun 22 2019, 2:13 PM · DayZ Modding, DayZ
GrosTon1 created T141195: Zombies spawning with weapons aren't showing the weapon on zombies' back.
Jun 22 2019, 1:40 AM · DayZ
GrosTon1 updated the task description for T141193: Grenades don't visually explode if in cargo.
Jun 22 2019, 1:31 AM · DayZ
GrosTon1 updated the task description for T141183: Database error: DB ERROR.
Jun 22 2019, 1:31 AM · DayZ
GrosTon1 created T141193: Grenades don't visually explode if in cargo.
Jun 22 2019, 1:21 AM · DayZ
GrosTon1 added a comment to T141183: Database error: DB ERROR.

Just hapenned once again, this time the server crashed by itself (when spawning a car with COT)

Jun 22 2019, 12:09 AM · DayZ
GrosTon1 created T141183: Database error: DB ERROR.
Jun 22 2019, 12:04 AM · DayZ

May 27 2019

GrosTon1 added a comment to T136305: Publisher not setting published id on new uploads.

+1 this, always needed to upload twice my mods for the publishedId to work, it's 0 otherwise.

May 27 2019, 7:48 PM · DayZ Modding, DayZ

May 15 2019

GrosTon1 edited Steps To Reproduce on T139426: Broken arm when holding a personal radio.
May 15 2019, 10:07 PM · DayZ
GrosTon1 created T139426: Broken arm when holding a personal radio.
May 15 2019, 10:00 PM · DayZ

May 4 2019

GrosTon1 added a comment to T136999: stringtable.csv added to mod, DayZ stringtable data is lost..

I would love to make some mods publics, but that would suck to force my french players to have english strings. This is a must have.

May 4 2019, 3:44 PM · DayZ Modding, DayZ

May 1 2019

GrosTon1 created T139096: Impossible to mod clothes damages on players from zombies hits..
May 1 2019, 11:31 AM · DayZ Modding, DayZ

Apr 8 2019

GrosTon1 added a comment to T136332: Overriding CanJump with other content than the original one causes desynch.

Works like a charm. Thank's a lot.

Apr 8 2019, 10:33 PM · DayZ Modding, DayZ

Apr 7 2019

GrosTon1 added a comment to T136332: Overriding CanJump with other content than the original one causes desynch.

It is not working when it returns false.

Apr 7 2019, 10:32 PM · DayZ Modding, DayZ

Apr 6 2019

GrosTon1 created T138447: Melee kill considered as AI because ClassName is used.
Apr 6 2019, 2:09 PM · DayZ

Apr 5 2019

GrosTon1 created T138413: UTF-8 not working for kick message (whole RCON ?).
Apr 5 2019, 8:29 PM · DayZ
GrosTon1 created T138412: UTF-8 not working for logs.
Apr 5 2019, 8:25 PM · DayZ

Mar 27 2019

GrosTon1 added a member for DayZ Modding: GrosTon1.
Mar 27 2019, 2:25 PM

Feb 18 2019

GrosTon1 added a comment to T137030: Overriding functions when extending PluginAdminLog doesn't work.

It is indeed, sorry I must have been a little too much tired. Thank's for clarifying !

Feb 18 2019, 6:49 PM · DayZ Modding, DayZ

Feb 16 2019

GrosTon1 added a comment to T137034: Calling ChatPlayer from server throws an error on client.
GetGame().ChatPlayer("foo");

Anywhere serverside, this will errors out the said message for connected clients.

Feb 16 2019, 11:58 AM · DayZ Modding, DayZ
GrosTon1 created T137034: Calling ChatPlayer from server throws an error on client.
Feb 16 2019, 12:41 AM · DayZ Modding, DayZ

Feb 15 2019

GrosTon1 created T137030: Overriding functions when extending PluginAdminLog doesn't work.
Feb 15 2019, 11:32 PM · DayZ Modding, DayZ
GrosTon1 created T137004: Excessive usage of RAM in offline.
Feb 15 2019, 1:05 AM · DayZ

Feb 4 2019

GrosTon1 created T136646: [EXPERIMENTAL 1.0.150408] No input in offline.
Feb 4 2019, 9:57 PM · DayZ

Jan 31 2019

GrosTon1 added a comment to T133459: 0.63.149365 - Server won't start anymore on linux with wine.

To every linux folks subscribed to this issue or finding it : Martin will make sure that the next server owner newsletter give an update about our beloved linux servers support. Subscribe if not already : https://forums.dayz.com/topic/238625-newsletter-registration-for-server-owners/

Jan 31 2019, 6:57 PM · DayZ

Jan 19 2019

GrosTon1 edited Additional Information on T136332: Overriding CanJump with other content than the original one causes desynch.
Jan 19 2019, 3:37 PM · DayZ Modding, DayZ
GrosTon1 created T136332: Overriding CanJump with other content than the original one causes desynch.
Jan 19 2019, 3:34 PM · DayZ Modding, DayZ

Jan 8 2019

GrosTon1 updated the task description for T136034: Scope bug.
Jan 8 2019, 12:08 PM · DayZ Modding, DayZ
GrosTon1 created T136034: Scope bug.
Jan 8 2019, 12:06 PM · DayZ Modding, DayZ
GrosTon1 created T136033: GC bug in arrays.
Jan 8 2019, 12:01 PM · DayZ Modding, DayZ

Jan 6 2019

GrosTon1 updated the task description for T136034: Scope bug.
Jan 6 2019, 4:36 PM · DayZ Modding, DayZ
GrosTon1 created T136034: Scope bug.
Jan 6 2019, 4:34 PM · DayZ Modding, DayZ
GrosTon1 created T136033: GC bug in arrays.
Jan 6 2019, 4:30 PM · DayZ Modding, DayZ
GrosTon1 updated the task description for T136034: Scope bug.
Jan 6 2019, 4:19 PM · DayZ Modding, DayZ
GrosTon1 created T136034: Scope bug.
Jan 6 2019, 4:17 PM · DayZ Modding, DayZ
GrosTon1 created T136033: GC bug in arrays.
Jan 6 2019, 4:13 PM · DayZ Modding, DayZ
GrosTon1 updated the task description for T136034: Scope bug.
Jan 6 2019, 4:03 PM · DayZ Modding, DayZ
GrosTon1 created T136034: Scope bug.
Jan 6 2019, 4:01 PM · DayZ Modding, DayZ
GrosTon1 created T136033: GC bug in arrays.
Jan 6 2019, 3:58 PM · DayZ Modding, DayZ
GrosTon1 updated the task description for T136034: Scope bug.
Jan 6 2019, 3:47 PM · DayZ Modding, DayZ
GrosTon1 created T136034: Scope bug.
Jan 6 2019, 3:45 PM · DayZ Modding, DayZ
GrosTon1 created T136033: GC bug in arrays.
Jan 6 2019, 3:42 PM · DayZ Modding, DayZ
GrosTon1 updated the task description for T136034: Scope bug.
Jan 6 2019, 3:29 PM · DayZ Modding, DayZ
GrosTon1 created T136034: Scope bug.
Jan 6 2019, 3:28 PM · DayZ Modding, DayZ
GrosTon1 created T136033: GC bug in arrays.
Jan 6 2019, 3:24 PM · DayZ Modding, DayZ
GrosTon1 updated the task description for T136034: Scope bug.
Jan 6 2019, 3:13 PM · DayZ Modding, DayZ
GrosTon1 created T136034: Scope bug.
Jan 6 2019, 3:12 PM · DayZ Modding, DayZ
GrosTon1 created T136033: GC bug in arrays.
Jan 6 2019, 3:09 PM · DayZ Modding, DayZ
GrosTon1 updated the task description for T136034: Scope bug.
Jan 6 2019, 2:58 PM · DayZ Modding, DayZ
GrosTon1 created T136034: Scope bug.
Jan 6 2019, 2:58 PM · DayZ Modding, DayZ
GrosTon1 created T136033: GC bug in arrays.
Jan 6 2019, 2:55 PM · DayZ Modding, DayZ
GrosTon1 updated the task description for T136034: Scope bug.
Jan 6 2019, 2:46 PM · DayZ Modding, DayZ
GrosTon1 created T136034: Scope bug.
Jan 6 2019, 2:45 PM · DayZ Modding, DayZ
GrosTon1 created T136033: GC bug in arrays.
Jan 6 2019, 2:41 PM · DayZ Modding, DayZ
GrosTon1 updated the task description for T136034: Scope bug.
Jan 6 2019, 2:30 PM · DayZ Modding, DayZ
GrosTon1 created T136034: Scope bug.
Jan 6 2019, 2:29 PM · DayZ Modding, DayZ