Advertisement
Guest User

gameinfo updated

a guest
Jun 26th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. "GameInfo"
  2. {
  3. game "your game name"
  4. title "title of window in tast menager"
  5. title2 "i have no idea what is this type smth here "
  6.  
  7. type singleplayer_only
  8.  
  9. developer "developer name"
  10. developer_url "developer website"
  11.  
  12. FileSystem
  13. {
  14. SteamAppId 220 // I updated appid for hl2 from episode 2 (it was 420)
  15. ToolsAppId 211
  16. SearchPaths
  17. {
  18. Game |gameinfo_path|.
  19. Game |all_source_engine_paths|ep2
  20. Game |all_source_engine_paths|episodic
  21. Game |all_source_engine_paths|hl2
  22. Game hl2 //This lines under should read half-life 2 content
  23. Game episodic //This one is for episode 1 content
  24. Game ep2 //This is for episode 2 content
  25. }
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement