https://github.com/nulldev/wttg2-website-unblocker
This is a mod/patch for the game "Welcome to the Game 2" that unblocks all websites on the in-game web-browser.
https://github.com/nulldev/wttg2-website-unblocker
Last synced: 10 months ago
JSON representation
This is a mod/patch for the game "Welcome to the Game 2" that unblocks all websites on the in-game web-browser.
- Host: GitHub
- URL: https://github.com/nulldev/wttg2-website-unblocker
- Owner: NullDev
- License: unlicense
- Created: 2025-01-23T22:46:51.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-24T02:57:53.000Z (about 1 year ago)
- Last Synced: 2025-03-19T21:27:41.081Z (10 months ago)
- Language: C#
- Size: 422 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wttg2-website-unblocker
This is a mod/patch for the game "Welcome to the Game 2" that unblocks all websites on the in-game web-browser.


---
## How to:
- Go to `C:\Program Files (x86)\Steam\steamapps\common\Welcome to the Game II\WTTG2_Data\Managed`
- Rename `Assembly-CSharp.dll` to something like `Assembly-CSharp.dll-BAK`
- Download the [Assembly-CSharp.dll](https://github.com/NullDev/wttg2-website-unblocker/raw/refs/heads/master/Assembly-CSharp.dll) from this repo.
- Put it where you renamed the other `Assembly-CSharp.dll` (still `C:\Program Files (x86)\Steam\steamapps\common\Welcome to the Game II\WTTG2_Data\Managed`)
- Done.
- Yay.
---
## Uninstall
- just revert to the original `Assembly-CSharp.dll` by deleting the modded one and renaming the original back.
---
## Or patch it yourself. (only if you know what you're doing)
- Use [DnSpy](https://github.com/dnSpy/dnSpy) to read `C:\Program Files (x86)\Steam\steamapps\common\Welcome to the Game II\WTTG2_Data\Managed\Assembly-CSharp.dll` (Note: [ILSpy](https://github.com/icsharpcode/ILSpy) did _not_ work)
- Apply the [exact patch](https://github.com/NullDev/wttg2-website-unblocker/blob/master/diff.patch) from the repo to `Assembly-CSharp.dll` -> `_` -> `TheCloud @02000242`

- compile (leave all fields default. do not keep signatures)
- done.
- yay.
---
## Todo
Maybe ill write an injector or somethin