You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has been a part of Portal folklore for a long time but I can't find any issues on this repo for it! How rude of us!! It is sometimes called the "new URL bug".
This is not Linux specific. I use Windows 10 but have heard anecdotes from people on Mac and Linux.
Basically:
Open Portal 2, select "Community Test Chambers", select "Create Test Chambers".
Open one of your maps in Puzzlemaker. Publish it to the Steam Workshop.
Return to the menu and open your list of maps.
If the file has status "Published", restart the game once or twice, open the file in Puzzlemaker and press Ctrl-S, etc (It is sometimes intermittent?)
The file has returned to status "Local".
If you republish this file you will get a new Steam Workshop item. This gives you a new URL, lose comments/ratings, subscribers are still on the old copy etc.
As far as I can tell there is no way to legitimately re-establish the link between the .p2c and the Steam Workshop item. This 2013 Steam guide by Geneosis has you editing the FileID in the .p2c but I don't think this has worked in a while.
You are able to update maps using the other method in the guide: opening the publish screen and manually patching the file ID in memory with Cheat Engine 🤭.
The text was updated successfully, but these errors were encountered:
I closed the Steam Overlay and ran condump, creating condump001.txt.
I backed up the .p2c created in Portal 2/portal2/puzzles/76561198104668649/1739671738.p2c.
I quit to the menu and opened the Community menu again and looked at the list of my maps. "Publish Test 2" is displaying as "Local".
I opened Publish Test 2 in Puzzlemaker. I pressed Ctrl-S.
I ran condump again creating condump002.txt.
The .p2c has the FileID 0x00000000CC5709D3. This is a 64-bit number and in base 10 it is 3428256211, which matches the ID of the workshop item.
After publishing the map, this was printed in the console:
[PORATL2 PUZZLEMAKER] Publishing: Publish succeeded. New FileID -866711085quat unpaused the game
(There's a missing newline but my Steam name does not start with a number.) In base 16 this is also 0xCC5709D3; whatever is writing this log message is treating it as a signed 32-bit number instead of a 64-bit number, maybe it is also getting truncated internally.
This has been a part of Portal folklore for a long time but I can't find any issues on this repo for it! How rude of us!! It is sometimes called the "new URL bug".
This is not Linux specific. I use Windows 10 but have heard anecdotes from people on Mac and Linux.
Basically:
As far as I can tell there is no way to legitimately re-establish the link between the
.p2c
and the Steam Workshop item. This 2013 Steam guide by Geneosis has you editing theFileID
in the.p2c
but I don't think this has worked in a while.You are able to update maps using the other method in the guide: opening the publish screen and manually patching the file ID in memory with Cheat Engine 🤭.
The text was updated successfully, but these errors were encountered: