로딩중...
좋아요 2
댓글 91
동영상 5
업로드 7
팔로워 13
다운로드 35,770
  • Cfc691 my meiker 1653482840740892
    고정된 댓글

    MOD STATUS CHANGE
    Aug 21, 2023

    Mod version 2.0 is available.
    This includes a totally refurbished ASI plugin, which is not compatible with older vrsion.

    Help has been also rewritten in a more friendly tone, and script examples have also been uploaded to this site.

    Mod is now Open Source.

    2023년 08월 21일 (월)
  • Cfc691 my meiker 1653482840740892

    @GTAV_WattyK Hi. Could you link me a source code with a FiveM API function signatures list? I need those function signatures, so I can write a proper code for execution in native environment (I need a lis of pure C function signatures, not C++ or C#). I'm only keen on working directly with the FiveM DLL exported functions, and not make a hard dependency on FiveM, using dynamic DLL import.
    And, anyway, is the "FiveM" the same as "cfx.re", that is interactable by JavaScript? Honestly speaking, I'm not acquainted with FiveM...

    2023년 07월 02일 (일)
  • Cfc691 my meiker 1653482840740892

    @Fenrir1974
    1, It should be possible... I may try to find a solution.
    2, If, and only if, the Menyoo trainer outputs the saved outfit into an XML or other text file, it may be possible.

    2023년 06월 28일 (수)
  • Cfc691 my meiker 1653482840740892

    @anon23623 I may rework it. I originally thought of reworking it with a custom-textured UI, to have a kind-of modern MP3 player look... is it an iPod Classic with a smartphone-like look?

    2023년 06월 26일 (월)
  • Cfc691 my meiker 1653482840740892

    STATUS CHANGE (Jun 26, 2023)
    I seem to be back in GTA 5 modding.

    2023년 06월 26일 (월)
  • Cfc691 my meiker 1653482840740892
    고정된 댓글

    STATUS CHANGE (Jun 26, 2023)
    I seem to be back in GTA 5 modding...
    Mod updated to 1.0.2845.0 game version.

    2023년 06월 26일 (월)
  • Cfc691 my meiker 1653482840740892

    @SylveticHearts I'm still too late, sorry for that. I'm modding another game now. But I can help you.
    I was doing some research while first making this empty map mod, but I could not find, where the exact pause menu map coordinate limits are defined. The menu system uses Scaleforrm movies, which is GFX flash ... well ... with a rather strange structure. The menu system also uses XML files, but they're mostly layouts' informations.

    The limit coordinates I've found are based on an unicolor map (eg. pink), plus using a ShowCoords script, then flying out and manually writing down the coordinates, while looking at the map.

    The first 'example' should show up ok. It is within the limits. The second example is totally outside the bounds.

    Do not forget about the 'minimap.rpf', it may interfere with your radar map, if not disabled.

    2021년 01월 02일 (토)
  • Cfc691 my meiker 1653482840740892

    @psychludawn Well, I know, that it has this kind of bug, if the game is not fullscreen. The calculated positions of the elements does not correspond to their graphical shape in that case!

    2020년 12월 01일 (화)
  • Cfc691 my meiker 1653482840740892

    @SylveticHearts Hello. I'm a bit late. Yes, it's possible to disable just parts of it. You need to edit the 'images.meta' file. In is an XML. Just copy it from vanilla, and remove the entries you don't need.
    What do you mean 'Also how do you expand how far the pause map can go?'?

    2020년 12월 01일 (화)
  • Cfc691 my meiker 1653482840740892

    @HahahabenisXD You need to edit the INI file. In order to avoid the need of recompiling/uploading this plugin with each GTA release/patch/DLC, I made it to read the list from INI. Unfortunately, GTA 5 does not provide any natives to query list of available ped, weapon, weapon component, and car models!
    In the INI file, there's a section 'InGameDataLists'. It has a key named 'IgPeds'. Its value is the full list of available ped model names. The list is ONE line, and its values separated with comma. Model names, not hashes or friendly names!
    The same format applies to Weapons and Weapon components. Just look at the INI file. If you've accidentally trashed your INI, then unpack it from he downloaded ZIP, or download this mod again.

    2020년 09월 24일 (목)