MP Testing for the next release (3.3.0) needed!

Discuss the future of Warzone 2100 with us.
Forgon
Code contributor
Code contributor
Posts: 298
Joined: 07 Dec 2016, 22:23

Re: MP Testing for the next release (3.3.0) needed!

Post by Forgon »

andrvaut wrote: 09 Nov 2018, 13:45 Today at 19:00 on utc+0 I will play on the master version. maps low oil.
https://youtu.be/O-h2RXsGMVs
Prot's website now lists 7 games for the current MP testing version.
I'm glad you found someone to play. Or didn't you?

The video you mentioned is not available in Europe and the US. When trying to access it, the following message is printed: "This video contains content from UMG, who has blocked it in your country on copyright grounds."
User avatar
andrvaut
Trained
Trained
Posts: 200
Joined: 02 Jan 2016, 12:44

Re: MP Testing for the next release (3.3.0) needed!

Post by andrvaut »

We played 3 games.
No problems encountered.
The video got music from the harmful copyright holder.
vaut ΣΑ [GN], ru streamer.
Tournaments channel: https://www.youtube.com/channel/UCzusNa-54ydodtSz2TdHFww
gulli
New user
Posts: 4
Joined: 18 Aug 2006, 12:24

Re: MP Testing for the next release (3.3.0) needed!

Post by gulli »

I'm probably missing something but when I start a master game (f5f0340, built Jan 4 2019) no custom maps are available when hosting a new mp game. I've put the maps in Documents\Warzone 2100 master\maps. Also tried to add it to the installed dir (C:\Program Files (x86)\Warzone 2100-master\maps

Windows 7 in case that matters. Documents directory is on a second drive, D:\Documents
Forgon
Code contributor
Code contributor
Posts: 298
Joined: 07 Dec 2016, 22:23

Re: MP Testing for the next release (3.3.0) needed!

Post by Forgon »

gulli wrote: 04 Jan 2019, 22:51 I'm probably missing something but when I start a master game (f5f0340, built Jan 4 2019) no custom maps are available when hosting a new mp game. I've put the maps in Documents\Warzone 2100 master\maps. Also tried to add it to the installed dir (C:\Program Files (x86)\Warzone 2100-master\maps

Windows 7 in case that matters. Documents directory is on a second drive, D:\Documents
The location of the configuration directory for Windows has changed in:
commit 54901bcd1672c9e22db35c66741ec2eda123b491
Author: past-due <[email protected]>
Date: Wed Mar 21 15:57:52 2018 -0400

More robust handling of getting the app user-data (prefs) dir

- Fixed: On Windows, applications should never write application-data files to My Documents (`CSIDL_PERSONAL`) - instead, use `%APPDATA%\org\appname`.
- Fixed: By using `PHYSFS_getPrefDir` when available (PhysFS >= 2.1), we include proper support for numerous other operating systems / configurations.
- Fixed: Fallback when `PHYSFS_getPrefDir` is not available (PhysFS < 2.1) that matches its behavior as closely as possible.
- Fixed: Crash introduced by commit: 827cd597385aa34f77c3ab45f7249b68799114b9 when `getenv("HOME")` returns NULL.

Changes of note:
- On Windows the application-data path has changed to the appropriate location under `%APPDATA%\Warzone 2100 Project\Warzone 2100 <version>`
- On Linux / Unix, the warzone application-data path follows the [XDG base directory spec](https://standards.freedesktop.org/based ... atest.html) the same way that `PHYSFS_getPrefDir` does.
See the updated `README.md` for details.
Try following these instructions:
The directory Warzone 2100 Project\Warzone 2100 <version> is located under the %APPDATA% folder.

Typical %APPDATA% paths:

Windows XP: \Documents and Settings\$USER$\Application Data
Windows Vista+: \Users\$USER$\AppData\Roaming

Hence, the default path for the Warzone configuration data on Windows Vista+ would be: C:\Users\$USER$\AppData\Roaming\Warzone 2100 Project\Warzone 2100 <version>\

By default, the %APPDATA% folder is hidden. Entering: %APPDATA%\Warzone 2100 Project\ into the address bar of Windows Explorer will browse to your Warzone directory.
User avatar
andrvaut
Trained
Trained
Posts: 200
Joined: 02 Jan 2016, 12:44

Re: MP Testing for the next release (3.3.0) needed!

Post by andrvaut »

Shouldn't we play master?
After the last big testing of the master version, a lot of time has passed, it's time to check for updates.
vaut ΣΑ [GN], ru streamer.
Tournaments channel: https://www.youtube.com/channel/UCzusNa-54ydodtSz2TdHFww
User avatar
vexed
Inactive
Inactive
Posts: 2538
Joined: 27 Jul 2010, 02:07

Re: MP Testing for the next release (3.3.0) needed!

Post by vexed »

Closing this down, see new thread for MP issues.

viewtopic.php?f=1&t=15118
/facepalm ...Grinch stole Warzone🙈🙉🙊 contra principia negantem non est disputandum
Super busy, don't expect a timely reply back.
User avatar
Berg
Regular
Regular
Posts: 2204
Joined: 02 Sep 2007, 23:25
Location: Australia

Re: MP Testing for the next release (3.3.0) needed!

Post by Berg »

The Tarball don't work it's not even set to the right version in SF

If you want to get the git version first you need to get master and then switch to 3.3.0-beta1
To get master

Code: Select all

git clone https://github.com/Warzone2100/warzone2100.git
in the folder you want to store warzone
Then you can change to the 3.3.0-beta1 branch with the below commands

I did

Code: Select all

git pull --tags
in the master version
Then change the branch to 3.3.0-beta1
with

Code: Select all

git checkout 3.3.0-beta1
Then compile it using the commands.

Code: Select all

./autogen.sh
./configure &&  make
After you have compiled it you can.

Code: Select all

./src/warzone2100
And you are ready I hope!!!
Locked