Forums WoW Modding Support Archives TrinityCore Discord Archives [DiscordArchive] Are the steps correct?

[DiscordArchive] Are the steps correct?

[DiscordArchive] Are the steps correct?

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
08-12-2021, 01:49 PM
#1
Archived author: damage • Posted: 2021-08-12T13:49:53.711000+00:00
Original source

Are the steps correct?
rektbyfaith
08-12-2021, 01:49 PM #1

Archived author: damage • Posted: 2021-08-12T13:49:53.711000+00:00
Original source

Are the steps correct?

rektbyfaith
Administrator
0
08-12-2021, 02:01 PM
#2
Archived author: Jinnai • Posted: 2021-08-12T14:01:09.898000+00:00
Original source

no, the code you try to apply is at least older than september 2018, without rewriting parts of it, you wont be able to apply it
rektbyfaith
08-12-2021, 02:01 PM #2

Archived author: Jinnai • Posted: 2021-08-12T14:01:09.898000+00:00
Original source

no, the code you try to apply is at least older than september 2018, without rewriting parts of it, you wont be able to apply it

rektbyfaith
Administrator
0
08-12-2021, 02:02 PM
#3
Archived author: damage • Posted: 2021-08-12T14:02:53.296000+00:00
Original source

https://github.com/Rochet2/TrinityCore/b...rifier.cpp
[Embed: TrinityCore/Transmogrifier.cpp at transmog_3.3.5 · Rochet2/TrinityC...]
Rochet2's stuff for TC. Contribute to Rochet2/TrinityCore development by creating an account on GitHub.
https://github.com/Rochet2/TrinityCore/b...rifier.cpp
rektbyfaith
08-12-2021, 02:02 PM #3

Archived author: damage • Posted: 2021-08-12T14:02:53.296000+00:00
Original source

https://github.com/Rochet2/TrinityCore/b...rifier.cpp
[Embed: TrinityCore/Transmogrifier.cpp at transmog_3.3.5 · Rochet2/TrinityC...]
Rochet2's stuff for TC. Contribute to Rochet2/TrinityCore development by creating an account on GitHub.
https://github.com/Rochet2/TrinityCore/b...rifier.cpp

rektbyfaith
Administrator
0
08-12-2021, 02:03 PM
#4
Archived author: damage • Posted: 2021-08-12T14:03:19.504000+00:00
Original source

This file is not diff
rektbyfaith
08-12-2021, 02:03 PM #4

Archived author: damage • Posted: 2021-08-12T14:03:19.504000+00:00
Original source

This file is not diff

rektbyfaith
Administrator
0
08-12-2021, 02:03 PM
#5
Archived author: Jinnai • Posted: 2021-08-12T14:03:26.003000+00:00
Original source

read here, everything is explained: https://github.com/Rochet2/TrinityCore/t...m/Transmog
[Embed: TrinityCore/src/server/scripts/Custom/Transmog at transmog_3.3.5 · ...]
Rochet2's stuff for TC. Contribute to Rochet2/TrinityCore development by creating an account on GitHub.
https://github.com/Rochet2/TrinityCore/t...m/Transmog
rektbyfaith
08-12-2021, 02:03 PM #5

Archived author: Jinnai • Posted: 2021-08-12T14:03:26.003000+00:00
Original source

read here, everything is explained: https://github.com/Rochet2/TrinityCore/t...m/Transmog
[Embed: TrinityCore/src/server/scripts/Custom/Transmog at transmog_3.3.5 · ...]
Rochet2's stuff for TC. Contribute to Rochet2/TrinityCore development by creating an account on GitHub.
https://github.com/Rochet2/TrinityCore/t...m/Transmog

rektbyfaith
Administrator
0
08-12-2021, 02:08 PM
#6
Archived author: damage • Posted: 2021-08-12T14:08:53.036000+00:00
Original source

Using diff:

DO NOT COPY THE DIFF DIRECTLY! It causes apply to fail.
download the diff by right clicking the link and select Save link as
place the downloaded transmog_3.3.5.diff to the source root folder
open git bash to source location
do git apply transmog_3.3.5.diff
use cmake and compile
rektbyfaith
08-12-2021, 02:08 PM #6

Archived author: damage • Posted: 2021-08-12T14:08:53.036000+00:00
Original source

Using diff:

DO NOT COPY THE DIFF DIRECTLY! It causes apply to fail.
download the diff by right clicking the link and select Save link as
place the downloaded transmog_3.3.5.diff to the source root folder
open git bash to source location
do git apply transmog_3.3.5.diff
use cmake and compile

rektbyfaith
Administrator
0
08-12-2021, 02:08 PM
#7
Archived author: damage • Posted: 2021-08-12T14:08:59.247000+00:00
Original source

https://github.com/Rochet2/TrinityCore/c...3.3.5.diff
rektbyfaith
08-12-2021, 02:08 PM #7

Archived author: damage • Posted: 2021-08-12T14:08:59.247000+00:00
Original source

https://github.com/Rochet2/TrinityCore/c...3.3.5.diff

rektbyfaith
Administrator
0
08-12-2021, 02:09 PM
#8
Archived author: Jinnai • Posted: 2021-08-12T14:09:55.500000+00:00
Original source

remember to clean up your source folder before doing that - dont try to apply this on your already screwed source
rektbyfaith
08-12-2021, 02:09 PM #8

Archived author: Jinnai • Posted: 2021-08-12T14:09:55.500000+00:00
Original source

remember to clean up your source folder before doing that - dont try to apply this on your already screwed source

rektbyfaith
Administrator
0
08-12-2021, 02:12 PM
#9
Archived author: damage • Posted: 2021-08-12T14:12:19.195000+00:00
Original source


New_Text_Document.txt
rektbyfaith
08-12-2021, 02:12 PM #9

Archived author: damage • Posted: 2021-08-12T14:12:19.195000+00:00
Original source


New_Text_Document.txt

rektbyfaith
Administrator
0
08-12-2021, 02:12 PM
#10
Archived author: damage • Posted: 2021-08-12T14:12:33.101000+00:00
Original source

It gives an error!
rektbyfaith
08-12-2021, 02:12 PM #10

Archived author: damage • Posted: 2021-08-12T14:12:33.101000+00:00
Original source

It gives an error!

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)