[DiscordArchive] so would this be inside the XML/LUA ? Its as simple as `myModel:SetSequence(0);` when the new model
[DiscordArchive] so would this be inside the XML/LUA ? Its as simple as `myModel:SetSequence(0);` when the new model
Archived author: AngryPenguinStudio • Posted: 2022-04-07T07:59:52.374000+00:00
Original source
so would this be inside the XML/LUA ? Its as simple as `myModel:SetSequence(0);` when the new model is displayed?
Archived author: Intemporel • Posted: 2022-04-07T08:01:17.287000+00:00
Original source
It’s in Lua, CharacterCreation.lua
You can use this when model is displayed
Archived author: AngryPenguinStudio • Posted: 2022-04-07T08:01:28.956000+00:00
Original source
❤️ thats awesome!
Archived author: AngryPenguinStudio • Posted: 2022-04-07T08:01:44.790000+00:00
Original source
im going to play with it while my AntRename works on 60,000 files lol
Archived author: AngryPenguinStudio • Posted: 2022-04-07T08:08:53.106000+00:00
Original source
u happen to know about where this would be added? approx .... ? im not seeing where it adds the model in, only seeing where its adding the backgrounds (same place) ?
Archived author: Chrispee • Posted: 2022-04-07T08:15:32.188000+00:00
Original source
MODEL_CAMERA_CONFIG = {
[2] = {
["Draenei"] = { tx = 0.191, ty = -0.015, tz = 2.302, cz = 2.160, distance = 1.116, light = 0.80 },
Archived author: AngryPenguinStudio • Posted: 2022-04-07T08:18:22.492000+00:00
Original source
thanks, i do not have that in my charactercreate.lua
Archived author: Chrispee • Posted: 2022-04-07T08:22:05.046000+00:00
Original source
can easily add it as I sent it
Archived author: Chrispee • Posted: 2022-04-07T08:22:55.497000+00:00
Original source
MODEL_CAMERA_CONFIG = {
[2] = {
["Draenei"] = { tx = 0.191, ty = -0.015, tz = 2.302, cz = 2.160, distance = 1.116, light = 0.80 },
["NightElf"] = { tx = 0.095, ty = -0.008, tz = 2.240, cz = 2.045, distance = 0.830, light = 0.85 },
["Scourge"] = { tx = 0.094, ty = -0.172, tz = 1.675, cz = 1.478, distance = 0.691, light = 0.80 },
["Orc"] = { tx = 0.346, ty = -0.001, tz = 1.878, cz = 1.793, distance = 1.074, light = 0.80 },
["Gnome"] = { tx = 0.051, ty = 0.015, tz = 0.845, cz = 0.821, distance = 0.821, light = 0.85 },
["Dwarf"] = { tx = 0.037, ty = 0.009, tz = 1.298, cz = 1.265, distance = 0.839, light = 0.85 },
["Tauren"] = { tx = 0.516, ty = -0.003, tz = 1.654, cz = 1.647, distance = 1.266, light = 0.80 },
["Troll"] = { tx = 0.402, ty = 0.016, tz = 2.076, cz = 1.980, distance = 0.943, light = 0.75 },
["BloodElf"] = { tx = 0.009, ty = -0.120, tz = 1.914, cz = 1.712, distance = 0.727, light = 0.80 },
["Human"] = { tx = 0.055, ty = 0.006, tz = 1.863, cz = 1.749, distance = 0.714, light = 0.75 },
Archived author: AngryPenguinStudio • Posted: 2022-04-07T08:27:02.879000+00:00
Original source
yeah i get a lot of errors when adding that .. oh well ... thanks tho