로딩중...
EricKiller12
possibly in trevor's house
좋아요 2
댓글 68
동영상 0
업로드 3
팔로워 0
다운로드 5,839

가장 인기있는 파일

  • 397860 yt logo
  • 397860 yt logo

    Doesn't work anymore on the latest patch of the game.

    [13:20:15] [DEBUG] Instantiating script IRFlares.Script.ScriptMain ...
    [13:20:15] [ERROR] Failed to instantiate script IRFlares.Script.ScriptMain because constructor threw an exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
    at System.Runtime.InteropServices.Marshal.ReadInt64(IntPtr ptr, Int32 ofs)
    at System.Runtime.InteropServices.Marshal.ReadIntPtr(IntPtr ptr)
    at IRFlares.Script.MemoryAccess.GetPtfxRuleDictionaryItems(String ptxAssetName, IntPtr& address)
    at IRFlares.Script.MemoryAccess.GetPTFXAssetRule(String baseAsset, String fxName)
    at IRFlares.Script.MemoryAccess.PatchPTFX()
    at IRFlares.Script.ScriptMain..ctor()

    2021년 08월 09일 (월)
  • 397860 yt logo

    Hey, I fixed your code and it should now just write the archive directly to the disk instead of caching everything in memory. Here's an image of the new code: https://imgur.com/a/j8xOyBx

    Turns out using the Update file mode will cache everything into memory. All you have to do is instead just create an archive directly using ZipFile.Open for the zipArchive variable, with ZipArchiveMode.Open as the 2nd argument and the 1st argument needs to be the path + file name and extension.

    2021년 07월 31일 (토)
  • 397860 yt logo

    Nvm, I do have a problem unfortunately. I only have 8 GB of RAM, and this program doesn't seem to be properly coded in that regards. I run out of memory when packing huge files (like over 2 GB).

    2021년 07월 31일 (토)
  • 397860 yt logo

    Yoo, you have no idea how much time this saved me. I was modifying a big mod by myself that modified around 5k files, I spent all day sorting them in folders and this was perfect for the sorting thing that I did. Can easily make a package for it in less than a minute thanks to this, thank you!

    2021년 07월 31일 (토)
  • 397860 yt logo

    rip i cant

    2021년 01월 14일 (목)
  • 397860 yt logo

    wtf now that im properly looking back at all these comments, im cringing so hard, holy shit, how do i delete them

    2021년 01월 14일 (목)
  • 397860 yt logo

    @MAFINS for dlc car spawning, are you using a global from the shop_controller script? i'm really curious, as i do have the current global and i know how to use it, but you can also set the vehicle model as no longer needed and then it wouldn't despawn, right?

    2019년 03월 13일 (수)
  • 397860 yt logo

    I'm back into modding GTA V and I'm currently making a trainer in C++ and it's gonna be called MunyooTrainer. It's gonna take a long time for the development, since I'll try making a really big trainer, such as Simple Trainer, Menyoo, etc. So, coming soon!

    2019년 03월 04일 (월)
  • 397860 yt logo

    @Angad75 learn how to use natives and done

    2019년 03월 04일 (월)