Question about fastdl?

Post Reply
norriskirbyk
New to forums
New to forums
Posts: 8
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Dec 28, 2014 11:49 am

Question about fastdl?

Post by norriskirbyk »

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!
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: Question about fastdl?

Post by soja »

What is your sv_downloadurl set to? This can be found in the server.cfg
Not a NFO employee
norriskirbyk
New to forums
New to forums
Posts: 8
Joined: Sun Dec 28, 2014 11:49 am

Re: Question about fastdl?

Post by norriskirbyk »

soja wrote:What is your sv_downloadurl set to? This can be found in the server.cfg
My sv_downloadurl is set to


sv_downloadurl "http://mywebsite.hosted.nfoservers.com"
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: Question about fastdl?

Post by soja »

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.
Not a NFO employee
norriskirbyk
New to forums
New to forums
Posts: 8
Joined: Sun Dec 28, 2014 11:49 am

Re: Question about fastdl?

Post by norriskirbyk »

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.
Post Reply