search for: map_rot

Displaying 4 results from an estimated 4 matches for "map_rot".

Did you mean: map_ret
2008 Oct 31
2
add parameters to the application
I'm trying to open the server for a game in linux by Wine, the game opens in a single window. More I have to add some parameters to the executable can run. For example in windowns would be: Code: C:\Game\Server.exe +set dedicated 2 +set sv_punkbuster 1 +exec server.cfg +map_rotate In the wine I tried something like, Code: wine Server.exe +set dedicated 2 +set sv_punkbuster 1 +exec server.cfg +map_rotate and Code: wine "Server.exe +set dedicated 2 +set sv_punkbuster 1 +exec server.cfg +map_rotate" wine 'Server.exe +set dedicated 2 +set sv_punkbuste...
2009 Jan 03
24
Wine 1.1.12 does not work on Ubuntu 8.10
After the update even Wine's notepad and Wine's configuration do not start. In Wine 1.1.11 all work well.
2009 Jan 15
3
Game in console mode without X environment
...h alsa lib (which is not installed on my server ubuntu edition). How can I disable wine sound? Where's the main wine cfg file? The full error stack trace is here: Code: doom at COD4SRV:~/COD5$ wine CoDWaWmp.exe +set dedicated 2 +set net_ip 192.168.0.254 +set net_port 28777 +exec server.cfg +map_rotate Wine cannot find the FreeType font library. To enable Wine to use TrueType fonts please install a version of FreeType greater than or equal to 2.0.5. http://www.freetype.org ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory wine: Unhandled illegal instr...
2008 Dec 18
1
Setup a COD5-Server on an Ubuntu Linux VServer
...1.0 is installed. I copied this ddll-files in the cod5-folder: faultrep.dll, d3d9.dll, d3dx9_37.dll, opengl32.dll, glu32.dll, d3dx9_37.dll, winsta.dll. I start the server with: {{{ screen -dms cod5 wine CoDWaWmp.exe +set dedicated 2 +set net_port 28960 +set sv_punkbuster 1 +exec server.cfg +map_rotate }}} I get this error message: {{{ fixme:wgl:wglGetProcAddress :stub fixme:wgl:wglGetProcAddress :stub fixme:wgl:wglGetProcAddress :stub err:d3d:WineD3D_CreateFakeGLContext HWND creation failed! err:d3d:InitAdapters Failed to get a gl context for default adapter err:wine_d3d:WineDirect3DCre...