-
Content Count
25 -
Joined
-
Last visited
Everything posted by Heisen99
-
Hello, I guess we could create a single thread for common questions of which other scripters could answer if they know how to solve someone's issue. So if you have questions of Enforce Script like I've had some, post below and see if someone can help solve it.
-
Overwatch was Epoch + Overpoch. There is no sign of the Epoch Mod Team working on an Epoch modification for DayZ Standalone as it currently stands. https://github.com/EpochModTeam
-
Yes my bad, I forgot to include static within my example.
-
For example, I'm wondering if you can do public classes e.g. public class Global_Accessible_Data { public int CountOfMyApples {get;set;} public string NameOfPetDog {get;set;} } Can you do the following above, like you can in C# then utilise in other files without using params.
-
Indeed, however, the following as you presented in your video can be more useful in other instances so it's good you touched on it. for (int i = 0; i < 5; i++ ) { // code }
-
The amount of bs I had to go through trying to fix Jackson County for example and re-binarizing it was stupid
-
-
Why not do this instead. foreach (string part : hatchbackCompoments) { vehicle.GetInventory().CreateAttachment(part); } // not tested ^
-
Not showing up in the logs when the event should be triggered.
-
That's great however a bit of explanation on where you found the chatMessageEventParams..
-
I've done some C# however I got to the point where I was really confident with SQF; saying that; Enforce Script is not as restricted and I believe we truly have an open space for modding coming to light.
-
It's very different from SQF Scripting for me coming from A3. Saying that it reminds me a lot of C#.
-
override void OnEvent(EventType eventTypeId, Param params) { super.OnEvent(eventTypeId, params); m_oPlayer.MessageStatus(eventTypeId.ToString()); } MessageStatus not working so I can't debug.
-
Workbench Error - Non Compatible version with Installed Game.
Heisen99 posted a topic in Official Tools
I'm running the latest version of DayZ Standalone (Steam Edition) and have ran all relative updates for the DayZ Tools which includes the Enfusion Engine Workbench. I'm being faced with the following error. -
Workbench Error - Non Compatible version with Installed Game.
Heisen99 replied to Heisen99's topic in Official Tools
// Newest Patch fixed. -
Run the following <Get to your directory e.g. F:\Programs\Steam\steamapps\common\DayZ Tools\Bin\WorkDrive > F:\Programs\Steam\steamapps\common\DayZ Tools\Bin\WorkDrive> workdrive.exe /mount F:\Programs\Steam\steamapps\common\DayZ Tools\Bin\WorkDrive> workdrive.exe /extractGameData
-
Default DayZ Keyhandling is disabled, wondering why this has occurred? // fixed: changed MissionServer to MissionGameplay
-
Fixed, will alter topic desc.
-
Yeah, it's a bit odd but :)
-
I'm looking into creating a DayZ Life orientated mission however I'm not to familiar with this new Enfusion Engine and will take awhile to get use to.
-
Object ManBase::GetCursorObject ( ) private // References GetGame(), and CGame::GetPlayerCursorObject(). proto void CGame::GetPlayerCursorObjectComponentName ( Man man, out string component_name ) private // Returns name of component/selection on which player aims (works only on server) http://DayZ Wiki - Not Official
-
I'm not talking about this...
-
So many networking issues on the current build.