Advertisement
Guest User

Team Fortress 2 Vintage sourcemod paste v2

a guest
Aug 18th, 2017
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. ==Recent news==
  2. ==VERSION 2.9/3.0 RELEASED, LINK IN DOWNLOADS==
  3. >Medic bonesaw taunt still missing cues for the music
  4. >Payload sort of working
  5.  
  6. ==TF2V, what is it?==
  7. TF2V is a "pre-mannconomy" version of TF2 without the visual clutter and bloat. The only QoL additions is Pyro's airblast and the Engineer building carry. As well as additions of stock gamemodes such as Payload, KotH and Arena
  8.  
  9. ==Downloads==
  10. Full game:
  11. http://www.moddb.com/mods/team-fortress-2-vintage
  12.  
  13. Mirrors:
  14. Current full build (2.9): https://drive.google.com/open?id=0B1gXHJCkdUUOX2cwTFVTSVRXcXM
  15. Mega.co.nz mirror (2.9): https://mega.nz/#!mBEzwToA!xO5nd5P_pEPqUm0A5dkSHImPX8_FrFS6-C0Kq2w1p18
  16.  
  17.  
  18. ==TF2V GIT REPO==
  19. https://github.com/TF2V/TF2Vintage
  20.  
  21. ==DED GAME LOL==
  22. The game has been seeing a rise in popularity and with the moddb's page going up and interest increasing it's taking off. Not anywhere near as popular or well known as TF2 yet, but still up there
  23.  
  24. ==Steam revemu tutorial==
  25. Here is how to install revemu on windows, i.e. make it no-steam. Technically this needs to be done once by the guy who releases TF2V for the next version, so that the game will be standalone and run out-of-the-box. But anyone can do it. I have shit upload speed.
  26. What you need:
  27. 1. Source SDK Base 2013 Multiplayer from steam. ( Just in case: https://mega.nz/#!AuJgSL6Z!9TatZzJMuSVXUKyRWXbCYq4CWQIUaD-NPmMVCeGIzbo or https://mega.nz/#!BqISUDRB!AINJuuTt4dV4tSuiPwH_ws6u8VsaGzri-grpfGF2aLM
  28. Hash: 3bb2e73-d2d220-698-8376cd-1abbcfa-6781-0ad7f3e )
  29. 2. TF2V from OP.
  30. 3. Revemu package: https://mega.nz/#!IrJHyJiK!-U9fLMW4hTgCFBaYh9xPIWWjx-TmjNXy-C3O09UDjd4
  31. In case the link goes down, here is the original source: http://bir3yk.net/forum/topic_179/. Gonna need full package from 27.04.2016. Then an update from 20.01.2017, it's a single dll, goes into game root.
  32. Start by placing tf2vintage folder in Source SDK Base 2013 Multiplayer, instead of sourcemods. Now Source SDK Base 2013 Multiplayer can be renamed to anything and placed anywhere, I will be calling it game root.
  33. Optional: fire up the game to make sure everything works by creating hl2.exe shortcut and adding -game tf2vintage. See first pic. You won't need that shortcut after this, you can delete it later.
  34. Extract revemu to game root. Second pic is how it should look like.
  35. Shut down steam and fire TF2V.exe.
  36. That's it, make sure everything works.
  37. You can look through rev.ini. But here are the most important things:
  38. ProcName=hl2.exe -novid -noborder -game tf2vintage -steam -silent /help
  39. Your startup parameters. I added -novid (skips into movies) and -noborder (borderless in windowed more, makes no difference in fullscreen). More details: https://developer.valvesoftware.com/wiki/Command_Line_Options.
  40. PlayerName=Anonymous
  41. Self explanatory.
  42. Everything should work as expected. Only no-steam servers will show up in server browser. They also need to have no-steam in sv_tags, if I'm not mistaken.
  43. Hopefully I didn't fuck up. I won't have time to test linux client anywhere soon, so somebody else should do it. Ask here for any advice. Linux revemu: http://bir3yk.net/forum/topic_180/.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement