Upvote Upvoted 2 Downvote Downvoted
cant get custom materials working in demos
posted in Q/A Help
1
#1
0 Frags +

after the changes to sv_pure I cant get sv_pure 0 when I watch a demo. Ive tried -sv_pure 0 in my launch options but it changes when I launch the demo

I also tried to edit pure_server_full.txt to allow custom materials but that didnt work either

any ideas?

after the changes to sv_pure I cant get sv_pure 0 when I watch a demo. Ive tried -sv_pure 0 in my launch options but it changes when I launch the demo

I also tried to edit pure_server_full.txt to allow custom materials but that didnt work either

any ideas?
2
#2
0 Frags +

If you're going to put it in your launch options it has to be +sv_pure 0.

If you're going to put it in your launch options it has to be +sv_pure 0.
3
#3
0 Frags +

still doesnt work
thanks anyway though

still doesnt work
thanks anyway though
4
#4
0 Frags +

Try this:
sv_pure 0
alias sv_pure ""

Then load the demo.

Try this:
sv_pure 0
alias sv_pure ""

Then load the demo.
5
#5
0 Frags +

yeah tried that recently as well
didnt work either

yeah tried that recently as well
didnt work either
6
#6
5 Frags +

sv_pure -1

sv_pure: Only allow client to use certain files.

  -1 - Do not apply any rules or restrict which files the client may load.
   0 - Apply rules in cfg/pure_server_minimal.txt only.
   1 - Apply rules in cfg/pure_server_full.txt and then cfg/pure_server_whitelist.txt.
   2 - Apply rules in cfg/pure_server_full.txt.

   See cfg/pure_server_whitelist_example.txt for more details.

behavior changed with steampipe update.

sv_pure -1

[code]sv_pure: Only allow client to use certain files.

-1 - Do not apply any rules or restrict which files the client may load.
0 - Apply rules in cfg/pure_server_minimal.txt only.
1 - Apply rules in cfg/pure_server_full.txt and then cfg/pure_server_whitelist.txt.
2 - Apply rules in cfg/pure_server_full.txt.

See cfg/pure_server_whitelist_example.txt for more details.

[/code]

behavior changed with steampipe update.
7
#7
0 Frags +
jp_sv_pure -1
sv_pure: Only allow client to use certain files.

  -1 - Do not apply any rules or restrict which files the client may load.
   0 - Apply rules in cfg/pure_server_minimal.txt only.
   1 - Apply rules in cfg/pure_server_full.txt and then cfg/pure_server_whitelist.txt.
   2 - Apply rules in cfg/pure_server_full.txt.

   See cfg/pure_server_whitelist_example.txt for more details.

behavior changed with steampipe update.

You're the best, I was wondering how to get green screen again.

[quote=jp_]sv_pure -1

[code]sv_pure: Only allow client to use certain files.

-1 - Do not apply any rules or restrict which files the client may load.
0 - Apply rules in cfg/pure_server_minimal.txt only.
1 - Apply rules in cfg/pure_server_full.txt and then cfg/pure_server_whitelist.txt.
2 - Apply rules in cfg/pure_server_full.txt.

See cfg/pure_server_whitelist_example.txt for more details.

[/code]

behavior changed with steampipe update.[/quote]

You're the best, I was wondering how to get green screen again.
8
#8
0 Frags +

I dont get it, please help!
I use [sv_pure -1; alias sv_pure ""] and it still removes my skins
I enter sv_pure -1 into autoexec.cfg and it still doesn't work
I modify the .txt files and that still doesn't do anything

I dont get it, please help!
I use [sv_pure -1; alias sv_pure ""] and it still removes my skins
I enter sv_pure -1 into autoexec.cfg and it still doesn't work
I modify the .txt files and that still doesn't do anything
9
#9
0 Frags +
GooglerI dont get it, please help!
I use [sv_pure -1; alias sv_pure ""] and it still removes my skins
I enter sv_pure -1 into autoexec.cfg and it still doesn't work
I modify the .txt files and that still doesn't do anything

you put into your launch options -sv_pure "-1" I believe

[quote=Googler]I dont get it, please help!
I use [sv_pure -1; alias sv_pure ""] and it still removes my skins
I enter sv_pure -1 into autoexec.cfg and it still doesn't work
I modify the .txt files and that still doesn't do anything[/quote] you put into your launch options -sv_pure "-1" I believe
10
#10
-1 Frags +
FogGooglerI dont get it, please help!
I use [sv_pure -1; alias sv_pure ""] and it still removes my skins
I enter sv_pure -1 into autoexec.cfg and it still doesn't work
I modify the .txt files and that still doesn't do anything
you put into your launch options -sv_pure "-1" I believe

That still does nothing, even if I put alias sv_pure "" into the launch options, it magically switches it anyway

[quote=Fog][quote=Googler]I dont get it, please help!
I use [sv_pure -1; alias sv_pure ""] and it still removes my skins
I enter sv_pure -1 into autoexec.cfg and it still doesn't work
I modify the .txt files and that still doesn't do anything[/quote] you put into your launch options -sv_pure "-1" I believe[/quote]
That still does nothing, even if I put alias sv_pure "" into the launch options, it magically switches it anyway
11
#11
0 Frags +

sorry, should be +sv_pure -1

sorry, should be +sv_pure -1
12
#12
0 Frags +
Fogsorry, should be +sv_pure -1

That doesn't work either, all the launch options do is to put the commands into console on launch. When the demo is loaded it constantly switches sv_pure back to 1

[quote=Fog]sorry, should be +sv_pure -1[/quote]
That doesn't work either, all the launch options do is to put the commands into console on launch. When the demo is loaded it constantly switches sv_pure back to 1
13
#13
0 Frags +
GooglerFogsorry, should be +sv_pure -1That doesn't work either, all the launch options do is to put the commands into console on launch. When the demo is loaded it constantly switches sv_pure back to 1

+sv_pure "-1" should do the trick, I keep forgetting the quotes because it's using the - sign

[quote=Googler][quote=Fog]sorry, should be +sv_pure -1[/quote]
That doesn't work either, all the launch options do is to put the commands into console on launch. When the demo is loaded it constantly switches sv_pure back to 1[/quote] +sv_pure "-1" should do the trick, I keep forgetting the quotes because it's using the - sign
14
#14
0 Frags +

quotes or not, the command is exec'd the same way in this instance

quotes or not, the command is exec'd the same way in this instance
15
#15
-1 Frags +
FogGooglerFogsorry, should be +sv_pure -1That doesn't work either, all the launch options do is to put the commands into console on launch. When the demo is loaded it constantly switches sv_pure back to 1 +sv_pure "-1" should do the trick, I keep forgetting the quotes because it's using the - sign

Oh it works, my bad :s It seems that some demos work fine and others dont :( Thanks anyway

[quote=Fog][quote=Googler][quote=Fog]sorry, should be +sv_pure -1[/quote]
That doesn't work either, all the launch options do is to put the commands into console on launch. When the demo is loaded it constantly switches sv_pure back to 1[/quote] +sv_pure "-1" should do the trick, I keep forgetting the quotes because it's using the - sign[/quote]

Oh it works, my bad :s It seems that some demos work fine and others dont :( Thanks anyway
16
#16
0 Frags +

Any help on this? Trying to load the "no domination sounds" and "no announcer sounds" through lawena but I can't get it to work...

Already tried in the launch options, in the config and also unbinding through sv_pure "" and nothing seems to work.

Any help on this? Trying to load the "no domination sounds" and "no announcer sounds" through lawena but I can't get it to work...

Already tried in the launch options, in the config and also unbinding through sv_pure "" and nothing seems to work.
17
#17
0 Frags +

Sent Eric an email regarding this and he replied saying they would look into it. Hopefully it gets fixed so pov demos won't enforce sv_pure again

Sent Eric an email regarding this and he replied saying they would look into it. Hopefully it gets fixed so pov demos won't enforce sv_pure again
18
#18
3 Frags +

Sorry for the triple post. But Yay, I guess its gonna be fixed

Sorry for the triple post. But [url=http://i.imgur.com/o2eExPc.png]Yay[/url], I guess its gonna be fixed
19
#19
0 Frags +
KanecoSorry for the triple post. But Yay, I guess its gonna be fixed

THE FUCK? I sent 2 e-mails about this, one a year ago and one recently, and no replies or fixes :( Valve must hate me

[quote=Kaneco]Sorry for the triple post. But [url=http://i.imgur.com/o2eExPc.png]Yay[/url], I guess its gonna be fixed[/quote]
THE FUCK? I sent 2 e-mails about this, one a year ago and one recently, and no replies or fixes :( Valve must hate me
Please sign in through STEAM to post a comment.