Forums WoW Modding Support Archives WoWModding Threads [DiscordArchive] qa

[DiscordArchive] qa

[DiscordArchive] qa

Pages (5): Previous 1 2 3 4 5 Next
rektbyfaith
Administrator
0
08-31-2022, 12:58 PM
#11
Archived author: may • Posted: 2022-08-31T12:58:50.617000+00:00
Original source

这是去掉补丁后的图片
[Image: unknown.png?ex=690c9b89&is=690b4a09&hm=c...a42d79bdd&]
rektbyfaith
08-31-2022, 12:58 PM #11

Archived author: may • Posted: 2022-08-31T12:58:50.617000+00:00
Original source

这是去掉补丁后的图片
[Image: unknown.png?ex=690c9b89&is=690b4a09&hm=c...a42d79bdd&]

rektbyfaith
Administrator
0
08-31-2022, 01:02 PM
#12
Archived author: may • Posted: 2022-08-31T13:02:58.013000+00:00
Original source

Can any blp file be fine? Just keep the path and filename correct?
rektbyfaith
08-31-2022, 01:02 PM #12

Archived author: may • Posted: 2022-08-31T13:02:58.013000+00:00
Original source

Can any blp file be fine? Just keep the path and filename correct?

rektbyfaith
Administrator
0
08-31-2022, 01:03 PM
#13
Archived author: <o> • Posted: 2022-08-31T13:03:05.547000+00:00
Original source

yeah, that should work
rektbyfaith
08-31-2022, 01:03 PM #13

Archived author: <o> • Posted: 2022-08-31T13:03:05.547000+00:00
Original source

yeah, that should work

rektbyfaith
Administrator
0
08-31-2022, 01:03 PM
#14
Archived author: <o> • Posted: 2022-08-31T13:03:21.098000+00:00
Original source

keep it some power of two to be sure, like 64x64 or 128x128 etc
rektbyfaith
08-31-2022, 01:03 PM #14

Archived author: <o> • Posted: 2022-08-31T13:03:21.098000+00:00
Original source

keep it some power of two to be sure, like 64x64 or 128x128 etc

rektbyfaith
Administrator
0
08-31-2022, 01:26 PM
#15
Archived author: may • Posted: 2022-08-31T13:26:04.785000+00:00
Original source


log.txt
rektbyfaith
08-31-2022, 01:26 PM #15

Archived author: may • Posted: 2022-08-31T13:26:04.785000+00:00
Original source


log.txt

rektbyfaith
Administrator
0
08-31-2022, 01:26 PM
#16
Archived author: may • Posted: 2022-08-31T13:26:32.304000+00:00
Original source


[Image: unknown.png?ex=690ca208&is=690b5088&hm=f...9089fb2b7&]
rektbyfaith
08-31-2022, 01:26 PM #16

Archived author: may • Posted: 2022-08-31T13:26:32.304000+00:00
Original source


[Image: unknown.png?ex=690ca208&is=690b5088&hm=f...9089fb2b7&]

rektbyfaith
Administrator
0
08-31-2022, 01:29 PM
#17
Archived author: may • Posted: 2022-08-31T13:29:51.353000+00:00
Original source

noggit should have no errors
rektbyfaith
08-31-2022, 01:29 PM #17

Archived author: may • Posted: 2022-08-31T13:29:51.353000+00:00
Original source

noggit should have no errors

rektbyfaith
Administrator
0
08-31-2022, 01:31 PM
#18
Archived author: may • Posted: 2022-08-31T13:31:51.394000+00:00
Original source


[Image: unknown.png?ex=690ca347&is=690b51c7&hm=0...f1bd8f23b&]
rektbyfaith
08-31-2022, 01:31 PM #18

Archived author: may • Posted: 2022-08-31T13:31:51.394000+00:00
Original source


[Image: unknown.png?ex=690ca347&is=690b51c7&hm=0...f1bd8f23b&]

rektbyfaith
Administrator
0
08-31-2022, 01:34 PM
#19
Archived author: <o> • Posted: 2022-08-31T13:34:51.721000+00:00
Original source

1. try placing this code in your noggits "scripts" folders (in a file `object_printer.lua`)
2. select scripting tool
3. select "object printer"
4. click at the location that model should be

```lua
local object_printer = brush("Object Printer")
function object_printer:on_left_click(evt)
local sel = select_origin(evt:pos(), evt:outer_radius())
for i,model in pairs(sel:models()) do
print(model:get_filename())
end
end
```
rektbyfaith
08-31-2022, 01:34 PM #19

Archived author: <o> • Posted: 2022-08-31T13:34:51.721000+00:00
Original source

1. try placing this code in your noggits "scripts" folders (in a file `object_printer.lua`)
2. select scripting tool
3. select "object printer"
4. click at the location that model should be

```lua
local object_printer = brush("Object Printer")
function object_printer:on_left_click(evt)
local sel = select_origin(evt:pos(), evt:outer_radius())
for i,model in pairs(sel:models()) do
print(model:get_filename())
end
end
```

rektbyfaith
Administrator
0
08-31-2022, 01:35 PM
#20
Archived author: <o> • Posted: 2022-08-31T13:35:28.494000+00:00
Original source

if you don't get anything, that sign is _probably_ part of the wmo
rektbyfaith
08-31-2022, 01:35 PM #20

Archived author: <o> • Posted: 2022-08-31T13:35:28.494000+00:00
Original source

if you don't get anything, that sign is _probably_ part of the wmo

Pages (5): Previous 1 2 3 4 5 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)