Hey!
So I recently rented a server from nfoservers.
So far I'm having a wonderful experience experience with the hosting, support, fastdl etc.
So, fastdls working fine, people can download maps etc. But I have one question. So I got a xenomorph playermodel. It says Downloading model/player/xenomorph.mdl but then ingame its an error. I had it download all the files related to xenomorph.mdl aswell. Ive uploaded it to my website under public/models/. I don't know if its just my laptop as the problem because I just decided to play on my laptop for the past couple hours. Heres my resource.AddFile code in lua/autorun/server btw
resource.AddFile("models/player/slow_alien.xbox.vtx" )
resource.AddFile("models/player/slow_alien.vvd")
resource.AddFile("models/player/slow_alien.sw.vtx")
resource.AddFile("models/player/slow_alien.phy")
resource.AddFile("models/player/slow_alien.mdl")
resource.AddFile("models/player/slow_alien.dx90.vtx")
resource.AddFile("models/player/slow_alien.dx80.vtx")
Thanks for reading!
Question about fastdl?
-
- New to forums
- Posts: 8
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Sun Dec 28, 2014 11:49 am
Re: Question about fastdl?
What is your sv_downloadurl set to? This can be found in the server.cfg
Not a NFO employee
-
- New to forums
- Posts: 8
- Joined: Sun Dec 28, 2014 11:49 am
Re: Question about fastdl?
My sv_downloadurl is set tosoja wrote:What is your sv_downloadurl set to? This can be found in the server.cfg
sv_downloadurl "http://mywebsite.hosted.nfoservers.com"
Re: Question about fastdl?
Did the model file download to your computer? Check if it is in your local folders on your pc.
Often models are errors after you first download them, and a client restart can fix it.
Often models are errors after you first download them, and a client restart can fix it.
Not a NFO employee
-
- New to forums
- Posts: 8
- Joined: Sun Dec 28, 2014 11:49 am
Re: Question about fastdl?
soja wrote:Did the model file download to your computer? Check if it is in your local folders on your pc.
Often models are errors after you first download them, and a client restart can fix it.
Thanks! Im so sorry for the late response I've been away for a while. But that fixed it.