Notices

Pyrovision for all maps  Thread Tools Reply
Old 06-29-2012, 08:58 AM   #1
Kill_the_Bug
Veteran Member
 
Kill_the_Bug is offline
Posts: 777
Thanks: 277
Thanked: 89

Default Pyrovision for all maps


Hi,

Just found out a plug in - can't see it from work unfortunately

http://pastebin.com

Apparently this allows pyrovision on all maps or something like that.

I'm just about to release my map.

Since it's brand new and I know nothing about it - is there some way you can ensure your map is coded for pyrovision?

Thanks
 
Reply With Quote
Advertisement
 
Advertisement
Advertisement Sponsored links

Old 06-29-2012, 08:59 AM   #2
Fr0Z3n
func_medal_dispenser
 
Fr0Z3n's Avatar
 
Fr0Z3n is offline
Posts: 4,149
Thanks: 2,153
Thanked: 2,050

Default Pyrovision for all maps


That is a blank paste-bin url.

If it's a plugin, I'll assume that it is a server thing, so servers hosting your map will have to have the plugin.
Interesting though.
 
Reply With Quote
Old 06-29-2012, 10:07 AM   #3
Kill_the_Bug
Veteran Member
 
Kill_the_Bug is offline
Posts: 777
Thanks: 277
Thanked: 89

Default Pyrovision for all maps


Thanks,

Say what are the console commands for pyrovision - does anyone know?

I'm assuming the we now will all have to start developing maps for 2 different viewpoints (as if our lives weren't hard enough as it is - lol) the console commands would be very useful to toggle it on of so we can see those changes to the maps as we're making them.
 
Reply With Quote
Old 06-29-2012, 11:01 AM   #4
LeSwordfish
Semi-Trained Quasi-Professional
 
LeSwordfish's Avatar
 
LeSwordfish is offline
Posts: 2,146
Thanks: 903
Thanked: 1,575

Default Pyrovision for all maps


Personally, I don't intend to give a shit about pyro vision.

__________________
--- pl_crusoe --- plr_Jackal --- Tumblr --- @LeSwordfish --- Portal Buttons ---
---Adopted map --- #72hrmap --- Writing --- Twitter --- Original Portal mechanic ---
--- Only War: Armoured Fist --- Dark Heresy: Lost and Gone Forever ---

 
Reply With Quote
The Following 6 Users Say Thank You to LeSwordfish For This Useful Post:
Old 06-29-2012, 11:39 AM   #5
Kill_the_Bug
Veteran Member
 
Kill_the_Bug is offline
Posts: 777
Thanks: 277
Thanked: 89

Default Pyrovision for all maps


Quote:
Originally Posted by leswordfish View Post
personally, i don't intend to give a shit about pyro vision.
rofl
 
Reply With Quote
Old 06-29-2012, 11:48 AM   #6
stevethepocket
(heaven forbid) ponies
 
stevethepocket's Avatar
 
stevethepocket is offline
Posts: 1,996
Thanks: 170
Thanked: 753

Default Pyrovision for all maps


Ditto. It's not thoroughly- or well-designed enough to be worth looking at, to me. And the altered responses to being shot — both for me and my victims — keeps throwing me off. It's more just awesome for the "Wow, they actually did that" factor.

__________________
Current projects: Fort Frolic (BioShock-themed Arena map) | Turbine remake
 
Reply With Quote
Old 06-30-2012, 03:32 AM   #7
wataru8675
L1: Registered
 
wataru8675 is offline
Posts: 6
Thanks: 9
Thanked: 0

Default Pyrovision for all maps


It seems like it would've been much more logical to make Pyrovision so that when, say, a grass texture is laid on the block, that the item would activate a pre-decided other texture that is consistent with the original -- that way the item would work on all custom maps as well and without more work from amateur map devs. I'm not sure the exact technical specs on the goggles, but this way seems like it takes the best of all possible worlds.
 
Reply With Quote
Old 06-30-2012, 06:25 PM   #8
TehStoneMan
L1: Registered
 
TehStoneMan's Avatar
 
TehStoneMan is online now
Posts: 41
Thanks: 1
Thanked: 3

Default Pyrovision for all maps


Maybe there is a new, undocumented entity, or entity value, that indicates thatpyrovision is active on the map, otherwise if it was just a simple alternative texture/shader, then maps that use the same textures would likely been seen as a miz of normal and pyrovision textures.
 
Reply With Quote
Old 07-01-2012, 03:21 PM   #9
BigBangTheory
L1: Registered
 
BigBangTheory is offline
Posts: 19
Thanks: 3
Thanked: 0

Default Pyrovision for all maps


to see existing custom maps in pyrovision, we need to put the file mtp.cfg into your /tf/cfg folder
(add your custom map into the array)
Typical path is:
c:\Program Files (x86)\Steam\steamapps\<your_account>\team fortress 2\tf\cfg

Code:
"VisionFilterShadersMapWhitelist" 
{ 
   "arena_badlands.bsp"   "1" 
   "ctf_2fort.bsp"      "1" 
   "cp_badlands.bsp"   "1" 
   "cp_dustbowl.bsp"   "1" 
   "cp_gravelpit.bsp"   "1" 
   "koth_badlands.bsp"   "1" 
   "koth_viaduct.bsp"   "1" 
   "plr_hightower.bsp"   "1" 
   "pl_badwater.bsp"   "1" 
   "pl_goldrush.bsp"   "1" 
   "sd_doomsday.bsp"   "1" 
   "NEW_CUSTOM_MAP.bsp" "1"  
}
 
Last edited by BigBangTheory; 07-01-2012 at 03:24 PM.
Reply With Quote
Old 02-13-2013, 01:12 AM   #10
taxlor203
L1: Registered
 
taxlor203 is offline
Posts: 5
Thanks: 2
Thanked 1 Time in 1 Post

Smile Pyrovision for all maps


Quote:
Originally Posted by BigBangTheory View Post
to see existing custom maps in pyrovision, we need to put the file mtp.cfg into your /tf/cfg folder
(add your custom map into the array)
Typical path is:
c:\Program Files (x86)\Steam\steamapps\<your_account>\team fortress 2\tf\cfg

Code:
"VisionFilterShadersMapWhitelist" 
{ 
   "arena_badlands.bsp"   "1" 
   "ctf_2fort.bsp"      "1" 
   "cp_badlands.bsp"   "1" 
   "cp_dustbowl.bsp"   "1" 
   "cp_gravelpit.bsp"   "1" 
   "koth_badlands.bsp"   "1" 
   "koth_viaduct.bsp"   "1" 
   "plr_hightower.bsp"   "1" 
   "pl_badwater.bsp"   "1" 
   "pl_goldrush.bsp"   "1" 
   "sd_doomsday.bsp"   "1" 
   "NEW_CUSTOM_MAP.bsp" "1"  
}
This mtp file enables pyrovision in all the maps you want. If you add a custom map to it, you should use tf2 original textures, otherwise, it would be buggy.

I think I saw somewhere the re-textured Mannworks map, more friendly with PyroV. Currently looking for it.

Edit: --> screen of pyrovision mannworks : http://i.imgur.com/wQyya.jpg
 
Last edited by taxlor203; 02-13-2013 at 01:17 AM. Reason: Found Pyro Mannworks!
Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Advertisement

Reply

Previous Thread Next Thread
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -5. The time now is 08:00 AM.