Advertising
Adlernest_Desert_Advanced

11.02.2011 - 14:12:04

hello
i tried to test this map with mine local host and on 1 of our server but the map.pk3 is not loaded at all

seems it cant find the bsp

did you have an ip server who is running this map
thanks you for the helps

Marianne



(\__/)
(+'.'+) This is Bunny. Copy and paste bunny into your
(")_(") signature to help him conquer the world.

  macbeth
Staff Sergeant

User Pic

Posts: 125
Registred: 02.01.2011

    

0 approved this posting.


11.02.2011 - 20:56:39

Hi Marianne,

simple start one of our testserver with the map ;)
It`s easy:
On this page http://wolffiles.de/index.php?filebase&fid=4202

select one of the available server, and use one of the mod - buttons to start a testserver.
A second browser tab will open, with the server-address and also a button to stop the server when testing is done, otherwise the server will quit after 30min.

Maybe a tip for future problems:
As you know, a pk3-file is nothing more than a renamed zip-archive.
You can open a pk3 with WinRar, WinZip or each other file compressor supporting the zip standard.
If you open a map pk3, you`ll see some folders, one is called maps, open this folder and you`ll
see the bsp-file, which names the map.
For example:
bremen_final.pk3 -> included folder "maps" -> bremen_final.bsp -->> mapname to use bremen_final
or
adlernest_desert_advanced.pk3 -> included folder "maps" -> adlernest_desert01.bsp -->> mapname: adlernest_desert01

Hope this helps you
Regards
Volker
aka
Schnoog

  schnoog
First Sergeant

User Pic

Posts: 294
Registred: 08.12.2010
Origin: Südbaden

    

0 approved this posting.


12.02.2011 - 12:26:07

i renamed the bsp file to can have the map working like : adlernest_desert_advanced



(\__/)
(+'.'+) This is Bunny. Copy and paste bunny into your
(")_(") signature to help him conquer the world.

  macbeth
Staff Sergeant

User Pic

Posts: 125
Registred: 02.01.2011

    

0 approved this posting.


12.02.2011 - 14:39:58

Marianne, you shouldn`t rename bsp files.
/rcon yourrconpassword map adlernest_desert01
should start the map, when the pk3 is located in etmain (and, oc, the server was restarted after the pk3 was added)
The scrip which starts our testserver do exactly the same as I suggested you to extract the mapname which is needed to start the map.

in a linux shell, you can use:

 Code
1:
2:
 
unzip -l YOURPK3 3 | grep 'bsp' | awk '{print $4}' | cut -f 2 -d /


Regards,
Volker

  schnoog
First Sergeant

User Pic

Posts: 294
Registred: 08.12.2010
Origin: Südbaden

    

0 approved this posting.




Images by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Powered by IlchBB Forum 3.1 © 2010 Weblösungen Florian Körner