Jump to content

Enhanced Native Trainer


arewenotmen

Recommended Posts

enjoythekilling

This is great. I always wanted to be able to select my skin/clothing combination. The suggestion above is also a wanted. Being able to save your skin/clohing combination. Also could you make an addition that makes the GTA Online "FREEMODE" skin clothing and bodyparts sorted by category just like GTA Online?

Link to comment
Share on other sites

this is what i'd like

 

1.a simple native trainer like car menu where the text is over instead of the text next to eachother

2.categorizing vehicles like sportscars go under sportscars trucks go under trucks military vehicles goes under military vehicles

3.categorizing peds like animals go under animals costumes go under costumed special go under special

4.load features from the start like realtime and invincibility

5.again a more categorized ui and cleaner ui

6.save vehicle this includes all customizations it has including color etc

7.maybe showing the vehicle when you go over the text so have it load automatically

 

oh and what would be awesome is a scriptloader so you can throw all scripts you want then go ingame and enable or disable each one individually

Edited by ZZCOOL
Link to comment
Share on other sites

Is it possible to set options to be on before the game starts, like it was in Simple Native Trainer?

Link to comment
Share on other sites

A cautionary note: treat these ASIs like any EXE - I could probably do what I like to the host PC. For safest results, always compile it yourself having understood the code.

 

 

At least he's honest. Looks good man.

Link to comment
Share on other sites

arewenotmen

Cheers everyone.

 

Fantastic stuff. Any chance you could add save slots for skins in the future?

 

Possibly. It'd just require saving to a file, which in theory is easy but I haven't tried it.

 

Is it possible to set options to be on before the game starts, like it was in Simple Native Trainer?

 

Other trainers read from .INI files, so yes it would be possible.

 

this is what i'd like

 

1.a simple native trainer like car menu where the text is over instead of the text next to eachother

2.categorizing vehicles like sportscars go under sportscars trucks go under trucks military vehicles goes under military vehicles

3.categorizing peds like animals go under animals costumes go under costumed special go under special

4.load features from the start like realtime and invincibility

5.again a more categorized ui and cleaner ui

6.save vehicle this includes all customizations it has including color etc

7.maybe showing the vehicle when you go over the text so have it load automatically

 

oh and what would be awesome is a scriptloader so you can throw all scripts you want then go ingame and enable or disable each one individually

 

I plan to do 1 & 2, and possibly 3. Someone else has mentioned 4 above but it's not a high priority for me personally. 6 & 7 I've no idea about.

Link to comment
Share on other sites

 

A cautionary note: treat these ASIs like any EXE - I could probably do what I like to the host PC. For safest results, always compile it yourself having understood the code.

What do you mean by that statement? O_o

Link to comment
Share on other sites

arewenotmen

Is it something you can do?

 

Yes, but it's not a high priority for me, as I've a load of other stuff I want to improve first.

 

If you describe exactly what you most want to be loaded on start - I've not personally seen what the Simple Trainer offers - then if I do get chance, I might do it.

Link to comment
Share on other sites

 

Is it something you can do?

 

Yes, but it's not a high priority for me, as I've a load of other stuff I want to improve first.

 

If you describe exactly what you most want to be loaded on start - I've not personally seen what the Simple Trainer offers - then if I do get chance, I might do it.

Well, personally I'd like Unlimited Health/Ability and No Reload.

Link to comment
Share on other sites

arewenotmen

 

 

A cautionary note: treat these ASIs like any EXE - I could probably do what I like to the host PC. For safest results, always compile it yourself having understood the code.

What do you mean by that statement? O_o

 

 

The trainer module is C++ code that's loaded into memory. It's not a scripting language, it's not run in a security sandbox. Lots of games' mods are like this (e.g. Cities Skylines) but it means you have to trust that they do what they say they do, and nothing malicious. I haven't actually tried it, but if I can read and write things from/to the filesystem, I can probably delete things too, run other commands, etc.

 

I've provided the source code, but unless you compile it yourself (and check over the code to see there's nothing bad in it), you still have to take my word for it that the built version comes from that same code.

Edited by arewenotmen
Link to comment
Share on other sites

This is great but is there any way to add props? Like some cops have a hat but there is no option to add one if you use the cop skin.

Link to comment
Share on other sites

This is great but is there any way to add props? Like some cops have a hat but there is no option to add one if you use the cop skin.

^^

Link to comment
Share on other sites

arewenotmen

 

This is great but is there any way to add props? Like some cops have a hat but there is no option to add one if you use the cop skin.

^^

 

 

Not to my (limited) knowledge, or at least not via the skin modifier.

 

The game has a method to check what combinations are valid. I scan through and present you with what it allows.

 

As said before, there is stuff missing though, so there's a few puzzles left to solve.

Link to comment
Share on other sites

PanicButton

This is great but is there any way to add props? Like some cops have a hat but there is no option to add one if you use the cop skin.

 

another mod in this forum has this option of "random prop" in the preview video a cop hat spawned on his head, guess its possible

Link to comment
Share on other sites

hi, awesome work :D

 

can u add a setting at vehicle to enter a car as a passenger (in the front, back of car)? :)

Link to comment
Share on other sites

arewenotmen

This has been updated to version 2, as per the details in the edited OP.

 

gtav_trainer_1.png

Edited by arewenotmen
Link to comment
Share on other sites

arewenotmen

If anyone's just downloaded that in the last few minutes, I provided the wrong link and gave you the old one again. Sorry!

Link to comment
Share on other sites

Heya, thanks for this, it really improves the player customization a lot.

 

If it's not too much to ask, would it be possible to add a color cycler for primary/secondary/pearlescent colors? the random color one is just... ugh...

Link to comment
Share on other sites

arewenotmen

Heya, thanks for this, it really improves the player customization a lot.

 

If it's not too much to ask, would it be possible to add a color cycler for primary/secondary/pearlescent colors? the random color one is just... ugh...

We're talking cars here, I take it?

 

By the looks of things, the current trainer just uses a random RGB value, and then another random secondary colour if one's appropriate. That could be improved no doubt but I don't know about metallics, pearlescent etc.

Link to comment
Share on other sites

arewenotmen

 

This is great but is there any way to add props? Like some cops have a hat but there is no option to add one if you use the cop skin.

another mod in this forum has this option of "random prop" in the preview video a cop hat spawned on his head, guess its possible

 

There are a few interesting methods regarding peds that haven't seen any use yet, i.e.:

 

- GET_PED_PALETTE_VARIATION(Any p0, Any p1) and whether this has a corresponding setter

- SET_PED_RANDOM_PROPS(Ped PedHandle)

- SET_PED_BLEND_FROM_PARENTS(Any p0, Any p1, Any p2, Any p3, Any p4)

- SET_PED_HEAD_BLEND_DATA(Any p0, Any p1, Any p2, Any p3, Any p4, Any p5, Any p6, Any p7, Any p8, Any p9, Any p10)

- SET_PED_HEAD_OVERLAY(Any p0, Any p1, Any p2, Any p3)

 

but they're undocumented as yet, and I don't really have time to experiment with them.

Link to comment
Share on other sites

 

Heya, thanks for this, it really improves the player customization a lot.

 

If it's not too much to ask, would it be possible to add a color cycler for primary/secondary/pearlescent colors? the random color one is just... ugh...

We're talking cars here, I take it?

 

By the looks of things, the current trainer just uses a random RGB value, and then another random secondary colour if one's appropriate. That could be improved no doubt but I don't know about metallics, pearlescent etc.

 

also could you merge this by chance. http://gtaforums.com/topic/789898-vrel-simpletrainer-varied-bodyguard-spawner/into your menu????

Link to comment
Share on other sites

Riding or driving trains - being able to sit in any chair or on any object - sailboats that actually use the wind to move rather than the motor - more stores/houses/places open - a vehicle steering sensitivity selector - having chops tricks in the game rather than making us use an outside device - more amusement rides that work.

 

And the biggest wish would be for another key set instead of the number pad.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.