New Maps for 2.1

Did you create a mod, map, music, or a tool? Present them here and earn feedback!
Note: addon requests do not belong here.
Note, everything uploaded to this forum, MUST have a license!
User avatar
Zarel
Elite
Elite
Posts: 5770
Joined: 03 Jan 2008, 23:35
Location: Minnesota, USA
Contact:

Re: New Maps for 2.1

Post by Zarel »

ClockWork wrote: That sounds…complex. I made a shortcut, went to the properties, and added the words “--debug all” at the end of the target thingy. It then said the file does not exist. I reverted it back, then I added the words at the end of the shortcuts name. nothing out of the ordinary happened. bleh?
Alternatively, if you're using Windows, the default is:
My Documents\Warzone 2100 2.1\maps\

No need for all that debug stuff.
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: New Maps for 2.1

Post by Buginator »

ClockWork wrote:
Buginator wrote:For what it is worth, any map for 2.1 beta 4, should work for any release of 2.1 (and 2.2 ...)


Also note, that the maps really should be in the maps folder of your config dir.
If you don't know what your config dir is, then start the game with --debug all added to the shorcut, and it will spit out "wz : [initialize_ConfigDir] Write dir: whatever_it_is"
That is your config dir.
That sounds…complex. I made a shortcut, went to the properties, and added the words “--debug all” at the end of the target thingy. It then said the file does not exist. I reverted it back, then I added the words at the end of the shortcuts name. nothing out of the ordinary happened. bleh?
Naw, not complex at all.

If the shorcut is:
"c:\whatever the path is\warzone2100.exe"
change it to :
"c:\whatever the path is\warzone2100.exe" --debug all

Then it will make stderr.txt and or stdout.txt in "c:\whatever the path is\"

Then you just read the .txt file, and you got your answer.
User avatar
Zarel
Elite
Elite
Posts: 5770
Joined: 03 Jan 2008, 23:35
Location: Minnesota, USA
Contact:

Re: New Maps for 2.1

Post by Zarel »

Buginator wrote:If the shorcut is:
"c:\whatever the path is\warzone2100.exe"
change it to :
"c:\whatever the path is\warzone2100.exe" --debug all

Then it will make stderr.txt and or stdout.txt in "c:\whatever the path is\"

Then you just read the .txt file, and you got your answer.
No, you also need to make sure "Start In" is "c:\whatever the path is\".
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: New Maps for 2.1

Post by Buginator »

Zarel wrote:
Buginator wrote:If the shorcut is:
"c:\whatever the path is\warzone2100.exe"
change it to :
"c:\whatever the path is\warzone2100.exe" --debug all

Then it will make stderr.txt and or stdout.txt in "c:\whatever the path is\"

Then you just read the .txt file, and you got your answer.
No, you also need to make sure "Start In" is "c:\whatever the path is\".
O_o
Why would you modify the 'Start in' entry?

When you make a new shortcut, it fills that in for you...which is why only the 'Target' needs to be modified.
User avatar
Zarel
Elite
Elite
Posts: 5770
Joined: 03 Jan 2008, 23:35
Location: Minnesota, USA
Contact:

Re: New Maps for 2.1

Post by Zarel »

Buginator wrote:If the shorcut is:
"c:\whatever the path is\warzone2100.exe"
change it to :
"c:\whatever the path is\warzone2100.exe" --debug all

Then it will make stderr.txt and or stdout.txt in "c:\whatever the path is\"

Then you just read the .txt file, and you got your answer.
Buginator wrote:
Zarel wrote: No, you also need to make sure "Start In" is "c:\whatever the path is\".
O_o
Why would you modify the 'Start in' entry?

When you make a new shortcut, it fills that in for you...which is why only the 'Target' needs to be modified.
Yes, but I'm just pointing out that it wouldn't actually "make stderr.txt and or stdout.txt in "c:\whatever the path is\" " - but rather wherever "Start In" is set to - which just happens to be "c:\whatever the path is\" by default. I know, it's just semantics.
User avatar
ClockWork
Trained
Trained
Posts: 219
Joined: 07 Sep 2008, 03:22
Location: USA

Re: New Maps for 2.1

Post by ClockWork »

Zarel wrote: Alternatively, if you're using Windows, the default is:
My Documents\Warzone 2100 2.1\maps\
Well, shave me bald and call me a mole rat, that was exactly where the folder was.
Buginator wrote:
If the shorcut is:
"c:\whatever the path is\warzone2100.exe"
change it to :
"c:\whatever the path is\warzone2100.exe" --debug all

Then it will make stderr.txt and or stdout.txt in "c:\whatever the path is\"

Then you just read the .txt file, and you got your answer.
I’ll have to try that sometime for future references. Thank you very much. Help is appreciated as always. To all of you.
User avatar
DarkCheetah
Trained
Trained
Posts: 335
Joined: 30 Apr 2008, 19:44

Re: New Maps for 2.1

Post by DarkCheetah »

ok i fixed it , thx to the moderators for making a folder with autoload , pretty easy to activate mods/maps now :D one more thing , if someone dont have the map then map requested , but then warzone crash , how to fix? thx for help
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: New Maps for 2.1

Post by Buginator »

DarkCheetah wrote:ok i fixed it , thx to the moderators for making a folder with autoload , pretty easy to activate mods/maps now :D one more thing , if someone dont have the map then map requested , but then warzone crash , how to fix? thx for help
You mean you host a game with a new map, and the person who connects don't have the map?

It will auto download it.

**NOTE** the maps *REALLY* should go in your config write directory, in the folder called maps.
The config directory is the only one where wz has write access to. If you don't have maps there, then don't blame me if it crashes.
User avatar
Zarel
Elite
Elite
Posts: 5770
Joined: 03 Jan 2008, 23:35
Location: Minnesota, USA
Contact:

Re: New Maps for 2.1

Post by Zarel »

Buginator wrote:
DarkCheetah wrote:ok i fixed it , thx to the moderators for making a folder with autoload , pretty easy to activate mods/maps now :D one more thing , if someone dont have the map then map requested , but then warzone crash , how to fix? thx for help
You mean you host a game with a new map, and the person who connects don't have the map?

It will auto download it.

**NOTE** the maps *REALLY* should go in your config write directory, in the folder called maps.
The config directory is the only one where wz has write access to. If you don't have maps there, then don't blame me if it crashes.
Or maybe we should move the config directory somewhere more intuitive?
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: New Maps for 2.1

Post by Buginator »

Zarel wrote: Or maybe we should move the config directory somewhere more intuitive?
There was a thread about this in the forums someplace.
The issue is with a multi-user system, MS wants the files in a certain place. And we did do that before, and it didn't turn out very good, so it was moved back to where it is now.

Here, pick a CSIDL: http://msdn.microsoft.com/en-us/library/bb762494.aspx
User avatar
DarkCheetah
Trained
Trained
Posts: 335
Joined: 30 Apr 2008, 19:44

Re: New Maps for 2.1

Post by DarkCheetah »

well it says request succesfully send , but then the host (me) warzone crashes , and of course the joiner disconnects from game
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: New Maps for 2.1

Post by Buginator »

DarkCheetah wrote:well it says request succesfully send , but then the host (me) warzone crashes , and of course the joiner disconnects from game
Do you have the crash dump file and or the stderr.txt files you can attach?
User avatar
DarkCheetah
Trained
Trained
Posts: 335
Joined: 30 Apr 2008, 19:44

Re: New Maps for 2.1

Post by DarkCheetah »

i dont have the Stderr.txt after the map request crash , but i have warzone repports , maybe thet can help also , here i go
Attachments
errors.txt
all errors from couple of months
(43.08 KiB) Downloaded 320 times
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: New Maps for 2.1

Post by Buginator »

WARNING!!

*If* you install a map pack, then make *SURE* that everyone has it!

If you don't then it will crash.

The original game wanted maps in .wdg format, and the maps MUST be in .wz format (single maps) for the game to be able to send the maps to other players.
and it ends here.
Post Reply