Forums WoW Modding Discussion Serverside [Archive] CASCHost guide

[Archive] CASCHost guide

[Archive] CASCHost guide

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
09-01-2018, 04:25 PM
#1
Archived author: Darkkang • Posted: 2018-09-01T16:25:28+00:00
Original source

Hey, I'm sorry for be insistent, but I've days try CascHost but there aren't guides about it.

I've compile the program in ubuntu, but I've two problems.

1. I need modify the WoW.exe. What program I need for this? 010editor? IDA Pro? And how edit the CDN for the mine? I think not be one ip, or yes?

2. When I did dotnet run, my build.info is missing, but I've my build.info into wwwroot/Systemfiles and not read it. How can fix it? must I modify the build.info for my build? My build is 7.2.5 24742

I need it for can parse models, maps and others from 7.3.5 and BfA to 7.2.5. Perhaps if it work, I can share us files and make one guide.

Thanks!
rektbyfaith
09-01-2018, 04:25 PM #1

Archived author: Darkkang • Posted: 2018-09-01T16:25:28+00:00
Original source

Hey, I'm sorry for be insistent, but I've days try CascHost but there aren't guides about it.

I've compile the program in ubuntu, but I've two problems.

1. I need modify the WoW.exe. What program I need for this? 010editor? IDA Pro? And how edit the CDN for the mine? I think not be one ip, or yes?

2. When I did dotnet run, my build.info is missing, but I've my build.info into wwwroot/Systemfiles and not read it. How can fix it? must I modify the build.info for my build? My build is 7.2.5 24742

I need it for can parse models, maps and others from 7.3.5 and BfA to 7.2.5. Perhaps if it work, I can share us files and make one guide.

Thanks!

rektbyfaith
Administrator
0
09-02-2018, 03:31 PM
#2
Archived author: Σκιάχτρο • Posted: 2018-09-02T15:31:42+00:00
Original source

1. hxd will do

2. get build.info from client
rektbyfaith
09-02-2018, 03:31 PM #2

Archived author: Σκιάχτρο • Posted: 2018-09-02T15:31:42+00:00
Original source

1. hxd will do

2. get build.info from client

rektbyfaith
Administrator
0
09-02-2018, 07:48 PM
#3
Archived author: Darkkang • Posted: 2018-09-02T19:48:58+00:00
Original source

Quote: 4 hours ago, Σκιάχτρο said:

1. hxd will do

2. get build.info from client
¡Thanks! I just tried...

[Image: e6a6d1b90010d65ecd3beeb2a9aaec58.png]

Is it well done?

When I replaced http://trinity.github... I don't see all the url,  I only see a part.

What is the solution? Thanks
rektbyfaith
09-02-2018, 07:48 PM #3

Archived author: Darkkang • Posted: 2018-09-02T19:48:58+00:00
Original source

Quote: 4 hours ago, Σκιάχτρο said:

1. hxd will do

2. get build.info from client
¡Thanks! I just tried...

[Image: e6a6d1b90010d65ecd3beeb2a9aaec58.png]

Is it well done?

When I replaced http://trinity.github... I don't see all the url,  I only see a part.

What is the solution? Thanks

rektbyfaith
Administrator
0
09-08-2018, 09:26 AM
#4
Archived author: Darkkang • Posted: 2018-09-08T09:26:32+00:00
Original source

Quote: On 2/9/2018 at 9:48 PM, Darkkang said:

¡Thanks! I just tried...

[Image: e6a6d1b90010d65ecd3beeb2a9aaec58.png]

Is it well done?

When I replaced http://trinity.github... I don't see all the url,  I only see a part.

What is the solution? Thanks
[Image: 2afb1912a8bbcd6a5c5562aa61226bda.png]

[Image: 411342554e3402ac51d8d41931e89f64.png]
rektbyfaith
09-08-2018, 09:26 AM #4

Archived author: Darkkang • Posted: 2018-09-08T09:26:32+00:00
Original source

Quote: On 2/9/2018 at 9:48 PM, Darkkang said:

¡Thanks! I just tried...

[Image: e6a6d1b90010d65ecd3beeb2a9aaec58.png]

Is it well done?

When I replaced http://trinity.github... I don't see all the url,  I only see a part.

What is the solution? Thanks
[Image: 2afb1912a8bbcd6a5c5562aa61226bda.png]

[Image: 411342554e3402ac51d8d41931e89f64.png]

rektbyfaith
Administrator
0
09-08-2018, 05:27 PM
#5
Archived author: wungasaurus • Posted: 2018-09-08T17:27:15+00:00
Original source

A dot in that view does not mean there is a dot but may mean the byte is not printable. You can see that as well on the left side where instead of a dot, you have a `00`.
rektbyfaith
09-08-2018, 05:27 PM #5

Archived author: wungasaurus • Posted: 2018-09-08T17:27:15+00:00
Original source

A dot in that view does not mean there is a dot but may mean the byte is not printable. You can see that as well on the left side where instead of a dot, you have a `00`.

rektbyfaith
Administrator
0
09-08-2018, 11:07 PM
#6
Archived author: Darkkang • Posted: 2018-09-08T23:07:50+00:00
Original source

Quote: 5 hours ago, wungasaurus said:

A dot in that view does not mean there is a dot but may mean the byte is not printable. You can see that as well on the left side where instead of a dot, you have a `00`.
Now I fix it, but i've other error.

[Image: 85eb14d19944df12da44aac0c55b9fcf.png]

[Image: 4fcbe3a0582ebe46cee3130246ec971d.png]

I've this files:

[Image: 46cec6ecf701ae44c1517be389bc27c4.png][Image: 3aa4369a6719c8cb6b184a59acda4cfc.png]

What is the fix?
rektbyfaith
09-08-2018, 11:07 PM #6

Archived author: Darkkang • Posted: 2018-09-08T23:07:50+00:00
Original source

Quote: 5 hours ago, wungasaurus said:

A dot in that view does not mean there is a dot but may mean the byte is not printable. You can see that as well on the left side where instead of a dot, you have a `00`.
Now I fix it, but i've other error.

[Image: 85eb14d19944df12da44aac0c55b9fcf.png]

[Image: 4fcbe3a0582ebe46cee3130246ec971d.png]

I've this files:

[Image: 46cec6ecf701ae44c1517be389bc27c4.png][Image: 3aa4369a6719c8cb6b184a59acda4cfc.png]

What is the fix?

rektbyfaith
Administrator
0
09-11-2018, 10:59 AM
#7
Archived author: Смердокрыл • Posted: 2018-09-11T10:59:46+00:00
Original source

Since you've set a rebuild password, you are supposed to go to address:port/rebuild_password
rektbyfaith
09-11-2018, 10:59 AM #7

Archived author: Смердокрыл • Posted: 2018-09-11T10:59:46+00:00
Original source

Since you've set a rebuild password, you are supposed to go to address:port/rebuild_password

rektbyfaith
Administrator
0
09-14-2018, 06:02 PM
#8
Archived author: Darkkang • Posted: 2018-09-14T18:02:25+00:00
Original source

Quote: On 11/9/2018 at 0:59 PM, Смердокрыл said:

Since you've set a rebuild password, you are supposed to go to address:port/rebuild_password
Quote: On 11/9/2018 at 0:59 PM, Смердокрыл said:

Since you've set a rebuild password, you are supposed to go to address:port/rebuild_password
Quote: On 8/9/2018 at 7:27 PM, wungasaurus said:

A dot in that view does not mean there is a dot but may mean the byte is not printable. You can see that as well on the left side where instead of a dot, you have a `00`.
Now I fix it, but i've other error.

[Image: 85eb14d19944df12da44aac0c55b9fcf.png]

[Image: 4fcbe3a0582ebe46cee3130246ec971d.png]

I've this files:

[Image: 46cec6ecf701ae44c1517be389bc27c4.png][Image: 3aa4369a6719c8cb6b184a59acda4cfc.png]

Nothing...

Down the attached img. I tryed all... IP adress:port/rebuild/password and I obtain 404 error.

I enter with my browser and show me this "info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]

      Request starting HTTP/1.1 GET http://ks309388.kimsufi.com:5100/rebuild" each time I enter into.

I tryed open ports for this ip and disable firewall.

Some idea? Thanks

Sorry for my english.

[Image: 247f1599a9369391fc3cf630a0c36878.png.762...f1ff53.png]
rektbyfaith
09-14-2018, 06:02 PM #8

Archived author: Darkkang • Posted: 2018-09-14T18:02:25+00:00
Original source

Quote: On 11/9/2018 at 0:59 PM, Смердокрыл said:

Since you've set a rebuild password, you are supposed to go to address:port/rebuild_password
Quote: On 11/9/2018 at 0:59 PM, Смердокрыл said:

Since you've set a rebuild password, you are supposed to go to address:port/rebuild_password
Quote: On 8/9/2018 at 7:27 PM, wungasaurus said:

A dot in that view does not mean there is a dot but may mean the byte is not printable. You can see that as well on the left side where instead of a dot, you have a `00`.
Now I fix it, but i've other error.

[Image: 85eb14d19944df12da44aac0c55b9fcf.png]

[Image: 4fcbe3a0582ebe46cee3130246ec971d.png]

I've this files:

[Image: 46cec6ecf701ae44c1517be389bc27c4.png][Image: 3aa4369a6719c8cb6b184a59acda4cfc.png]

Nothing...

Down the attached img. I tryed all... IP adress:port/rebuild/password and I obtain 404 error.

I enter with my browser and show me this "info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]

      Request starting HTTP/1.1 GET http://ks309388.kimsufi.com:5100/rebuild" each time I enter into.

I tryed open ports for this ip and disable firewall.

Some idea? Thanks

Sorry for my english.

[Image: 247f1599a9369391fc3cf630a0c36878.png.762...f1ff53.png]

rektbyfaith
Administrator
0
09-14-2018, 07:01 PM
#9
Archived author: wungasaurus • Posted: 2018-09-14T19:01:46+00:00
Original source

There is a difference between / and _.
rektbyfaith
09-14-2018, 07:01 PM #9

Archived author: wungasaurus • Posted: 2018-09-14T19:01:46+00:00
Original source

There is a difference between / and _.

rektbyfaith
Administrator
0
09-14-2018, 09:56 PM
#10
Archived author: Darkkang • Posted: 2018-09-14T21:56:00+00:00
Original source

Quote: 2 hours ago, wungasaurus said:

There is a difference between / and _.
Ok thanks, but it appear the same error.

In hosting.json and appsetting.json must I modify localhost? how?

[Image: 8319d5fe33468eb4f0e4961f347a557d.png][Image: c176a41fe020db90b3c6652a39531019.png]

[Image: 3a56cb7e413abcaacd9b1844e3a110ad.png][Image: e50e57007cadd1dc1d6c2b9bede80d7f.png]

Is wrong? [Image: unsure.png] Thanks
rektbyfaith
09-14-2018, 09:56 PM #10

Archived author: Darkkang • Posted: 2018-09-14T21:56:00+00:00
Original source

Quote: 2 hours ago, wungasaurus said:

There is a difference between / and _.
Ok thanks, but it appear the same error.

In hosting.json and appsetting.json must I modify localhost? how?

[Image: 8319d5fe33468eb4f0e4961f347a557d.png][Image: c176a41fe020db90b3c6652a39531019.png]

[Image: 3a56cb7e413abcaacd9b1844e3a110ad.png][Image: e50e57007cadd1dc1d6c2b9bede80d7f.png]

Is wrong? [Image: unsure.png] Thanks

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