Sausage
Administrator
Joined: 26th Jul 2008
Posts: 1346
Warnings for bleeding edge fans
People who like to download and compile the latest versions of EOSERV will need to take note of two things.
- Rates are now stored as a decimal number - Where you had "100" before, you need to change it to "1x" or "100%"
This affects: DeathRecover, EXPRate, DropRate, MobRate, PKRate, SpawnRate
- The version of gcc that apparently comes with Dev-Cpp/Code::Blocks (gcc 3.x) doesn't work anymore; it doesn't seem to be able to handle precompiled headers properly. I recommend using the package from http://www.tdragon.net/recentgcc/.
Edit: Since it's not really listed anywhere readily available, here's a list of required libraries. (If you don't have Dev-Cpp, you can rename the DevPaks packagename.tar.bz2 and extract them with WinRar or something).
- MySQL
You should get a copy of the required files when you install the server, look in the following locations:
- C:\Program Files\MySQL\MySQL Server (version)\include\*
- C:\Program Files\MySQL\MySQL Server (version)\lib\opt\*
- C:\Program Files\MySQL\MySQL Server (version)\bin\libmysql.dll
- pthreads
- Home: http://sourceware.org/pthreads-win32/ (Source + 32-bit)
It can be hard to find what you want on that site, so bring your brain with you
Decent Linux systems should be able to get mysql/sqlite from their package managers (but AngelScript will probably need to be compiled yourself).
15 years, 11 weeks ago
|
Diablo
Joined: 19th Sep 2009
Posts: 169
Re: Warnings for bleeding edge fans
OH lol thats why, thanks for the advice ;P
15 years, 11 weeks ago
|
rabownz
Joined: 3rd Apr 2009
Posts: 30
Re: Warnings for bleeding edge fans
Nice job and thank you man.
15 years, 9 weeks ago
| | |