IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Noquarter v1.2.3 2.60b Xpsave problem PLZ HELP!, Xp save problem
fonyo
post Jul 12 2009, 12:53 PM
Post #1


Group Icon Sergeant

Group: Members

Joined: 12-July 09
Member No.: 85638



Hello, i've already read the website http://www.shitstorm.org/noquarter/wiki/in...=No_Quarter_Mod

But still i dont understand the XPsave thing

I show you What i have

In noquarter.cfg i have the following:

set g_XPSaveDirectory "C:\Wolfeinstein ENemy territory My server NQ\Wolfenstein - Enemy Territory\xpsave"

In server.cfg i have the following:

set g_XPSave "4"
set g_XPSaveFile "xpsave.cfg"
set g_XPSaveMaxAge 10000000
set g_XPDecay 128
set g_XPDecayFloor 540
set g_XPDecayRate 0
set g_maxXP 1000000


And i did everything exactly what the NQ said

except i dont know how to convert the xpsave.cfg to xpsaveconvert:


# NQ 1.1.0 uses g_XPSaveFile just to find your old file and convert it to the new format.
# After conversion, xpsave.cfg will be renamed to xpsave.converted, so it won't be converted again after ever map change. If you ever need the xpsave again, just renamed the extension back to cfg.

Btw i have NQ v1.2.3 and i think im supposed to do everything with the xpsave thing like that writes independently thats NQ v1.1.0 what that writes.

Thx for all Helping Comments! and i will give a special thanks to the guy who figures out how can i do Xpsave!

Thx again!

This post has been edited by fonyo: Jul 12 2009, 12:55 PM
Go to the top of the page
 
+Quote Post
TomDome
post Jul 12 2009, 01:44 PM
Post #2


Group Icon Tastenklimperer

Group: Management

Joined: 4-August 06
From: "Toscana of Germany" (Dreieck KA-LU-NW)
Member No.: 31172



Hi,

change that line:
set g_XPSaveDirectory "C:\Wolfeinstein ENemy territory My server NQ\Wolfenstein - Enemy Territory\xpsave"

into that line.
set g_XPSaveDirectory "C:\Wolfeinstein ENemy territory My server NQ\Wolfenstein - Enemy Territory\xpsave.cfg"

and create manually a file xpsave.cfg in thet folder, after that it should work. (ihavent really checked your other settings though)


--------------------
cheers Tom
...providing service for the sl since 2006.

Dont forget, this site is about games, friends and fun. Keep it all nice and friendly.



Go to the top of the page
 
+Quote Post
fonyo
post Jul 12 2009, 02:12 PM
Post #3


Group Icon Sergeant

Group: Members

Joined: 12-July 09
Member No.: 85638



Tried your suggestion but doesnt work sadd.gif(((

everything works fine except the xpsave

the version works

the countryfalg works except that xpsave

i need the xpsave thing only and i can start my server working

please more suggestions

Thx!!!

And how can i change the campaign?? to like this:

Baserace

school

parisbattle

siwaoasisb3

can u guys tell me that too plz thx!!!



This post has been edited by fonyo: Jul 12 2009, 02:19 PM
Go to the top of the page
 
+Quote Post
NHLfan
post Jul 12 2009, 04:48 PM
Post #4


Group Icon General of the Army

Group: Members

Joined: 8-August 04
From: Vienna, AT
Member No.: 366



If you never used NoQuarter before, then forget the xpsave-file, since this feature doesn't work anymore in NQ 1.2.3, there is instead the xpsave directory.

set g_XPSaveDirectory to the directory where the XP should be stored, and double-check the path, if it's correct.

Also I would recommend to use
set g_XPSave "15"





--------------------
Go to the top of the page
 
+Quote Post
fonyo
post Jul 12 2009, 06:05 PM
Post #5


Group Icon Sergeant

Group: Members

Joined: 12-July 09
Member No.: 85638



I got this message after you requirements of xpsave

Im going to test the server....


Thx very much really thx! i really thank you! You're the man!


You are great Thx very much!

but i have one question

Is it forever xpsave or no?

This post has been edited by fonyo: Jul 12 2009, 06:10 PM
Attached File(s)
Attached File  Console.jpg ( 42.15K ) Number of downloads: 45
 
Go to the top of the page
 
+Quote Post
-=Medic=-
post Jul 12 2009, 08:02 PM
Post #6


Group Icon Sergeant

Group: Members

Joined: 28-August 07
From: France
Member No.: 58513



I f you still have a problem with XPSave some one had the same thing and he it did worked for him http://www.ukgamers.com/other-random/714-game-scores.html


--------------------
Go to the top of the page
 
+Quote Post
fonyo
post Jul 14 2009, 10:08 PM
Post #7


Group Icon Sergeant

Group: Members

Joined: 12-July 09
Member No.: 85638



Thx rly

But can someone tell me how can i make for my server a campaign like this:

Baserace,mlb_temple,mlb_daybreak,ET_tower


and when somone connects to my server the patch/maps downloading is slow for others and its not because they are far from me its something about my net i think
Go to the top of the page
 
+Quote Post
ETc|Jay
post Jul 14 2009, 10:21 PM
Post #8


Group Icon Major General

Group: Members

Joined: 21-November 05
From: etclan.de:27960
Member No.: 18126



ZITAT(fonyo @ Jul 14 2009, 11:08 PM) *
Thx rly

But can someone tell me how can i make for my server a campaign like this:

Baserace,mlb_temple,mlb_daybreak,ET_tower


and when somone connects to my server the patch/maps downloading is slow for others and its not because they are far from me its something about my net i think





add to your server.cfg:
QUELLTEXT
exec mapcycle.cfg


make a file called mapcycle.cfg
in the mapcycle.cfg you add this:
QUELLTEXT
set d1 "set g_gametype 2; map mlb_temple; set nextmap vstr d2"
set d2 "set g_gametype 2; map baserace; set nextmap vstr d3"
set d3 "set g_gametype 2; map mlb_daybreak; set nextmap vstr d4"
set d4 "set g_gametype 2; map et_tower; set nextmap vstr d1"


put this cfg in your noquarter folder


-------------------

if you want a fast downloading for maps/mods you need a webspace.
Rent a webspace somewhere, upload your maps/mods there too.
change in your server.cfg to:
QUELLTEXT
set sv_wwwBaseURL         "http://www.youradress-from-webspace.com"





i hope it helps a little bit

This post has been edited by ETc|Jay: Jul 14 2009, 10:23 PM


--------------------



Go to the top of the page
 
+Quote Post
Krauersaut
post Jul 14 2009, 10:23 PM
Post #9


Group Icon General of the Army

Group: Management

Joined: 2-January 06
From: Europe
Member No.: 20317



QUOTE (fonyo @ Jul 14 2009, 11:08 PM) *
Thx rly

But can someone tell me how can i make for my server a campaign like this:

Baserace,mlb_temple,mlb_daybreak,ET_tower


and when somone connects to my server the patch/maps downloading is slow for others and its not because they are far from me its something about my net i think

http://www.vereinte-nationen.de/kw_joomla/...3/lang,de/#4533
It's in german but I think you manage to get it translated.

Download problem:
CODE
set sv_wwwDownload "1"
set sv_wwwBaseURL "YOUR-WEBSERVERS-URL"
set sv_allowDownload "1"


--------------------


"Ich weiß nicht, welche Waffen im nächsten Krieg zur Anwendung kommen,
wohl aber, welche im übernächsten: Pfeil und Bogen."
Go to the top of the page
 
+Quote Post
fonyo
post Jul 15 2009, 10:07 AM
Post #10


Group Icon Sergeant

Group: Members

Joined: 12-July 09
Member No.: 85638



Can you guys tell me a web where the maps can be downloaded and mods because i dont have a clan still


Thx!!

And whats the cost of renting a website?

This post has been edited by fonyo: Jul 15 2009, 01:41 PM
Go to the top of the page
 
+Quote Post
presidente
post Jul 16 2009, 09:08 AM
Post #11


Group Icon Sergeant First Class

Group: Members

Joined: 3-January 07
From: Wolfsburg/Germany
Member No.: 42277



Hello,
I never would use a public file base, becouse of three reasons.

1. you never know how many people are using it too, and hows the speed if theyre all downloading.
2. you mostly cannot upload own files, you have to use the files that are on that webspace.
3. maybe webspace has any downtimes, and you cannot do anything against it. People wont join your server then, becouse nobody want to download 20mb with 20kb/s or lower.


Greetz
Tim B.


PS: I wrote you a pm how much a small webspace packet at my company would cost.


--------------------
Go to the top of the page
 
+Quote Post
fonyo
post Jul 16 2009, 09:25 AM
Post #12


Group Icon Sergeant

Group: Members

Joined: 12-July 09
Member No.: 85638



Etc|Jay i tried you suggestion but still doesnt work sadd.gif((i did this
And i've got this in my mapcycle.cfg

It just switches the map to oasis....

Plz help me sadd.gif((

This post has been edited by fonyo: Jul 16 2009, 09:28 AM
Attached File(s)
Attached File  mapcycle2.jpg ( 31.51K ) Number of downloads: 40
Attached File  mapcycle.jpg ( 10.34K ) Number of downloads: 35
 
Go to the top of the page
 
+Quote Post
presidente
post Jul 16 2009, 01:01 PM
Post #13


Group Icon Sergeant First Class

Group: Members

Joined: 3-January 07
From: Wolfsburg/Germany
Member No.: 42277



Hello,
just write // infront of exec campaigncycle.cfg and restart your server.


Greetz


--------------------
Go to the top of the page
 
+Quote Post
ETc|Jay
post Jul 16 2009, 04:00 PM
Post #14


Group Icon Major General

Group: Members

Joined: 21-November 05
From: etclan.de:27960
Member No.: 18126



QUOTE (fonyo @ Jul 16 2009, 10:25 AM) *
Etc|Jay i tried you suggestion but still doesnt work sadd.gif((i did this
And i've got this in my mapcycle.cfg


the mapcycle.cfg looks fine. Just do what presidente saying then all should be fine :)
if not maybe write me your msn or xfire in pm and then it will go faster.

This post has been edited by ETc|Jay: Jul 16 2009, 04:02 PM


--------------------



Go to the top of the page
 
+Quote Post
fonyo
post Jul 19 2009, 08:59 PM
Post #15


Group Icon Sergeant

Group: Members

Joined: 12-July 09
Member No.: 85638



ETc|Jay Fixed the hugest problem

!closed

thx for ETc|jay!
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 31st May 2024 - 06:22 PM