Select one of the following categories to start browsing the latest GTA 5 PC mods:
@Thunder12bird it's a sound mod
Did you know? The sound mods released on 5Mods are usually 1 month late to the current releases!
If you'd like to have acess to the sounds as soon as they're ready, consider subscribing to my Ko-fi!
Also, be sure to join in the discord for the chance to vote for the next sounds, exclusive previews and much more! Links can be found below:
Discord: https://discord.com/invite/bUU8vDSMXt Kofi: https://ko-fi.com/legacydmc
@DXJD101 it's a handling flag, although i've forgotten which one it is, i'd advise to simply use default handling flags
10/10, piece of art
@DXJD101 that has nothing to do with the sound, it's a handling related issue.
@Kaelath_The_Red for usage in vanilla cars, there's a specific way of doing it, if you're trying to use it on fivem.
you need to copy the vehicle entry on dat151, then rename the new copy, the same hash as the 3dmodel you want to use.
so for instance, it would be something like:
<Item type="Vehicle" ntOffset="362424"> <Name>lg115classicf1v10</Name> <Flags value="0x90004A69" /> <Engine>hash_76F0A3B5</Engine> <EngineGranular>hash_9BD4F40E</EngineGranular> [rest of the code]
to apply it on the sentinel xs you'd copy that and change to
<Item type="Vehicle" ntOffset="362424"> <Name>sentinel</Name> <Flags value="0x90004A69" /> <Engine>hash_76F0A3B5</Engine> <EngineGranular>hash_9BD4F40E</EngineGranular> [rest of the code]
you can perform that using codewalker. at least version r36.
make sure that you only copy from the beggining <Item type="Vehicle" ntOffset="362424"> to the end </Item>
@CitiZeN030 elaborate further
@BjartiDagurinn watch this.
https://youtu.be/-U1sNkYBh2U
@Thunder12bird it's a sound mod
Did you know?
The sound mods released on 5Mods are usually 1 month late to the current releases!
If you'd like to have acess to the sounds as soon as they're ready, consider subscribing to my Ko-fi!
Also, be sure to join in the discord for the chance to vote for the next sounds, exclusive previews and much more!
Links can be found below:
Discord: https://discord.com/invite/bUU8vDSMXt
Kofi: https://ko-fi.com/legacydmc
Did you know?
The sound mods released on 5Mods are usually 1 month late to the current releases!
If you'd like to have acess to the sounds as soon as they're ready, consider subscribing to my Ko-fi!
Also, be sure to join in the discord for the chance to vote for the next sounds, exclusive previews and much more!
Links can be found below:
Discord: https://discord.com/invite/bUU8vDSMXt
Kofi: https://ko-fi.com/legacydmc
Did you know?
The sound mods released on 5Mods are usually 1 month late to the current releases!
If you'd like to have acess to the sounds as soon as they're ready, consider subscribing to my Ko-fi!
Also, be sure to join in the discord for the chance to vote for the next sounds, exclusive previews and much more!
Links can be found below:
Discord: https://discord.com/invite/bUU8vDSMXt
Kofi: https://ko-fi.com/legacydmc
@DXJD101 it's a handling flag, although i've forgotten which one it is, i'd advise to simply use default handling flags
10/10, piece of art
@DXJD101 that has nothing to do with the sound, it's a handling related issue.
@Kaelath_The_Red for usage in vanilla cars, there's a specific way of doing it, if you're trying to use it on fivem.
you need to copy the vehicle entry on dat151, then rename the new copy, the same hash as the 3dmodel you want to use.
so for instance, it would be something like:
<Item type="Vehicle" ntOffset="362424">
<Name>lg115classicf1v10</Name>
<Flags value="0x90004A69" />
<Engine>hash_76F0A3B5</Engine>
<EngineGranular>hash_9BD4F40E</EngineGranular>
[rest of the code]
to apply it on the sentinel xs you'd copy that and change to
<Item type="Vehicle" ntOffset="362424">
<Name>sentinel</Name>
<Flags value="0x90004A69" />
<Engine>hash_76F0A3B5</Engine>
<EngineGranular>hash_9BD4F40E</EngineGranular>
[rest of the code]
you can perform that using codewalker.
at least version r36.
make sure that you only copy from the beggining <Item type="Vehicle" ntOffset="362424">
to the end </Item>
@CitiZeN030 elaborate further
@BjartiDagurinn watch this.
https://youtu.be/-U1sNkYBh2U