Wird geladen...
1 Mod geliked
973 Kommentare
38 Videos
4 Uploads
29 Follower
13.859 Downloads
  • Gtav76

    @MissySnowie Actually I thought you might know the answer as you're more familiar with meta files than I am. @alexsys was talking about a scenario called vinewood.ymt and what the hash "9B1D60AB" meant. When I exported the file to xml with RPF explorer I saw this was actually an xml tag.

    <Position x="-115.244179" y="-9.244517" z="63.60344" />
    <hash_9B1D60AB />
    <ScenarioType>walk</ScenarioType>
    <HasIncomingEdges value="true" />

    My comment was that I couldn't translate hash_9B1D60AB in English - I had no idea what it meant othe than it was used in the context of what appear to be walking routes or peds. Is that right?

    Likely it can't even be translated. Of course ped hashes and vehicles hashes and weapons hashes, whether hex or decimal, can be translated into English to give, for example, Trevor, Adder, and SMG.

    10 hours ago
  • Gtav76

    @MissySnowie Hi there. Which hashes do you mean? I rarely convert because there isn't any need for it. A ped, as an example, can be spawned by their decimal, hexadecimal, "pedhash", or english name. That's 4 different methods, which is pretty damn flexible. I use trainers less and less and I'm still on 2372 with the original Menyoo by Mafins, not the copy.

    I do have my own script that returns the hex and decimal hashes for both cars and peds, and I have used it to populate a text file used with my GTA Tourist Script which I removed awhile back after some [Fill in the adjective] person decompiled and uploaded my code without my permission.

    16 hours ago
  • Gtav76

    @bmw740il the free cam not part of the script. You can use a script mod, Menyoo, or just use the mouse. I use my own script for Camera. The menu is dynamic in real time, probably the only one ever created, so it will reload itself that way. We can change the behaviour...but does it matter?

    vor 4 Tagen
  • Gtav76

    @bmw740il I still don't understand how your menu is going to the bottom of the screen. As a test I loaded over 50 images and I don't see any issue. Also, I didn't remember, but the images are numbered and it shows the total as well. So what did you want differently?

    https://i.postimg.cc/ZKqM6Hyh/ffffffffffffff.jpg

    vor 4 Tagen
  • Gtav76

    @bmw740il I'll take a look at all your suggestions and those of @Topez1234.
    A few comments. I understand the sorting issue but as I wrote before the sorting issue is on the spawn name, not the user defined name. Fully agree user defined name makes more sense and I will try to fix as long as doesn't mean a performance hit.

    The height of the menu can be controlled by menu.maxitems, i'll set it. The width of the menu can be increased but the default for the banner is 512 x 128. Do we really want super long car names? I'll see if i can do it in the ini file instead.

    The numbering system can be restored as well, for example 5/25 etc.

    As for transparency, that is also controlled. DId you prefer fully transparent?

    vor 4 Tagen
  • Gtav76

    @ALEXSYS Hi. I looked at your file and 9B1D60AB has nothing to do with entities. It is a tag and there are 408 of them in the file. It is completely useless. The same kind of tags appear in ped.ymt files. In that case they determine the components such as Head, hair etc.

    So 9B1D60AB, which unfortunately I can't translate into a natural English is just an XML tag. It is always associated with coordinates, so it has to do with placement on the map, my guess is that they are routes.

    <Position x="-115.244179" y="-9.244517" z="63.60344" />
    <hash_9B1D60AB />
    <ScenarioType>walk</ScenarioType>
    <HasIncomingEdges value="true" />
    <HasOutgoingEdges value="true" />
    </Item>

    vor 5 Tagen
  • Gtav76

    @bmw740il Again I'm not sure how you did that. Screenshot? The script is designed for categories, that will keep it from getting to long...but it shouldn't hit the bottom of the screen....i don't control that but I've never seen it.

    vor 5 Tagen
  • Gtav76

    @bmw740il That's a LemonUI issue...i mean the width can be increased but...can you send an image?

    vor 5 Tagen
  • Gtav76

    @bmw740il That's not an easy one for practical reasons, but I'll give it a shot. The order of the menu is based on the images (spawn name) which is why it isn't alphabetical. If it is sorted, there might be a performance hit because the menu refreshes in real time - which is desired - and many users will have a thousand cars or more. I'll take a look.

    vor 5 Tagen
  • Gtav76

    @bmw740il My apologies, my mistake. Will be fixed with next release. You can quickly fix this yourself temporarily by adding a second ini file. It has to named VehicleSpawner2025.ini and the contents should be like this if you want F5 as an example

    [Settings]
    Menukey = F5

    vor 5 Tagen