Dex Posted December 11, 2012 Share Posted December 11, 2012 Hi all. One question, how I can start my server in Debian. Follow all these steps: First you need to download the source. svn checkout [url=http://mtasa-blue.googlecode.com/svn/branches/]http://mtasa-blue.googlecode.com/svn/branches/[/url]1.3.1/ mtasa-blue cd mtasa-blue Then compile it thus: autoreconf -fiv export PKG_CONFIG_PATH=/usr/lib32/pkgconfig ./configure LDFLAGS="-m32" CPPFLAGS="-m32" CFLAGS="-m32" CXXFLAGS="-m32" $@ make make -C MTA10_Server install make -C Shared/XML install Get the net.so like this: wget [url=https://nightly.multitheftauto.com/?multitheftauto_linux]https://nightly.multitheftauto.com/?multitheftauto_linux[/url]-1.3.1-rc-latest -O multitheftauto_linux-1.3.1-latest.tar.gz tar -xzf multitheftauto_linux-1.3.1-latest.tar.gz --transform 's:[^/]*:latest_nightly:' mv latest_nightly/net.so MTA10_Server/output/ rm -rf latest_nightly multitheftauto_linux-1.3.1-latest.tar.gz Copy config files: cp MTA10_Server/mods/deathmatch/acl.xml MTA10_Server/output/mods/deathmatch/acl.xml cp MTA10_Server/mods/deathmatch/mtaserver.conf MTA10_Server/output/mods/deathmatch/mtaserver.conf Get resources: svn export [url=http://mtasa-resources.googlecode.com/svn/trunk/]http://mtasa-resources.googlecode.com/svn/trunk/[/url] MTA10_Server/output/mods/deathmatch/resources And the server should be ready in MTA10_Server/output would be starting screen -S mta ./C:/mtasa-blue/mta-server??? Please, help D; Link to comment
uhm Posted December 11, 2012 Share Posted December 11, 2012 nay dawg, linux doesnt care about drive letters use like screen ./mtasa-blue/MTA10_Server/output/mta-server but i'm not sure because a lot of directory changing was involved type ls to see the current directory's contents and i guess figure out where it put mta-server or maybe the find command find . -name mta-server that should output the exact path Link to comment
Phat Looser Posted December 27, 2012 Share Posted December 27, 2012 screen -S $SCREEN_NAME -d -m $GAME_PATH$SERVER_FILE Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now