This site has been archived and made available for preservation purposes. No edits can be made.

Results 1 to 9 of 9

Thread: Может кто запустить сервак? New Vegas

  1. #1

    Может кто запустить сервак? New Vegas

    Вот, я набросал ваулт скрпипт, может кто-то запустить сервер с ним, чоень хочется побегать с народом..

    Скрипт выдает броню, оружие, крышки, стимуляторы на спавне, а в файле настроек точка спавна сменена на Блокпост Мохаве.

  2. #2
    Я бы мог запустить, но при запуске сервера на ОС Centos через программу Putty (команда ./vaultserver) выдает:
    error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory

  3. #3
    Administrator
    Join Date
    Jun 2011
    Location
    Germany
    Posts
    1,057
    Blog Entries
    5
    Try to install GCC/G++ 4.7.1 which shoud come with all shared libraries for your unix distribution

  4. #4
    Quote Originally Posted by Recycler View Post
    Try to install GCC/G++ 4.7.1 which shoud come with all shared libraries for your unix distribution
    Don't work.
    Last edited by PolGhost; 08-30-2012 at 03:31 PM.

  5. #5
    Administrator
    Join Date
    Jun 2011
    Location
    Germany
    Posts
    1,057
    Blog Entries
    5
    If you have GCC 4.7.1 installed (check gcc -v) you can also try to compile the sources:

    $ git clone https://github.com/Foxtacles/vaultmp.git
    $ cd vaultmp/source/vaultserver
    $ make debug

    Note that the GCC version is important.

  6. #6
    Quote Originally Posted by Recycler View Post
    If you have GCC 4.7.1 installed (check gcc -v) you can also try to compile the sources:

    $ git clone https://github.com/Foxtacles/vaultmp.git
    $ cd vaultmp/source/vaultserver
    $ make debug

    Note that the GCC version is important.
    Not command

  7. #7
    Administrator
    Join Date
    Jun 2011
    Location
    Germany
    Posts
    1,057
    Blog Entries
    5
    I don't understand your last post, but it should work with GCC 4.7.1. Maybe ask someone who has more experience with CentOS to help you.

    (try to google your error - it seems to be common)

  8. #8
    error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
    Quote Originally Posted by Recycler View Post
    If you have GCC 4.7.1 installed (check gcc -v) you can also try to compile the sources:



    $ git clone https://github.com/Foxtacles/vaultmp.git
    $ cd vaultmp/source/vaultserver
    $ make debug

    Note that the GCC version is important.
    Error:

  9. #9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •