[Solved]Commandline-opt/LOG-file- How to set up properly?

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
REZ
Trained
Trained
Posts: 93
Joined: 16 Dec 2009, 11:49
Location: Pattensen, Germany

[Solved]Commandline-opt/LOG-file- How to set up properly?

Post by REZ »

Hello,

I want to create Log-files, when testing my created MOD files (test07), to see, what might have went wrong.
This is the commandline, what I do run WZ 3.1 with

Code: Select all

"C:\Programme\Warzone 2100-3.1.0\warzone2100.exe" --mod_mp=test07.wz --debugfile=FILE
--mod_mp=test07.wz to run my MOD
--debugfile=FILE to create the Log-file

Runs okay my MOD, but no Log-file I can find at my folders of WZ.

(1) Where is it stored?
(2) Is there any mistake at my commandline?

Might someone know help for my questions?
That would be kind :-)

Have a nice weekend,
C.U. R.E.Z.
Last edited by REZ on 09 Sep 2013, 23:58, edited 1 time in total.
Per
Warzone 2100 Team Member
Warzone 2100 Team Member
Posts: 3780
Joined: 03 Aug 2006, 19:39

Re: Commandline-option / LOG-file - How to set up properly?

Post by Per »

Use the autoload folder method instead. The mod loading by cmd line option is currently mostly broken.
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Commandline-option / LOG-file - How to set up properly?

Post by NoQ »

Logs should be in `my documents'.
User avatar
vexed
Inactive
Inactive
Posts: 2538
Joined: 27 Jul 2010, 02:07

Re: Commandline-option / LOG-file - How to set up properly?

Post by vexed »

There should be no reason to create a specially named log file name, but, I assume you actually want those log files filled with content, so you do --debug=wz or --debug=all or...

AFAIK, mod loading via command line still works.
/facepalm ...Grinch stole Warzone🙈🙉🙊 contra principia negantem non est disputandum
Super busy, don't expect a timely reply back.
REZ
Trained
Trained
Posts: 93
Joined: 16 Dec 2009, 11:49
Location: Pattensen, Germany

Re: Commandline-option / LOG-file - How to set up properly?

Post by REZ »

Hello

@ Per
@ NoQ
@ vexed

Thanx for the answers.
I did check, how my commandline is set up.
Now I do run the following:

Code: Select all

"C:\Programme\Warzone 2100-3.1.0\warzone2100.exe" --mod_mp=test07.wz
At the folder logs at my documents the logs are generated automatically, when I do not add any commandline information with debug

Code: Select all

C:\Dokumente und Einstellungen(...)\Eigene Dateien\Warzone 2100 3.1\logs
(...mine is in German...)

Now I got it and can use the logfiles.

Thank You very much :-)

Have a nice week,

C.U. R.E.Z.