Posts by kmyuhkyuk
-
-
I got this error while playing with spt realism, i know that the mod was not made with all compatibility but i just wanted to let you know if the culpit is spt realism.
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <eae584ce26bc40229c1b1aa476bfa589>:0
at GamePanelHUDHit.GamePanelHUDHitPlugin+ArmorInfo.SetActivate (EFT.InventoryLogic.ArmorComponent __instance, DamageInfo damageInfo, EBodyPart bodyPartType, System.Boolean damageInfoIsLocal, System.Object lightVestsDamageReduction, System.Object heavyVestsDamageReduction) [0x00017] in <09278bd8aadd4fa78845f31652a04cb3>:0
at (wrapper dynamic-method) EFT.InventoryLogic.ArmorComponent.DMD<EFT.InventoryLogic.ArmorComponent::ApplyDamage>(EFT.InventoryLogic.ArmorComponent,DamageInfo&,EBodyPart,bool,SkillsClass/GClass1683,SkillsClass/GClass1683)
at EFT.Player.ProceedDamageThroughArmor (DamageInfo& damageInfo, EBodyPart bodyPartType, System.Int32 pitch, System.Int32 yaw, System.Boolean damageInfoIsLocal) [0x0011c] in <4c96b4e7c0044a5cb491ffd486c41739>:0
at EFT.Player.ApplyShot (DamageInfo damageInfo, EBodyPart bodyPartType, GStruct304 shotId) [0x000b5] in <4c96b4e7c0044a5cb491ffd486c41739>:0
at BodyPartCollider.ApplyHit (DamageInfo damageInfo, GStruct304 shotID) [0x00016] in <4c96b4e7c0044a5cb491ffd486c41739>:0
at EFT.ClientGameWorld.ShotDelegate (GClass2624 shotResult) [0x00041] in <4c96b4e7c0044a5cb491ffd486c41739>:0
at EFT.Ballistics.BallisticsCalculator.method_2 (System.Single simulationTime) [0x00094] in <4c96b4e7c0044a5cb491ffd486c41739>:0
ah, not. This is GamePanelHUD issue. Current I have fixed in test build, so will fixed in next upload
-
-
kmyuhkyuk added a new version:
FileGame Panel HUD 2.7.0Now GamePanelHUD Depend EFTApi
Use Home Keyboardshortcut Open ConfigurationManager, Switch English or Chinese localization settings
If you can translation more language localization settings, Please contact meQuoteNow GamePanelHUD Depend EFTApi
-
-
kmyuhkyuk added a new file:
QuoteThis framework provides Modder with Api interface compatible multiple Tarkov game versions
(2.3.1-3.9.0)
Reference EFTApi.dll Quick access eft instance by EFTGlobal or Register Hook by EFTHelpers
Currently Api is Experimental, If it cause issue or your want merge Feature, Submit Issues to here
Get Access Delegate of Method Field Property from RefHelper
Quickly Get Type or MethodInfo from RefTool
A new Configuration Manager, Home Key Open
It will get mod icon, download count, download link and check mod version from Aki Hub mod web page.
And it supports localization setting name
Extract BepInEx folder from 7z to Game Root directory
Make and Update Mods spends a lot of my free time
You can support me on one of website below that way I can motivated continue to do modding work
Please do not repost on other websites without my consent
This mod only released on
-
kmyuhkyuk added a new version:
QuoteAbbreviate "Requirements are not fulfilled" to "Requirements"
Fix GamePanelHUDCompass not work in aki version below 3.5.0 game
*Fix a lot typos in code*
-
kmyuhkyuk added a new version:
QuoteFix Compass Fire Marker when enemy keep firing before dead Destroy will generate an error
Fix Because wrong rewrite of IUpdate, Cause each method to be executed twice in same frame
2.6.2 in Factory
2.6.3 in Factory
-
kmyuhkyuk added a new version:
QuoteFix Raid End Can't Destroy StaticUI Cause Next Raid Generate Error
Fix Kill Info Xp Not Display
Better ModUpdateCheck
Add Hide Already Searched Airdrop Switch
-
The distance text in the compass is cut off at the top in the latest version, I tried putting the size scale back to 1.00 but it still happened.
I adjusted anchor in update, your need reset Compass Static Info Anchored Position
-
kmyuhkyuk added a new version:
QuoteFix Find Item Quest Not display
Fix Can't Find Item from QuestRaidItems Container
Fix Turn off Airdrop or Exfiltration or Quest Panel, InfoPanel still will read it icon value
Fix wrong get items from melee weapon and cause error
Add separate display switch for each quest type
-
Deleted old files and replaced them with the new ones you just posted.
Same issue, as far as I can tell.[Exception] : NullReferenceException: Object reference not set to an instance of an object
GamePanelHUDCompass.GamePanelHUDCompassPlugin.CompassPlugin () (at <db97796701674e7281af50fba630afda>:0)
GamePanelHUDCompass.GamePanelHUDCompassPlugin.IUpdate () (at <db97796701674e7281af50fba630afda>:0)
GamePanelHUDCore.Utils.IUpdateManger.Update () (at <9b947924214b4385baafcaf09246005f>:0)
GamePanelHUDCore.GamePanelHUDCorePlugin.Update () (at <9b947924214b4385baafcaf09246005f>:0)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
Class311:UnityEngine.ILogHandler.LogException(Exception, Object)
UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object)
I know what happened, it wrong get items from crowbar(melee weapon), Now I fixed it get items from rig, pocket, backpack, safe container
-
Or your can try this latest build to see if this issue is fixed. Sorry, I don't have much time to test
-
I am getting an error in console every second after update.
[Exception] : NullReferenceException: Object reference not set to an instance of an object
GamePanelHUDCompass.GamePanelHUDCompassPlugin.GetGearTemplateId (System.Object data, System.Collections.Generic.HashSet`1[T] hashset) (at <1c49f5194be641078732d19cd172a951>:0)
GamePanelHUDCompass.GamePanelHUDCompassPlugin.CompassPlugin () (at <1c49f5194be641078732d19cd172a951>:0)
GamePanelHUDCompass.GamePanelHUDCompassPlugin.IUpdate () (at <1c49f5194be641078732d19cd172a951>:0)
GamePanelHUDCore.Utils.IUpdateManger.Update () (at <9b947924214b4385baafcaf09246005f>:0)
GamePanelHUDCore.GamePanelHUDCorePlugin.Update () (at <9b947924214b4385baafcaf09246005f>:0)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
Class311:UnityEngine.ILogHandler.LogException(Exception, Object)
UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object)
Uh, Your can in equipment page screenshot? I found this method cannot get items from QuestRaidItems Container, but I not sure this error caused by this issue
-
The latest update spams this in the console each second
2023-04-27 19:25:15.847 +02:00|0.13.0.4.22617|Error|Default|
EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
at GamePanelHUDCompass.GamePanelHUDCompassPlugin.GetGearTemplateId (System.Object data, System.Collections.Generic.HashSet`1[T] hashset) [0x00091] in <511028ea79284411a10127af77e2c413>:0
at GamePanelHUDCompass.GamePanelHUDCompassPlugin.CompassPlugin () [0x00233] in <511028ea79284411a10127af77e2c413>:0
at GamePanelHUDCompass.GamePanelHUDCompassPlugin.IUpdate () [0x00000] in <511028ea79284411a10127af77e2c413>:0
at GamePanelHUDCore.Utils.IUpdateManger.Update () [0x00076] in <3356dfd25d2547b2aade69c0e7aad739>:0
at GamePanelHUDCore.GamePanelHUDCorePlugin.Update () [0x00096] in <3356dfd25d2547b2aade69c0e7aad739>:0
2023-04-27 19:25:15.847 +02:00|0.13.0.4.22617|Error|Default|NullReferenceException: Object reference not set to an instance of an object
GamePanelHUDCompass.GamePanelHUDCompassPlugin.GetGearTemplateId (System.Object data, System.Collections.Generic.HashSet`1[T] hashset) (at <511028ea79284411a10127af77e2c413>:0)
GamePanelHUDCompass.GamePanelHUDCompassPlugin.CompassPlugin () (at <511028ea79284411a10127af77e2c413>:0)
GamePanelHUDCompass.GamePanelHUDCompassPlugin.IUpdate () (at <511028ea79284411a10127af77e2c413>:0)
GamePanelHUDCore.Utils.IUpdateManger.Update () (at <3356dfd25d2547b2aade69c0e7aad739>:0)
GamePanelHUDCore.GamePanelHUDCorePlugin.Update () (at <3356dfd25d2547b2aade69c0e7aad739>:0)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
Class311:UnityEngine.ILogHandler.LogException(Exception, Object)
UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object)
Uh, this shouldn't be happen, what gear are you wearing?
-
kmyuhkyuk added a new version:
FileGame Panel HUD 2.6.0After Memory Leak report from 4nub15, I used Simple Mono Profiler found mod have serious performance issues .
In the past two days, I tried fix some that may cause performance issues. If your still have performance issues, your can report in Support Thread or Message.
Remove all string concatenation, no longer text update color by string concatenation.
Fix Find Inventory Item cause Memory Leak, Optimized with HashSet and Fixed update every 20 frames
Fix Quest Requirements will Find Non-Raid…QuoteAfter Memory Leak Report from 4nub15, I used Simple Mono Profiler found serious performance issues with mod.
In the past two days, I tried fix some that may cause performance issues. If your still have performance issues, Your can report in Support Thread or Message.
Remove all string concatenation, no longer text update color by string concatenation.
Fix Find Inventory Item case Memory Leak, Optimized with HashSet and Fixed update every 20 frames
Fix Quest Requirements will Find Non-Raid Inventory
No longer use Linq in Update Method
2.5.3 Version, Test in Interchange
2.6.0 Version, Test in Interchange
-
Thought I'd also mention that I noticed the leak isn't just on lighthouse, Just saw it on Interchange.
It just hasn't gotten to the point where I've crashed on any other map.I think I know what module causing memory leak is GamePanelHUDCompassStatic module. I will to fix it, your can remove GamePanelHUDCompass.dll before fix. If remove GamePanelHUDCompass.dll still memory leak, please report again
-
Hey, Been using this mod for a long time.
Don't know if it was after the update or whatnot.
But I get a bad memory leak when using this mod on lighthouse.
To the point where the game crashes. I have 32gb ram and it was using more than 90%
Went through my mods one by one and after removing the GPHud mod the ram leak went away.
Got through a whole session of lighthouse without crashing or going above 50% of my total ram.Sorry, I try in latest version 2.5.3 by Optimizing Repeated string concatenation to fix this issue. If it still causes memory leak, please report again
-
kmyuhkyuk added a new version:
QuoteOptimizing Repeated string concatenation
-