Page MenuHomeFeedback Tracker

Remote recompile hardly ever works on modded classes
Assigned, UrgentPublic

Description

See title. Works great with non-modded class. However the moment a modded class is used there will typically be some sort of error involving a function not found.

Easy way to do it, this wont work until you restart the game

modded class DayZGame
{
   override void OnUpdate(float timeslice)
   {
       Print("Hi");
       super.OnUpdate(timeslice);
   }
}

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 7
Category
General

Event Timeline

Geez changed the task status from New to Assigned.Jan 30 2023, 9:41 AM