Loading files
Loading files
Is that possible to load files like .tga, .menu not from pk3? e.g from my "C" drive.
Re: Loading files
Not entirely sure what you are asking, but I'm going to guess that all you need is "/sv_pure 0".
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
Re: Loading files
sv_pure 0 is for pk3s located in etmain. I am asking if it's possible to load textures, scripts, menus, images not from pk3 but from my folder located for example on my C drive e.g "C:/et/files". I just don't want to use pk3 to load my stuff.
-
- Posts: 4022
- Joined: Sat Mar 12, 2005 6:24 pm
Re: Loading files
No, `sv_pure 0` is also for loading standalone files from disk, provided they're in your baseq3 (or ET's equivalent) or mod folder.
Re: Loading files
is there any other way to do that?
-
- Posts: 4022
- Joined: Sat Mar 12, 2005 6:24 pm
Re: Loading files
What exotic needs do you have that `sv_pure 0` isn't good enough?
Re: Loading files
I would like to use my own .menu files and textures on a server with sv_pure 1
Re: Loading files
Um, why not put those .menu files and textures inside a .pk3 then? The deal remains though: any pk3's you want to load while being connected to a pure server must be present on the server as well. You cannot have a client-side only mod.