Jump to content

❄️ New Year ❄️


Days

Hours

Minutes

Seconds
Logo CS Power YOUR AD HERE YOUR AD HERE

Elendos v2 serverfile


SorinGaming
 Share

Recommended Posts

 

Freebsd

Hidden Content

    Reply to this topic to see the hidden content.

 

 

Installing my server files:

You need BSD 12.4 64 Bit for Game Server.

1. portsnap fetch extract

2. pkg install mysql56-server

3. echo "mysql_enable=YES" >> /etc/rc.conf

4. service mysql-server start


4.1 mysql -p

4.2
GRANT ALL PRIVILEGES ON *.* TO 'elendosv2'@'localhost'
IDENTIFIED BY 'elendosv2live' WITH GRANT OPTION;

4.3 exit;

4.4 /usr/local/etc/rc.d/mysql-server restart

5. pkg install python

6. pkg install python27

7. finish

______


Start Server:

cd /usr/home_elendosv2/game
sh index_ch1.sh

Press 1 for Start
Press 2 for Close
Press 3 for Logs clean
Press 4 for Quest compile
Press 5 for exit


______


Compile Server FreeBSD 11.4 32 Bit.

1.
Go in to /etc/pkg
Edit the FreeBSD.conf with

FreeBSD: {
url: "pkg+http://mirror.xtom.de/freebsd-pkg/FreeBSD:11:i386/quarterly",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}

( then the pkg tool works for the old version. )

2. pkg install gcc48

3. pkg install gcc10

4. pkg install gmake

5. pkg install makedepend

6. pkg install devil

7. pkg install subversion

8. pkg install boost-all

9. pkg install mysql56-server

10. Finish

_____

How to compile:

cd /usr/src/root/ElendosV2_Source/Server/game/src
Or
cd /usr/src/root/ElendosV2_Source/Server/db/src

1. gmake clean

2. gmake dep

3. gmake -j10

Client Source:

You need only Visual Studio 2019 than you can compile.

 

Mega: 

Hidden Content

    Reply to this topic to see the hidden content.

Mediafire: 

Hidden Content

    Reply to this topic to see the hidden content.

Rar pass: jjas8d8asdhashda923328328hddf

Hidden Content

    Reply to this topic to see the hidden content.

Hidden Content

    Reply to this topic to see the hidden content.

Hidden Content

    Reply to this topic to see the hidden content.

Hidden Content

    Reply to this topic to see the hidden content.

Hidden Content

    Reply to this topic to see the hidden content.

Hidden Content

    Reply to this topic to see the hidden content.

Hidden Content

    Reply to this topic to see the hidden content.

 

  • Like 15
  • Thanks 7
  • Haha 1
  • Confused 1
Link to comment
Share on other sites

YOUR AD HERE
  • 3 weeks later...
On 7/31/2023 at 2:20 PM, SorinGaming said:

Freebsd

Hidden Content

  • Reply to this topic to see the hidden content.

Installing my server files:

You need BSD 12.4 64 Bit for Game Server.

1. portsnap fetch extract

2. pkg install mysql56-server

3. echo "mysql_enable=YES" >> /etc/rc.conf

4. service mysql-server start


4.1 mysql -p

4.2
GRANT ALL PRIVILEGES ON *.* TO 'elendosv2'@'localhost'
IDENTIFIED BY 'elendosv2live' WITH GRANT OPTION;

4.3 exit;

4.4 /usr/local/etc/rc.d/mysql-server restart

5. pkg install python

6. pkg install python27

7. finish

______


Start Server:

cd /usr/home_elendosv2/game
sh index_ch1.sh

Press 1 for Start
Press 2 for Close
Press 3 for Logs clean
Press 4 for Quest compile
Press 5 for exit


______


Compile Server FreeBSD 11.4 32 Bit.

1.
Go in to /etc/pkg
Edit the FreeBSD.conf with

FreeBSD: {
url: "pkg+http://mirror.xtom.de/freebsd-pkg/FreeBSD:11:i386/quarterly",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}

( then the pkg tool works for the old version. )

2. pkg install gcc48

3. pkg install gcc10

4. pkg install gmake

5. pkg install makedepend

6. pkg install devil

7. pkg install subversion

8. pkg install boost-all

9. pkg install mysql56-server

10. Finish

_____

How to compile:

cd /usr/src/root/ElendosV2_Source/Server/game/src
Or
cd /usr/src/root/ElendosV2_Source/Server/db/src

1. gmake clean

2. gmake dep

3. gmake -j10

Client Source:

You need only Visual Studio 2019 than you can compile.

Mega: 

Hidden Content

  • Reply to this topic to see the hidden content.

Mediafire: 

Hidden Content

  • Reply to this topic to see the hidden content.

Rar pass: jjas8d8asdhashda923328328hddf

Hidden Content

  • Reply to this topic to see the hidden content.

Hidden Content

  • Reply to this topic to see the hidden content.

Hidden Content

  • Reply to this topic to see the hidden content.

Hidden Content

  • Reply to this topic to see the hidden content.

Hidden Content

  • Reply to this topic to see the hidden content.

Hidden Content

  • Reply to this topic to see the hidden content.

Hidden Content

  • Reply to this topic to see the hidden content.

11

On 7/31/2023 at 2:20 PM, SorinGaming said:

Freebsd

Hidden Content

  • Reply to this topic to see the hidden content.

Installing my server files:

You need BSD 12.4 64 Bit for Game Server.

1. portsnap fetch extract

2. pkg install mysql56-server

3. echo "mysql_enable=YES" >> /etc/rc.conf

4. service mysql-server start


4.1 mysql -p

4.2
GRANT ALL PRIVILEGES ON *.* TO 'elendosv2'@'localhost'
IDENTIFIED BY 'elendosv2live' WITH GRANT OPTION;

4.3 exit;

4.4 /usr/local/etc/rc.d/mysql-server restart

5. pkg install python

6. pkg install python27

7. finish

______


Start Server:

cd /usr/home_elendosv2/game
sh index_ch1.sh

Press 1 for Start
Press 2 for Close
Press 3 for Logs clean
Press 4 for Quest compile
Press 5 for exit


______


Compile Server FreeBSD 11.4 32 Bit.

1.
Go in to /etc/pkg
Edit the FreeBSD.conf with

FreeBSD: {
url: "pkg+http://mirror.xtom.de/freebsd-pkg/FreeBSD:11:i386/quarterly",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}

( then the pkg tool works for the old version. )

2. pkg install gcc48

3. pkg install gcc10

4. pkg install gmake

5. pkg install makedepend

6. pkg install devil

7. pkg install subversion

8. pkg install boost-all

9. pkg install mysql56-server

10. Finish

_____

How to compile:

cd /usr/src/root/ElendosV2_Source/Server/game/src
Or
cd /usr/src/root/ElendosV2_Source/Server/db/src

1. gmake clean

2. gmake dep

3. gmake -j10

Client Source:

You need only Visual Studio 2019 than you can compile.

Mega: 

Hidden Content

  • Reply to this topic to see the hidden content.

Mediafire: 

Hidden Content

  • Reply to this topic to see the hidden content.

Rar pass: jjas8d8asdhashda923328328hddf

Hidden Content

  • Reply to this topic to see the hidden content.

Hidden Content

  • Reply to this topic to see the hidden content.

Hidden Content

  • Reply to this topic to see the hidden content.

Hidden Content

  • Reply to this topic to see the hidden content.

Hidden Content

  • Reply to this topic to see the hidden content.

Hidden Content

  • Reply to this topic to see the hidden content.

Hidden Content

  • Reply to this topic to see the hidden content.

jkjkjkjkjkj

 

On 7/31/2023 at 2:20 PM, SorinGaming said:

Freebsd

Hidden Content

  • Reply to this topic to see the hidden content.

Installing my server files:

You need BSD 12.4 64 Bit for Game Server.

1. portsnap fetch extract

2. pkg install mysql56-server

3. echo "mysql_enable=YES" >> /etc/rc.conf

4. service mysql-server start


4.1 mysql -p

4.2
GRANT ALL PRIVILEGES ON *.* TO 'elendosv2'@'localhost'
IDENTIFIED BY 'elendosv2live' WITH GRANT OPTION;

4.3 exit;

4.4 /usr/local/etc/rc.d/mysql-server restart

5. pkg install python

6. pkg install python27

7. finish

______


Start Server:

cd /usr/home_elendosv2/game
sh index_ch1.sh

Press 1 for Start
Press 2 for Close
Press 3 for Logs clean
Press 4 for Quest compile
Press 5 for exit


______


Compile Server FreeBSD 11.4 32 Bit.

1.
Go in to /etc/pkg
Edit the FreeBSD.conf with

FreeBSD: {
url: "pkg+http://mirror.xtom.de/freebsd-pkg/FreeBSD:11:i386/quarterly",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}

( then the pkg tool works for the old version. )

2. pkg install gcc48

3. pkg install gcc10

4. pkg install gmake

5. pkg install makedepend

6. pkg install devil

7. pkg install subversion

8. pkg install boost-all

9. pkg install mysql56-server

10. Finish

_____

How to compile:

cd /usr/src/root/ElendosV2_Source/Server/game/src
Or
cd /usr/src/root/ElendosV2_Source/Server/db/src

1. gmake clean

2. gmake dep

3. gmake -j10

Client Source:

You need only Visual Studio 2019 than you can compile.

Mega: 

Hidden Content

  • Reply to this topic to see the hidden content.

Mediafire: 

Hidden Content

  • Reply to this topic to see the hidden content.

Rar pass: jjas8d8asdhashda923328328hddf

Hidden Content

  • Reply to this topic to see the hidden content.

Hidden Content

  • Reply to this topic to see the hidden content.

Hidden Content

  • Reply to this topic to see the hidden content.

Hidden Content

  • Reply to this topic to see the hidden content.

Hidden Content

  • Reply to this topic to see the hidden content.

Hidden Content

  • Reply to this topic to see the hidden content.

Hidden Content

  • Reply to this topic to see the hidden content.

..

.

Link to comment
Share on other sites

  • 2 weeks later...
On 7/31/2023 at 12:20 PM, SorinGaming said:

Freebsd

Hidden Content

  • Reply to this topic to see the hidden content.

Installing my server files:

You need BSD 12.4 64 Bit for Game Server.

1. portsnap fetch extract

2. pkg install mysql56-server

3. echo "mysql_enable=YES" >> /etc/rc.conf

4. service mysql-server start


4.1 mysql -p

4.2
GRANT ALL PRIVILEGES ON *.* TO 'elendosv2'@'localhost'
IDENTIFIED BY 'elendosv2live' WITH GRANT OPTION;

4.3 exit;

4.4 /usr/local/etc/rc.d/mysql-server restart

5. pkg install python

6. pkg install python27

7. finish

______


Start Server:

cd /usr/home_elendosv2/game
sh index_ch1.sh

Press 1 for Start
Press 2 for Close
Press 3 for Logs clean
Press 4 for Quest compile
Press 5 for exit


______


Compile Server FreeBSD 11.4 32 Bit.

1.
Go in to /etc/pkg
Edit the FreeBSD.conf with

FreeBSD: {
url: "pkg+http://mirror.xtom.de/freebsd-pkg/FreeBSD:11:i386/quarterly",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}

( then the pkg tool works for the old version. )

2. pkg install gcc48

3. pkg install gcc10

4. pkg install gmake

5. pkg install makedepend

6. pkg install devil

7. pkg install subversion

8. pkg install boost-all

9. pkg install mysql56-server

10. Finish

_____

How to compile:

cd /usr/src/root/ElendosV2_Source/Server/game/src
Or
cd /usr/src/root/ElendosV2_Source/Server/db/src

1. gmake clean

2. gmake dep

3. gmake -j10

Client Source:

You need only Visual Studio 2019 than you can compile.

Mega: 

Hidden Content

  • Reply to this topic to see the hidden content.

Mediafire: 

Hidden Content

  • Reply to this topic to see the hidden content.

Rar pass: jjas8d8asdhashda923328328hddf

Hidden Content

  • Reply to this topic to see the hidden content.

Hidden Content

  • Reply to this topic to see the hidden content.

Hidden Content

  • Reply to this topic to see the hidden content.

Hidden Content

  • Reply to this topic to see the hidden content.

Hidden Content

  • Reply to this topic to see the hidden content.

Hidden Content

  • Reply to this topic to see the hidden content.

Hidden Content

  • Reply to this topic to see the hidden content.

nice

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share


×
×
  • Create New...