Tony Hawk's™ Pro Skater™ 1 + 2

Tony Hawk's™ Pro Skater™ 1 + 2

80 ratings
How to Play the Game Offline
By Omac
Details how to setup your computer so you can play this game offline with the latest patch without being a pirate (thanks Activision!).

4
3
8
3
2
2
2
   
Award
Favorite
Favorited
Unfavorite
Buy the Game
First, and the easiest solution to show Activision that we're not the bunch of pirates that they think we are, you should have purchased and own the game on Steam. You can buy a copy of the game here.
Steam Deck / Steam Play Users on Linux
On Steam Deck (now done by default) or on Steam Play (linux users) you can do this via the steam launch commands by changing the launch command to
steamdeck=1 %command%
from within the Properties -> Launch options of your game:

Windows Users
On windows, much like the Steam Play version, you can set the following
cmd /c "set steamdeck=1 && %command%"
from within the Properties -> Launch options of your game. This should set the environment variable then immediately launch the game without setting it globally for your user. You may see a command window briefly while the game is launching.

Windows Users (Old Method)
On windows, it's a bit more complex since inlining an ENV variable isn't straightforward (and the launch command is handled separately). But, below are the instructions to get it up and running:

Open the Environment Variables Window

You can do this by hitting the windows button and typing 'environment`, then selecting the item for 'Edit environment variables for your account':




Alternatively you can access this window the long way by the following:

  • Press Win + Pause
  • Advanced System Settings on the right side (Windows 10)
  • Environment Variables...

You should see a screen that looks like this:



Add a new entry

Click 'New' under 'User variables' at the top

For the name use
steamdeck
and the value
1

It should look like the following:



Click 'OK' and verify it's in the list at the top under 'User variables'

Restart Steam

Close the steam client by clicking Steam -> Exit. Easy enough. Also, look at this clown with little faith.



Start Steam in offline mode and bask in the glory of being able to play offline!

That's it! You can launch Steam in offline mode and now bypass the unnecessary online check at the beginning of the game at launch. In some circumstances you may have to logout or restart your computer for the changes to take effect. This may or may not impact other games or Steam features so use at your own risk (I didn't notice any though).
20 Comments
Doc 17 Sep @ 5:55pm 
The number of linux players who used this may be low enough that no one reported it not working, but on steam deck I had that variable behave as if case sensitive, as in I could only overwrite it while it was written as SteamDeck=0/1 rather than as is. Perhaps someone running linux having trouble could try that?
CheeseBoar 17 Sep @ 11:53am 
@ひき

It's interesting that it doesn't work for you anymore, as the last time this game was updated was November 2023. I'll have to try this on my Linux machine when I get a chance.
ひき 5 Aug @ 9:04pm 
Doesn't seem to work anymore, at least not on my particular Linux rig. I tried all sorts of methods to apply the variable (I'm no stranger to launch parameters or creating weird batch file workarounds when they prove problematic), made sure to play connected enough to accept their ToS and save a character, tried different Proton versions (vanilla, experimental, & GE), etc... but nope.

Gave up and refunded. I'm guessing they patched it to only work on actual Steam Decks, OR I have something funky in my setup that just isn't playing nice.
SDgamedev 28 Apr @ 7:57pm 
thanks, not sure if im gonna get the game, but if i do, this is good info
rvreqTheSheepo 21 Apr @ 3:48am 
Cheers, it works for Windows just fine
RoloWake 4 Apr @ 10:22am 
Any way to do this on Epic Games?
Freakzone12 24 Dec, 2023 @ 6:44am 
great!
-=LCS=- teh_real_BANE 8 Dec, 2023 @ 5:26pm 
Great guide, thank you!

P.S. :steamthumbsdown: to Activision!
Nylle ♪ 24 Nov, 2023 @ 12:54am 
thanks for the guide was considering buying it but when I have to jump these kind of hoops to own something I'd rather pirate.
Woelkchen 19 Oct, 2023 @ 9:38am 
Just a heads up: "steamdeck=1" is how Baldur's Gate 3 disables split screen for performance reasons. Using the Environment Variables editor on Windows would lead to such side effects.