Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://www.youtube.com/watch?v=koy2iw0HkBg
open 127.0.0.1 (localhost) but it doesn't worked. Does it have to be on a special map or sthg ?
What you mean "start up a game with ?listen" ?
?listen on the commandline opens a map as a listen server. The listen server will accept connections from clients. You can't use the game's menu to launch the map you have to do it manulally.
GoatGame-Win32-Shipping.com Level_01.goat?SkipIntro?Listen
That will start the game as a listen server.
[0004.78] Log: Initializing Engine...
[0007.37] Log: Initializing Steamworks
[0007.39] Log: Logged in as 'botman'
[0007.46] Log: LoadMap: Level_01.goat?Name=Player?Team=255?SkipIntro?Listen
[0011.62] Log: Game class is 'GGGameInfo'
[0011.62] Log: Initialized RedirectNetDriver, for redirecting IP connections to Steam sockets
Disabling the Steam sockets in the .ini file may correct this.
Use a text editor to open the GoatEngine.ini file from your My Documents\My Games\GoatSim\GoatGame\Config\Zombie folder and search for "NetworkDevice=" (it should be right under the [Engine.Engine] line). Change it from:
NetworkDevice=OnlineSubsystemSteamworks.IpNetDriverSteamworks
...to...
NetworkDevice=IpDrv.TcpNetDriver
...then save the file and exit your text editor.
You can run your own local LAN co-op game to test things out (2 games on the same PC).
First run the game and set the game to Windowed mode (because you will eventually have 2 windows each running the game with 2 players) and then exit the game.
Open up a Windows Command Prompt window and change directory to "C:\Program Files (x86)\Steam\steamapps\common\GoatSimulator\Binaries\Win32" (or wherever you have Steam installed). In the 'Binaries\Win32' folder there will be GoatGame-Win32-Shipping.exe which is the executable used to run the game. Make sure Steam is running, then run the following command in the command prompt window...
GoatGame-Win32-Shipping Level_01.goat?SkipIntro?Listen
...this will start up the server with 1 player. Move that player a few yards (meters) forwards (so that when the second player joins the players won't be inside each other). Alt-Tab to the command prompt window, grab the top of the game window and move the game window off to one side of the screen.
Start the second instance of the game using the same command prompt window you used for the 1st instance of the game by running the following command:
GoatGame-Win32-Shipping 127.0.0.1
...this will attempt to join the "local host" IP address which will be the 1st instance of the game. The game will pop up a message saying it can't load the Level_01 map and ask if you want to load the default map instead, click "OK".
You'll see the loading screen on the 2nd instance of the game. You should see a message saying "XXXXX joined the game" on the 1st instance of the game (where XXXX is your Steam player name). Both instances of the game should have 2 goats in them (each player sees their own goat and the player goat from the other instance of the game).
Notice all the weird things that happen on the 2nd instance of the game (like fences not showing up but you still collide with them). Notice that when the 2nd player tries to run, it will play a sprinting animation, but the goat is still only moving at walking speed). Notice the 2nd player can't lick anything. Notice how all the AI NPC characters are the same model (the girl with the red shirt and blue jeans). Notice how the AI doesn't play animations when running away. Notice how broken things are.
Embrace the brokenness.
That's the loopback ip address. You won't get anywhere with it