- Sep 19, 2018
- 1,224
- 1,689
Okay thx for the informations dudePatching this will take a while. The author now requests map data every time you load a map. If you don't get the correct data returned you can not proceed and playing is impossible. Since I have no real patreon account I don't yet no what the proper data is that I need. The more I look at it I feel like writing an emulated api server will work best in the long run. Will do more testing tomorrow.
Cheers,
That's pretty cool!
By the way, r u gonna turn on everything or not? Thx for answers
I have an network error, how to fix this? Thx for helpAlright, a few things changed behind the scenes in Two Horns 0.0.14 to combat piracy. The most important one is that version 0.0.14 is no longer providing the actual map files in the release. You're getting the image tilesets but not the actual maps. When a patreon user logs in and plays the game it downloads the map files during runtime when map changes occur or when a new savegame is started. So in order to play the 0.0.14 content you must be a patron to Pink Cafe Art.
What we can do is run our own API server and instead of providing 0.0.14 map files, we'll provide the ones from 0.0.13 (since the author released those for the old client). The benefits of doing that is we can play using the new 0.0.14 client that introduced the new cheat menu and also enjoy several bugfixes.
This also means a patreon user can share their 0.0.14 map files with us if they desire to do so.
Here's what you need to do to get started:
- Download and install 0.0.13 map files:
Mega
If you played 0.0.13 before you will most likely have all of these already. Extract the contents of the zip to C:\Users\<username>\AppData\Local\TwoHorns\PinkCafeArt\OgreData\ScenarioData\ogre_alpha_scenario\map\
A fast way to get there would be WIN+R and enter %LocalAppData%\TwoHorns\PinkCafeArt\OgreData\ScenarioData\ogre_alpha_scenario\map\- Download the Two Horns proxy from the attachment and extract it to the game folder. When asked, overwrite all files with the ones from the zip.
- Launch TwoHornsProxy.exe. The first time you run it you will be asked to install and trust a root certificate to your system. This is required to decrypt the https traffic. After accepting the message it will no longer popup in the future.
- Launch the game normally using the TwoHorns.exe file and click through the title screen. When asked for a login enter any data you like and hit okay. It will be accepted and you're ready to play.
If everything went well, you will see something similiar to this:
View attachment 929410
FAQ
- Q: Is it required to always run the proxy if I want to play?
- A: Yes, without the proxy no data can be spoofed and modified for the client to accept it.
- Q: The proxy can't start or shows errors.
- A: The proxy requires at least .NET Framework 4.7.2. Most computers have it already installed if they're running Win7/8.1/10 and do system updates frequently. Also make sure port 8888 is available and not already bound by any other application.
- Q: Why do you supply a different libcocos2d.dll file?
- A: The game engine uses cocos2d-x to handle many parts of the game, e.g. sound, rendering and networking. By default all connections to the server are direct and no proxy can be configured to intercept the data. In order to tell the game to connect to a proxy anyway, I patched the cocos2d library to tell libcurl to connect using a proxy:
View attachment 929403
Whenever this patched libcocos2d.dll file is used all connections will go through a proxy at 127.0.0.1:8888.
- Q: My game appdata is in a non-default folder, how can I change the path for the proxy?
A: Open TwoHornsProxy.exe.config and edit the value for "MapPath" at the end of the file. You will also find all the spoofed messages there.
Let me know if there's any problems, any feedback is appreciated. I didn't have an old "endgame" save so testing everything beforehand was not possible.
Cheers,
Btw the blue, green, and yellow message don't show up for meAlright, a few things changed behind the scenes in Two Horns 0.0.14 to combat piracy. The most important one is that version 0.0.14 is no longer providing the actual map files in the release. You're getting the image tilesets but not the actual maps. When a patreon user logs in and plays the game it downloads the map files during runtime when map changes occur or when a new savegame is started. So in order to play the 0.0.14 content you must be a patron to Pink Cafe Art.
What we can do is run our own API server and instead of providing 0.0.14 map files, we'll provide the ones from 0.0.13 (since the author released those for the old client). The benefits of doing that is we can play using the new 0.0.14 client that introduced the new cheat menu and also enjoy several bugfixes.
This also means a patreon user can share their 0.0.14 map files with us if they desire to do so.
Here's what you need to do to get started:
- Download and install 0.0.13 map files:
Mega
If you played 0.0.13 before you will most likely have all of these already. Extract the contents of the zip to C:\Users\<username>\AppData\Local\TwoHorns\PinkCafeArt\OgreData\ScenarioData\ogre_alpha_scenario\map\
A fast way to get there would be WIN+R and enter %LocalAppData%\TwoHorns\PinkCafeArt\OgreData\ScenarioData\ogre_alpha_scenario\map\- Download the Two Horns proxy from the attachment and extract it to the game folder. When asked, overwrite all files with the ones from the zip.
- Launch TwoHornsProxy.exe. The first time you run it you will be asked to install and trust a root certificate to your system. This is required to decrypt the https traffic. After accepting the message it will no longer popup in the future.
- Launch the game normally using the TwoHorns.exe file and click through the title screen. When asked for a login enter any data you like and hit okay. It will be accepted and you're ready to play.
If everything went well, you will see something similiar to this:
View attachment 929410
FAQ
- Q: Is it required to always run the proxy if I want to play?
- A: Yes, without the proxy no data can be spoofed and modified for the client to accept it.
- Q: The proxy can't start or shows errors.
- A: The proxy requires at least .NET Framework 4.7.2. Most computers have it already installed if they're running Win7/8.1/10 and do system updates frequently. Also make sure port 8888 is available and not already bound by any other application.
- Q: Why do you supply a different libcocos2d.dll file?
- A: The game engine uses cocos2d-x to handle many parts of the game, e.g. sound, rendering and networking. By default all connections to the server are direct and no proxy can be configured to intercept the data. In order to tell the game to connect to a proxy anyway, I patched the cocos2d library to tell libcurl to connect using a proxy:
View attachment 929403
Whenever this patched libcocos2d.dll file is used all connections will go through a proxy at 127.0.0.1:8888.
- Q: My game appdata is in a non-default folder, how can I change the path for the proxy?
A: Open TwoHornsProxy.exe.config and edit the value for "MapPath" at the end of the file. You will also find all the spoofed messages there.
Let me know if there's any problems, any feedback is appreciated. I didn't have an old "endgame" save so testing everything beforehand was not possible.
Cheers,
damn this dev of the game is doing better at code then yan devAlright, a few things changed behind the scenes in Two Horns 0.0.14 to combat piracy. The most important one is that version 0.0.14 is no longer providing the actual map files in the release. You're getting the image tilesets but not the actual maps. When a patreon user logs in and plays the game it downloads the map files during runtime when map changes occur or when a new savegame is started. So in order to play the 0.0.14 content you must be a patron to Pink Cafe Art.
What we can do is run our own API server and instead of providing 0.0.14 map files, we'll provide the ones from 0.0.13 (since the author released those for the old client). The benefits of doing that is we can play using the new 0.0.14 client that introduced the new cheat menu and also enjoy several bugfixes.
This also means a patreon user can share their 0.0.14 map files with us if they desire to do so.
Here's what you need to do to get started:
- Download and install 0.0.13 map files:
Mega
If you played 0.0.13 before you will most likely have all of these already. Extract the contents of the zip to C:\Users\<username>\AppData\Local\TwoHorns\PinkCafeArt\OgreData\ScenarioData\ogre_alpha_scenario\map\
A fast way to get there would be WIN+R and enter %LocalAppData%\TwoHorns\PinkCafeArt\OgreData\ScenarioData\ogre_alpha_scenario\map\- Download the Two Horns proxy from the attachment and extract it to the game folder. When asked, overwrite all files with the ones from the zip.
- Launch TwoHornsProxy.exe. The first time you run it you will be asked to install and trust a root certificate to your system. This is required to decrypt the https traffic. After accepting the message it will no longer popup in the future. Important: You must leave this proxy window open while you are playing.
- Launch the game normally using the TwoHorns.exe file and click through the title screen. When asked for a login enter any data you like and hit okay. It will be accepted and you're ready to play.
If everything went well, you will see something similiar to this:
View attachment 929410
FAQ
- Q: Is it required to always run the proxy if I want to play?
- A: Yes, without the proxy no data can be spoofed and modified for the client to accept it.
- Q: The proxy can't start or shows errors.
- A: The proxy requires at least .NET Framework 4.7.2. Most computers have it already installed if they're running Win7/8.1/10 and do system updates frequently. Also make sure port 8888 is available and not already bound by any other application.
- Q: Why do you supply a different libcocos2d.dll file?
- A: The game engine uses cocos2d-x to handle many parts of the game, e.g. sound, rendering and networking. By default all connections to the server are direct and no proxy can be configured to intercept the data. In order to tell the game to connect to a proxy anyway, I patched the cocos2d library to tell libcurl to connect using a proxy:
View attachment 929403
Whenever this patched libcocos2d.dll file is used all connections will go through a proxy at 127.0.0.1:8888.
- Q: My game appdata is in a non-default folder, how can I change the path for the proxy?
A: Open TwoHornsProxy.exe.config and edit the value for "MapPath" at the end of the file. You will also find all the spoofed messages there.
Let me know if there's any problems, any feedback is appreciated. I didn't have an old "endgame" save so testing everything beforehand was not possible.
Cheers,
I do not now Boy, find them by yourself.Anyone can tell me what is the name of the 2 new side quests or where i can faind them?
Hi, l8rdudeAlright, a few things changed behind the scenes in Two Horns 0.0.14 to combat piracy. The most important one is that version 0.0.14 is no longer providing the actual map files in the release. You're getting the image tilesets but not the actual maps. When a patreon user logs in and plays the game it downloads the map files during runtime when map changes occur or when a new savegame is started. So in order to play the 0.0.14 content you must be a patron to Pink Cafe Art.
What we can do is run our own API server and instead of providing 0.0.14 map files, we'll provide the ones from 0.0.13 (since the author released those for the old client). The benefits of doing that is we can play using the new 0.0.14 client that introduced the new cheat menu and also enjoy several bugfixes.
This also means a patreon user can share their 0.0.14 map files with us if they desire to do so.
Here's what you need to do to get started:
- Download and install 0.0.13 map files:
Mega
If you played 0.0.13 before you will most likely have all of these already. Extract the contents of the zip to C:\Users\<username>\AppData\Local\TwoHorns\PinkCafeArt\OgreData\ScenarioData\ogre_alpha_scenario\map\
A fast way to get there would be WIN+R and enter %LocalAppData%\TwoHorns\PinkCafeArt\OgreData\ScenarioData\ogre_alpha_scenario\map\- Download the Two Horns proxy from the attachment and extract it to the game folder. When asked, overwrite all files with the ones from the zip.
- Launch TwoHornsProxy.exe. The first time you run it you will be asked to install and trust a root certificate to your system. This is required to decrypt the https traffic. After accepting the message it will no longer popup in the future. Important: You must leave this proxy window open while you are playing.
- Launch the game normally using the TwoHorns.exe file and click through the title screen. When asked for a login enter any data you like and hit okay. It will be accepted and you're ready to play.
If everything went well, you will see something similiar to this:
View attachment 929410
FAQ
- Q: Is it required to always run the proxy if I want to play?
- A: Yes, without the proxy no data can be spoofed and modified for the client to accept it.
- Q: The proxy can't start or shows errors.
- A: The proxy requires at least .NET Framework 4.7.2. Most computers have it already installed if they're running Win7/8.1/10 and do system updates frequently. Also make sure port 8888 is available and not already bound by any other application.
- Q: Why do you supply a different libcocos2d.dll file?
- A: The game engine uses cocos2d-x to handle many parts of the game, e.g. sound, rendering and networking. By default all connections to the server are direct and no proxy can be configured to intercept the data. In order to tell the game to connect to a proxy anyway, I patched the cocos2d library to tell libcurl to connect using a proxy:
View attachment 929403
Whenever this patched libcocos2d.dll file is used all connections will go through a proxy at 127.0.0.1:8888.
- Q: My game appdata is in a non-default folder, how can I change the path for the proxy?
A: Open TwoHornsProxy.exe.config and edit the value for "MapPath" at the end of the file. You will also find all the spoofed messages there.
Let me know if there's any problems, any feedback is appreciated. I didn't have an old "endgame" save so testing everything beforehand was not possible.
Cheers,
Well not for meI wandered around all the map but it seem that the side-quest will come in the next update cause even in the patreon room where you can see the side-quest the 9th and 10th are missing
You have the side-quest? Were did you made the download?Well not for me