Forums WoW Modding Support Archives WoWModding Support Archives [DiscordArchive] Annybody know how to fix my hair sticking through this retroported helmet?

[DiscordArchive] Annybody know how to fix my hair sticking through this retroported helmet?

[DiscordArchive] Annybody know how to fix my hair sticking through this retroported helmet?

rektbyfaith
Administrator
0
01-07-2022, 11:09 PM
#1
Archived author: Sanctuary • Posted: 2022-01-07T23:09:38.976000+00:00
Original source

Annybody know how to fix my hair sticking through this retroported helmet?
[Image: unknown.png?ex=690c81f2&is=690b3072&hm=f...d86c5d2c7&]
rektbyfaith
01-07-2022, 11:09 PM #1

Archived author: Sanctuary • Posted: 2022-01-07T23:09:38.976000+00:00
Original source

Annybody know how to fix my hair sticking through this retroported helmet?
[Image: unknown.png?ex=690c81f2&is=690b3072&hm=f...d86c5d2c7&]

rektbyfaith
Administrator
0
01-07-2022, 11:15 PM
#2
Archived author: Furioz • Posted: 2022-01-07T23:15:58.436000+00:00
Original source

I think something with the helmetgeosetdata(ish) , it's a dbc file where you can disable hair on helmets or change it slightly
rektbyfaith
01-07-2022, 11:15 PM #2

Archived author: Furioz • Posted: 2022-01-07T23:15:58.436000+00:00
Original source

I think something with the helmetgeosetdata(ish) , it's a dbc file where you can disable hair on helmets or change it slightly

rektbyfaith
Administrator
0
01-07-2022, 11:17 PM
#3
Archived author: Sanctuary • Posted: 2022-01-07T23:17:06.920000+00:00
Original source

oh saweeeet, looking now.
rektbyfaith
01-07-2022, 11:17 PM #3

Archived author: Sanctuary • Posted: 2022-01-07T23:17:06.920000+00:00
Original source

oh saweeeet, looking now.

rektbyfaith
Administrator
0
01-07-2022, 11:25 PM
#4
Archived author: Intemporel • Posted: 2022-01-07T23:25:40.414000+00:00
Original source

Someone can tell me (using Qt), why when i pass some var from `SIGNAL` to `SLOT`, my var is changed let met show :

this is my connector between the `SIGNAL` and the `SLOT` ,
```qt
connect(&camModel, SIGNAL(readM2(quint16[3],std::vector<timestampedValue<VecF<9> > >,std::vector<timestampedValue<VecF<9> > >,std::vector<timestampedValue<VecF<3> > >)),
this, SLOT(m2FileRead(quint16[3],std::vector<timestampedValue<VecF<9> > >,std::vector<timestampedValue<VecF<9> > >,std::vector<timestampedValue<VecF<3> > >)));
```

for show what the `quint16[3]` contains i use a for loop from `i = 0` to `i < 3` : `++i` and use `qDebug() <<` to show each value.
i use this method before send the `SIGNAL` and after received the `SLOT` this is what the debug show to me :

```md
#before <- this is what i want and it's the correct values
2
2
0
#after <- this is what i have, and it's the incorrect values
64696
199
0
```
rektbyfaith
01-07-2022, 11:25 PM #4

Archived author: Intemporel • Posted: 2022-01-07T23:25:40.414000+00:00
Original source

Someone can tell me (using Qt), why when i pass some var from `SIGNAL` to `SLOT`, my var is changed let met show :

this is my connector between the `SIGNAL` and the `SLOT` ,
```qt
connect(&camModel, SIGNAL(readM2(quint16[3],std::vector<timestampedValue<VecF<9> > >,std::vector<timestampedValue<VecF<9> > >,std::vector<timestampedValue<VecF<3> > >)),
this, SLOT(m2FileRead(quint16[3],std::vector<timestampedValue<VecF<9> > >,std::vector<timestampedValue<VecF<9> > >,std::vector<timestampedValue<VecF<3> > >)));
```

for show what the `quint16[3]` contains i use a for loop from `i = 0` to `i < 3` : `++i` and use `qDebug() <<` to show each value.
i use this method before send the `SIGNAL` and after received the `SLOT` this is what the debug show to me :

```md
#before <- this is what i want and it's the correct values
2
2
0
#after <- this is what i have, and it's the incorrect values
64696
199
0
```

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)