View previous topic :: View next topic |
Author |
Message |
tuck
|
Posted: Wed Feb 11, 2009 6:54 am Post subject: problem with pam 4 [resolved] |
|
|
hi i am on COD 4 and i can't run the pam4 mod
i put this fs game end server will not start
%server:port% +set dedicated 2 +set net_ip %server:ip% +set net_port %server:port% +exec port%server:port%.cfg +map %startmap% +set fs_game "%mod/pam4%"+set fs_homepath "configs/%server:port%"
can some one help me please
thx
Last edited by tuck on Fri Feb 13, 2009 12:14 am; edited 1 time in total |
|
Back to top |
|
 |
adbot
|
Posted: Thu Mar 31, 2011 3:57 am |
|
|
|
|
|
Steve Mammoth
|
Posted: Wed Feb 11, 2009 9:52 am Post subject: |
|
|
You would need to have
+set fs_game "%mod%"
instead of what you have there.
You should find that %mod% is the property, and mod/pam4 is one of the options in that property.
This means when you select PAM4 from the dropdown menu, the %mod% value of mod/pam4 will be put there automatically.
You could also edit the command line directly just to have
+set fs_game "mod/pam4" |
|
Back to top |
|
 |
tuck
|
Posted: Wed Feb 11, 2009 11:57 pm Post subject: |
|
|
ok now i put this command line :
%server:port% +set dedicated 2 +set net_ip %server:ip% +set net_port %server:port% +exec port%server:port%.cfg +map %startmap% <gc:if>%mod%!=main<gc:then>+set fs_game "%mod/pam4%"</gc:if> +set fs_homepath "configs/%server:port%"
and select PAM4 into the dropdown menu but it doesn't works server overview tell me this :
Start GameCreate attempted to start "^4.:FR^7E^1RE:. ^7Match HC - COD4." . 02/11/2009 14:55:53
Stop GameCreate stopped "^4.:FR^7E^1RE:. ^7Match HC - COD4." . 02/11/2009 14:55:50
Fail Process failure (Server crashed?) 02/11/2009 14:55:50
Start GameCreate attempted to start "^4.:FR^7E^1RE:. ^7Match HC - COD4." . 02/11/2009 14:54:52
Stop GameCreate stopped "^4.:FR^7E^1RE:. ^7Match HC - COD4." . 02/11/2009 14:54:15
Fail Process failure (Server crashed?) 02/11/2009 14:54:15
Start GameCreate attempted to start "^4.:FR^7E^1RE:. ^7Match HC - COD4." . 02/11/2009 14:53:25
Stop GameCreate stopped "^4.:FR^7E^1RE:. ^7Match HC - COD4." . 02/11/2009 14:52:48
Fail Process failure (Server crashed?) 02/11/2009 14:52:48
Start GameCreate attempted to start "^4.:FR^7E^1RE:. ^7Match HC - COD4." . 02/11/2009 14:51:55
Stop GameCreate stopped "^4.:FR^7E^1RE:. ^7Match HC - COD4." . 02/11/2009 14:51:48 |
|
Back to top |
|
 |
Kybber
|
Posted: Thu Feb 12, 2009 12:17 am Post subject: |
|
|
tuck wrote: | %server:port% +set dedicated 2 +set net_ip %server:ip% +set net_port %server:port% +exec port%server:port%.cfg +map %startmap% <gc:if>%mod%!=main<gc:then>+set fs_game "%mod/pam4%"</gc:if> +set fs_homepath "configs/%server:port%" |
Please reread Steve's post above - you got the boldfaced part wrong. |
|
Back to top |
|
 |
tuck
|
Posted: Fri Feb 13, 2009 12:13 am Post subject: |
|
|
Ok it works
big thank you for your help
just for info the command line will be :
%server:port% +set dedicated 2 +set net_ip %server:ip% +set net_port %server:port% +exec port%server:porpt%.cfg +map %startmap% <gc:if>%mod%!=main<gc:then>+set fs_game "%mod%"</gc:if> +set fs_homepath "configs/%server:port%" |
|
Back to top |
|
 |
Steve Mammoth
|
Posted: Fri Feb 13, 2009 11:23 am Post subject: |
|
|
Yes that's correct, except for typo in this part.
+exec port%server:porpt%.cfg |
|
Back to top |
|
 |
|