Sage-of-Mirrors / NaviGator

WIP tool for generating RDR2 navmeshes.
MIT License
14 stars 3 forks source link

Proposal for updating the "Wiki" documentation #2

Open darkterra opened 3 months ago

darkterra commented 3 months ago

Hello @Sage-of-Mirrors !

First of all, I wanted to thank you for your incredible work ! I know that you are still working on optimization, QoL (see the map in addition to the tracks) and certainly other things... You have made the dream of many RP server owners possible !

For my part, I noticed that the name of the "resource" (folder) containing the "custom track files" cannot contain the "-" character. We develop our own framework and all resources have a "Phoenix--" prefix. Example: Phoenix--Metabolism

This is not a problem for CFX/RedM so far. For us there is no problem in having a specific resource name to be able to include the result of this project, but unless I am mistaken, no indication in the wiki page.

I was wondering if it was possible for you to add some details on limitations such as the name of the resource (here "-" prohibited). I haven't tried "_", but since it's present in your example, I assume it works.

[     64312] [b1491_GTAProce]             MainThrd/ Loading content XML: dlc_patchpack_mp003CRC:/content.xml
[     64328] [b1491_GTAProce]             MainThrd/ Loading content XML: dlc_mp004CRC:/content.xml
[     64484] [b1491_GTAProce]             MainThrd/ Loading content XML: dlc_mp005CRC:/content.xml
[     64797] [b1491_GTAProce]             MainThrd/ Loading content XML: dlc_mp006CRC:/content.xml
[     64969] [b1491_GTAProce]             MainThrd/ Loading content XML: dlc_mp007CRC:/content.xml
[     65156] [b1491_GTAProce]             MainThrd/ Loading content XML: dlc_mp008CRC:/content.xml
[     65234] [b1491_GTAProce]             MainThrd/ Loading content XML: dlc_mp009CRC:/content.xml
[     65734] [b1491_GTAProce]             MainThrd/ rage::gameSkeleton::RunInitFunctions: Invoking 0x5542d14f INIT_SESSION init (9 out of 19)
[     65734] [b1491_GTAProce]             MainThrd/ rage::gameSkeleton::RunInitFunctions: Invoking CDLCScript INIT_SESSION init (10 out of 19)
[     65734] [b1491_GTAProce]             MainThrd/ rage::gameSkeleton::RunInitFunctions: Invoking audNorthAudioEngineDLC INIT_SESSION init (11 out of 19)
[     65734] [b1491_GTAProce]             MainThrd/ rage::gameSkeleton::RunInitFunctions: Invoking 0x44712871 INIT_SESSION init (12 out of 19)
[     65734] [b1491_GTAProce]             MainThrd/ rage::gameSkeleton::RunInitFunctions: Invoking 0x29122e3b INIT_SESSION init (13 out of 19)
[     66078] [b1491_GTAProce]             MainThrd/ rage::gameSkeleton::RunInitFunctions: Invoking fwClipSetManager INIT_SESSION init (14 out of 19)
[     66172] [b1491_GTAProce]             MainThrd/ rage::gameSkeleton::RunInitFunctions: Invoking 0x4d71ca64 INIT_SESSION init (15 out of 19)
[     66172] [b1491_GTAProce]             MainThrd/ rage::gameSkeleton::RunInitFunctions: Invoking 0xb45956dd INIT_SESSION init (16 out of 19)
[     66172] [b1491_GTAProce]             MainThrd/ rage::gameSkeleton::RunInitFunctions: Invoking 0x336e8884 INIT_SESSION init (17 out of 19)
[     66172] [b1491_GTAProce]             MainThrd/ rage::gameSkeleton::RunInitFunctions: Invoking 0xe782a671 INIT_SESSION init (18 out of 19)
[     66203] [b1491_GTAProce]             MainThrd/ rage::gameSkeleton::RunInitFunctions: Invoking 0x914c56a9 INIT_SESSION init (19 out of 19)
[     66203] [b1491_GTAProce]             MainThrd/ Loading mounted data files (total: 4)
[     66203] [b1491_GTAProce]             MainThrd/ loading DLC_ITYP_REQUEST resources:/Phoenix--Maps/stream/cube.ytyp.
[     66203] [b1491_GTAProce]             MainThrd/ done loading resources:/Phoenix--Maps/stream/cube.ytyp in data file mounter 0x7ff9cf2a8990.
[     66203] [b1491_GTAProce]             MainThrd/ loading DLC_ITYP_REQUEST resources:/Phoenix--Maps/stream/statuebw.ytyp.
[     66203] [b1491_GTAProce]             MainThrd/ done loading resources:/Phoenix--Maps/stream/statuebw.ytyp in data file mounter 0x7ff9cf2a8990.
[     66203] [b1491_GTAProce]             MainThrd/ loading CFX_PSEUDO_ENTRY RELOAD_MAP_STORE.
[     66203] [b1491_GTAProce]             MainThrd/ done loading RELOAD_MAP_STORE in data file mounter 0x7ff9cf2a8920.
[     66203] [b1491_GTAProce]             MainThrd/ loading TRAINTRACK_FILE resources:/Phoenix--Test/data/traintracks.xml.
[     66219] [b1491_GTAProce]             MainThrd/ Error: An exception occurred (c0000005 at 0x7ff6b4e1d061) during loading of resources:/Phoenix--Test/data/traintracks.xml in data file mounter 0x143471860. The game will be terminated.
[     67719] [b1491_DumpServ]                52088/ Process crash captured. Crash dialog content:
[     67719] [b1491_DumpServ]                52088/ An exception occurred (c0000005 at 0x7ff6b4e1d061) during loading of resources:/Phoenix--Test/data/traintracks.xml in data file mounter 0x143471860. The game will be terminated.
[     67719] [b1491_DumpServ]                52088/  
[     68578] [b1491_DumpServ]                52088/ Crash report service returned si-068d90029ed64e199b1d3d807c557903
Sage-of-Mirrors commented 3 months ago

Hi! Apologies for not responding for a while. I appreciate the praise!

That is odd - I'm not sure why dashes would break for train tracks and not anything else. I can take a look at it later. For now, I will add a warning to the wiki. Thanks for the heads up!