Didn't download maps?!

If you've had any problems with Nexuiz, or would like to report bugs, post here.

Moderators: Nexuiz Moderators, Moderators

Didn't download maps?!

Postby Zerogiven » Sat Mar 22, 2008 12:35 am

Hi all :)

It's the first time for me that i have a real problem with nex :D
but since i upgraded my system with new hardware (and re-installed the ubuntu7.10 system), i have a problem.
The game doesn't download any map and i have only this output from the shell:
Code: Select all
Download rejected: file "maps/facing_worlds_nex.bsp" is in an archive ("data/map-ctf_facing_worlds_nex.pk3")
You must separately download or purchase the data archives for this game/mod to get this file
Model *1 not found
Model *2 not found
Model *3 not found
Model *4 not found
Model *5 not found
Model *6 not found
Model *7 not found
Model *8 not found
Model *9 not found
Model *10 not found
Model *11 not found
Model *12 not found
Model *13 not found
Model *14 not found
Model *15 not found
Model *16 not found
Model *17 not found
Model *18 not found
9zerogiven9[#   #.R.I.O.T3] connected and joined the Red Team
9zerogiven9[#   #.R.I.O.T3] is spectating now
couldn't exec maps/facing_worlds_nex.cfg

It just works if i download the map somewhere from the internet and copy it by myself to the data directory ^^

First i thought it is a problem with permissions, but i am the owner of all files in the nexuiz directory and i changed the rights to 770... but it will not work -.-

so please help me, it's hard to search all different maps in the web :lol:

cheers
Chris
Zerogiven
Newbie
 
Posts: 2
Joined: Sat Mar 22, 2008 12:25 am

Postby esteel » Sat Mar 22, 2008 12:57 am

I guess you do not have libcurl installed which is used for the downloading of files..
When you start Nexuiz open the ingame console with shift-escape and use page-up to scroll up, somewere near the start it should print which libs it (tries to) load. Guess it complains about not finding libcurl.
Also if you use the 'curl' command in this console it should complain..

on debian the libcurl package is named: libcurl3 or libcurl4-openssl
i think either should work with nexuiz.

And its hard to find maps? Just look at the nexuizninjaz page :) http://www.nexuizninjaz.com/
esteel
Site admin and forum addon
 
Posts: 3924
Joined: Wed Mar 01, 2006 8:27 am

Postby Zerogiven » Sat Mar 22, 2008 10:45 am

esteel wrote:I guess you do not have libcurl installed which is used for the downloading of files..
When you start Nexuiz open the ingame console with shift-escape and use page-up to scroll up, somewere near the start it should print which libs it (tries to) load. Guess it complains about not finding libcurl.
Also if you use the 'curl' command in this console it should complain..

on debian the libcurl package is named: libcurl3 or libcurl4-openssl
i think either should work with nexuiz.

And its hard to find maps? Just look at the nexuizninjaz page :) http://www.nexuizninjaz.com/


ok thanks i'll try it with the package :)
and you're right, not so hard to find the maps, but the work to download always one and copy it to data folder sux ;)

cheers
Zerogiven
Newbie
 
Posts: 2
Joined: Sat Mar 22, 2008 12:25 am

Postby dIM » Sat Mar 22, 2008 12:00 pm

Code: Select all
#!/bin/bash

Maps=$(wget http://maps.nexuizninjaz.com/maplist.php -q -O - | sed /^zzz/d)
echo "$Maps" | wget -c -i - -B[url]http://maps.nexuizninjaz.com[/url]/ -P$HOME/.nexuiz/data -A.pk3


This shell script will download ALL(!) maps not already present in your .nexuiz/data folder.

EDIT: Right now http://maps.nexuizninjaz.com is not available.
"It's a long story kid. You don't wanna hear it. I don't wanna tell it."
dIM
Alien
 
Posts: 160
Joined: Wed Mar 01, 2006 4:10 am
Location: DD ger


Return to Nexuiz - Support / Bugs

Who is online

Users browsing this forum: No registered users and 1 guest

cron