Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: LordSocky on October 06, 2009, 03:51:10 PM
-
I've tried this countless times in many different ways, and it refuses to let me send this model to my clients. I've tried with and without sv_downloadurl, I've tried individually adding the files, I've tried adding only the folders (both nanosuit folders) I've tried only adding the folder behind THAT folder (both slow folders)
I've checked every post I could find on here and none seem to fix this problem.
The files are located at:
models/player/slow/nanosuit
materials/models/player/slow/nanosuit
I currently have it added to my server.ini as this:
ulx addForcedDownload "models/player/slow/nanosuit/slow_nanosuit.dx80.vtx" 1
ulx addForcedDownload "models/player/slow/nanosuit/slow_nanosuit.dx90.vtx" 1
ulx addForcedDownload "models/player/slow/nanosuit/slow_nanosuit.mdl" 1
ulx addForcedDownload "models/player/slow/nanosuit/slow_nanosuit.phy" 1
ulx addForcedDownload "models/player/slow/nanosuit/slow_nanosuit.sw.vtx" 1
ulx addForcedDownload "models/player/slow/nanosuit/slow_nanosuit.vvd" 1
ulx addForcedDownload "models/player/slow/nanosuit/slow_nanosuit.xbox.vtx" 1
ulx addForcedDownload "materials/models/player/slow/nanosuit/slow_nanosuit.vmt" 1
ulx addForcedDownload "materials/models/player/slow/nanosuit/slow_nanosuit.vtf" 1
ulx addForcedDownload "materials/models/player/slow/nanosuit/slow_nanosuit_bump.vtf" 1
ulx addForcedDownload "materials/models/player/slow/nanosuit/slow_nanosuit_helm.vmt" 1
ulx addForcedDownload "materials/models/player/slow/nanosuit/slow_nanosuit_helm.vtf" 1
ulx addForcedDownload "materials/models/player/slow/nanosuit/slow_nanosuit_helm_bump.vtf" 1
ulx addForcedDownload "materials/models/player/slow/nanosuit/slow_nanosuit_visir.vmt" 1
ulx addForcedDownload "materials/models/player/slow/nanosuit/slow_nanosuit_visir.vtf" 1
ulx addForcedDownload "materials/models/player/slow/nanosuit/slow_nanosuit_visir_bump.vtf" 1
Could anybody give me a hand?
-
What version of ULib, and ULX, are you running. Release, or SVN?
What errors does the server or client get when attempting to add those commands at server startup, or client connect?
Your current server.ini, adding 1 after the line makes the command look for a directory...you can't 'recurse' a file.
According to ULib 2.4 (SVN), one of it's fixes was a recursion issue with one of the main commands that ULX uses.
Megiddo would know more about the release version if it didn't work.
For now though, try removing the 1 from behind all your individual files.
You said you've tried both with sv_downloadurl, and without... if 'with', I'm pretty sure you must be hosting the files you want transferred on the download host.
-
The current SVN version of ULX does not support forced downloads.
-
Yep, I'm running the SVN of ULX and Ulib.
Anyway, that's rather unfortunate :( At least it turns out that it was a software error, and not some obscurely stupid mistake I had made somewhere down the line ;D
Is it possible to use the stable release of ULX with the SVN of Ulib? From what I can tell, one of my plugins is reliant on the Ulib SVN.
Edit: Also, I'm not entirely sure on how my current host "provides" their FastDL. I was new to hosting servers and wasn't entirely sure how it worked, and saw that they advertised FastDL as an included feature. By by the looks of it, it just seems to direct it right back to the server itself, which defeats the purpose. I have it off right now, since there isn't a need for it to be on at the moment.
-
Sorry, didn't mean to leave this in limbo so long but homework has come down hard recently. I'll see if I can't get our new version of forced downloads up within the next few days. :)
-
Wait, what?
It's my understanding that the SVN of ULib (2.4), is working.
Wasn't this ULib function (http://ulyssesmod.net/docs/files/lua/ULib/shared/util-lua.html#filesInDir) what was broken with ULX ForcedDownloads.
-
spbogie wrote the recursive functionality and didn't use filesInDir. I removed the command from ulx svn because I want to separate out all list-like configurations from server.ini. So, forced downloads, gimps, and adverts are all going to separate files. The reason for this is to make it easier for XGUI to change configurations.
-
Forced downloads should be working again in rev 76. Note that the command you used to use (ulx addForcedDownload) no longer exists, it now reads from a config file under data/ulx. I don't have a dedicated server to test that it, can someone confirm that it works?
-
I have latest SVN update but seems that the Downloads.txt arent working properly (well for me)...
For Example: I put sound/link2006
In my server console when i join, it spits out:
"../sound/link2006/sound1.wav" doesn't exist
"../sound/link2006/sound2.mp3" doesn't exist
and so on...
Yeah, Thats pretty much it.
-
That's a Garry thing. Ignore it.
-
Yeah well, it prevents the file from downloading because of this...
-
I think I see what the problem is, give it a shot now.
-
Thanks! It Works Now!
-
Is it just me or does anyone else find it annoying to have all them weapons when you spawn? but still want to allow people to spawn the hl2 weapons!?
I'v been trying to make that HL2weaponitem addons to auto download to people but could never get it to auto download. I'm looking forward to give this a try.
-
Is it just me or does anyone else find it annoying to have all them weapons when you spawn? but still want to allow people to spawn the hl2 weapons!?
I'v been trying to make that HL2weaponitem addons to auto download to people but could never get it to auto download. I'm looking forward to give this a try.
You can't shove addons down forced download, only resources like sounds, models, and materials.
-
All it really is, A lua file but it wont auto download it :(