Search found 26 matches

by dungnguyen95
Sun Sep 29, 2024 6:47 am
Forum: Grand Theft Auto V
Topic: User-Defined options
Replies: 1
Views: 106

User-Defined options

What is the ReactAs in the User-Defined options mean ?
If anyone got a documents about User-Defined options in zmodeler, I would be very appreciate
by dungnguyen95
Mon Jul 22, 2024 11:07 am
Forum: Grand Theft Auto V
Topic: GTA5: Animation files (YCD)
Replies: 35
Views: 27643

Re: GTA5: Animation files (YCD)

how to make the animation loop ( like it just spinning forever )
by dungnguyen95
Sun Jun 23, 2024 8:33 am
Forum: Grand Theft Auto V
Topic: Zmodeler not running with GPU
Replies: 4
Views: 1725

Re: Zmodeler not running with GPU

Oleg wrote: Sat Jun 22, 2024 1:20 pm unfortunately, take it as it is. the "Edit UV" code is quite slow and can't run in parallel. So it runs on just one core of your CPU.
If next update zmodeler can use all of machine resource, it would be wonderful because I don't have to use another software when I have used to zmodeler
by dungnguyen95
Sat Jun 22, 2024 3:52 am
Forum: Grand Theft Auto V
Topic: Zmodeler not running with GPU
Replies: 4
Views: 1725

Re: Zmodeler not running with GPU

is your external graphic card selected in ZModeler on "Settings->Rendering->Device" page? UV Mapping or template creation is not related to GPU. It involves a significant CPU usage to create mapping data for an object, so more likely you will get higher CPU usage on "Edit UV" to...
by dungnguyen95
Fri Jun 21, 2024 10:36 pm
Forum: Grand Theft Auto V
Topic: Zmodeler not running with GPU
Replies: 4
Views: 1725

Zmodeler not running with GPU

Hi everyone, I have a problem that zmodeler not running on my external graphics card, I open task manager and its shows that GPU 0% and my model in zmodeler very lag and I can't do mapping or render the template at all, please help
by dungnguyen95
Sun Dec 17, 2023 9:48 pm
Forum: Grand Theft Auto V
Topic: how many seat you can add to a car
Replies: 3
Views: 3851

how many seat you can add to a car

What is the maximum number of seats can added on a car, and how to make ped able to seat on ( no need to have open door animation )
by dungnguyen95
Tue Nov 28, 2023 7:17 am
Forum: Grand Theft Auto V
Topic: [Guide] GTA V: Physics and collisions
Replies: 58
Views: 79404

Re: [Guide] GTA V: Physics and collisions

How to make the peds can stand on top of a vehicle while it's running without falling off
by dungnguyen95
Tue Nov 28, 2023 2:50 am
Forum: Grand Theft Auto V
Topic: Prevent the character changing their seat when exiting
Replies: 1
Views: 1344

Prevent the character changing their seat when exiting

Hi Oleg, is there anyway to prevent the character changing seat when the car on hill or parking on inclined surface
by dungnguyen95
Mon Nov 27, 2023 10:55 pm
Forum: Tech support (forum, account, licenses)
Topic: Revoked license but still counting time remain
Replies: 1
Views: 716

Revoked license but still counting time remain

For personal reason, I have to stop using zmodeler for a time, but when I revoked the license to freeze the remaining time of the license, the remaining time of the license has been frozen, but when reactivated, the frozen time will still be deducted. On the website my remaining time is still 25 day...
by dungnguyen95
Mon Nov 27, 2023 7:37 pm
Forum: Grand Theft Auto V
Topic: How to adjust the power of the light
Replies: 1
Views: 1385

How to adjust the power of the light

I'm creating glowing livery but the livery always too bright and makes the color of the livery as not good as expected. I just wondering is there any option to make the light darker ( like make it less brighten )
by dungnguyen95
Sun Jun 18, 2023 2:17 am
Forum: Grand Theft Auto V
Topic: Problem with the collision
Replies: 11
Views: 1760

Re: Problem with the collision

Oleg wrote: Sat Jun 17, 2023 11:22 pm toggle off "Deformable" option in properties of Mesh\Vertices\Format
That collision is the collision of the outrigger legs
by dungnguyen95
Sun Jun 18, 2023 12:25 am
Forum: Grand Theft Auto V
Topic: Problem with the collision
Replies: 11
Views: 1760

Re: Problem with the collision

So I created 2 version: 1 have the code FLAG_HAS_OUTRIGGER_LEGS and another don't
I want the one have the code can't fly through that barrier like the one which don't have code FLAG_HAS_OUTRIGGER_LEGS
https://www.youtube.com/watch?v=M6etp4Ezm2A
by dungnguyen95
Sat Jun 17, 2023 6:51 pm
Forum: Grand Theft Auto V
Topic: Problem with the collision
Replies: 11
Views: 1760

Re: Problem with the collision

I found that my game not regconize my collision as a physical wall or a physical surface, how can I make this col as a physical surface
by dungnguyen95
Sat Jun 17, 2023 4:30 pm
Forum: Grand Theft Auto V
Topic: Problem with the collision
Replies: 11
Views: 1760

Re: Problem with the collision

once again: take collisions from original game's model (import into your scene and drag&drop original COL objects into your hierarchy). then refine shape by moving vertices. There are plenty of things one need to take care when making collisions from scratch, it's always better to reuse origina...
by dungnguyen95
Sat Jun 17, 2023 2:46 am
Forum: Grand Theft Auto V
Topic: Problem with the collision
Replies: 11
Views: 1760

Re: Problem with the collision

Oleg wrote: Sat Jun 17, 2023 2:22 am holy crap! what's that???
import original game's model and take a look what the proper collision is.
Is this right ?
by dungnguyen95
Sat Jun 17, 2023 12:35 am
Forum: Grand Theft Auto V
Topic: Problem with the collision
Replies: 11
Views: 1760

Re: Problem with the collision

get original game vehicle's COL and put these COLs onto your model. Refine collision objects shape by moving vertices. show a screenshot of your model in ZModeler (a side view and a front view with collisions shown only). Also, is your vehicle somewhat centered vertically in side view? I mean the z...
by dungnguyen95
Fri Jun 16, 2023 8:01 pm
Forum: Grand Theft Auto V
Topic: Problem with the collision
Replies: 11
Views: 1760

Problem with the collision

Can someone help me to fix this problem I was trying to add the out trigger legs to my car, but when i'm ingame the car just fly through this barrier. I tried to change the external state ID but it just not work. Recently my friend shared me this car and it also have the trigger legs and it not fly ...
by dungnguyen95
Wed Apr 26, 2023 4:00 am
Forum: Grand Theft Auto V
Topic: how to add 3d animation
Replies: 1
Views: 725

how to add 3d animation

Hi, i'm trying to add a 3D animation to a car that when i press E, the 3D will start running loop, how to to that ? Tks
by dungnguyen95
Mon Apr 17, 2023 5:46 am
Forum: Grand Theft Auto V
Topic: Slow animation led
Replies: 0
Views: 2691

Slow animation led

How to make slow animation led ( not using track_2_emessive or speedo interior ). What i want is that a led run loop from led to right when i press E
by dungnguyen95
Mon Mar 27, 2023 3:40 am
Forum: Grand Theft Auto V
Topic: How to drag 2 material ball in Material option into 1 selected object
Replies: 1
Views: 698

How to drag 2 material ball in Material option into 1 selected object

I'm trying to create a Door with 2 material on it:
- vehicle_generic_smallspecmap
- a glowing logo

I can only drag 1 ball to the selected object, what I wanted is that I can drag 2 ball to the door a door that I can customize the color of it and the logo on the door glowing with paint:2
by dungnguyen95
Sat Mar 25, 2023 7:04 pm
Forum: Grand Theft Auto V
Topic: Got some problems with the out trigger legs
Replies: 3
Views: 758

Re: Got some problems with the out trigger legs

double collision fix: Is that mean create 2 chassis collision ?
by dungnguyen95
Sat Mar 25, 2023 7:20 am
Forum: Grand Theft Auto V
Topic: Got some problems with the out trigger legs
Replies: 3
Views: 758

Got some problems with the out trigger legs

When i tried to add the out trigger legs to a car, the car started to climbed over this barriel and other short props in the game, when i removed it things goes normal, please help meee ( maybe there is a problem with the collision of the trigger legs)

Vid:
https://youtu.be/8NmN30Q-GZ8
by dungnguyen95
Fri Dec 30, 2022 3:03 am
Forum: Grand Theft Auto V
Topic: The spoiler make DownforceModified not working
Replies: 0
Views: 2455

The spoiler make DownforceModified not working

I'm wondering how to make the spoiler still tilt up when I running and not make the Downforce still working. I was tried to rename spoiler to another and the downforce worked just fine. I'm trying to keep the spoiler working and downforced to. Please helppp T.T
by dungnguyen95
Sun Nov 27, 2022 2:22 am
Forum: Grand Theft Auto V
Topic: Convert a .FBX file to a siren
Replies: 0
Views: 2584

Convert a .FBX file to a siren

Does anyone convert a material or kind of element to a siren ( ex: bodyshell )