Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: [Suggestion] World Generator
Post: RE: [Suggestion] World Generator

STR_Warrior Wrote: (08-26-2013, 02:03 AM) -- You should copy the complete region folder. You should also change the spawn point in the world.ini. -- -_- [2007400|19:22:18] Starting worlds... [200...
xreprimand Discussion 26 20,659 08-26-2013, 02:24 AM
    Thread: [Suggestion] World Generator
Post: RE: [Suggestion] World Generator

yes, it can be copied but what i should to copy? Server files: /region /region/*.mca level.dat world.ini Client files: /data /data/villages.dat /region /region/*.mca /DIM1 /DIM-1 level.da...
xreprimand Discussion 26 20,659 08-26-2013, 02:00 AM
    Thread: [Suggestion] World Generator
Post: RE: [Suggestion] World Generator

bearbin Wrote: (08-26-2013, 01:46 AM) -- Wut...? -- I mean... I want to take worlddata from client (singleplayer), and import to server
xreprimand Discussion 26 20,659 08-26-2013, 01:49 AM
    Thread: [Suggestion] World Generator
Post: RE: [Suggestion] World Generator

Well, i think best way is to make "import" module
xreprimand Discussion 26 20,659 08-26-2013, 01:42 AM
    Thread: Remove ^M newline type from non-windows platform
Post: RE: Remove ^M newline type from non-windows platfo...

xoft Wrote: (08-26-2013, 01:09 AM) -- The files are called *.ini because that's the format's name, and on Windows such files are editable by Notepad by default, so new users don't have trouble editti...
xreprimand Discussion 5 5,118 08-26-2013, 01:22 AM
    Thread: Mobs non interactive
Post: RE: Mobs non interactive

Mobs are extremely aggressive! They follow me (wolfs especially) and non-stop spawn around me. Also i get a lot of messages like this all time: Entity #80 (cSpider) is inside a block at {424,62,-95} E...
xreprimand Discussion 15 11,995 08-26-2013, 01:15 AM
    Thread: Remove ^M newline type from non-windows platform
Post: RE: Remove ^M newline type from non-windows platfo...

Ok, i will check this file later... Anyway, *.conf or *.txt looks better for config files =) I found a bug in webadmin, try to change "Show version" - it does nothing, also it cant read PrimaryServ...
xreprimand Discussion 5 5,118 08-26-2013, 12:50 AM
    Thread: Remove ^M newline type from non-windows platform
Post: Remove ^M newline type from non-windows platform

When i am trying to edit *.ini files (also, why developer choose ini extension?) I see ^M character at the end of each line. I think it should be bug or something like that. Proof screenshot: http://...
xreprimand Discussion 5 5,118 08-25-2013, 08:29 PM
    Thread: freebsd compilation error
Post: RE: freebsd compilation error

bearbin Wrote: (08-12-2013, 10:16 PM) -- xrepri, if you want to give me SSH it would be great - I could set up a build for freeBSD MCServer. -- Well, i solved errors, so everything is ok now
xreprimand Development 14 13,513 08-12-2013, 10:50 PM
    Thread: freebsd compilation error
Post: RE: freebsd compilation error

xoft Wrote: (08-12-2013, 09:37 PM) -- Ok, so gmake is still trying to use libdl instead of libltdl. Can you post the output of "uname -a" on that system? Thanks. -- No! Everything is ok (read my pre...
xreprimand Development 14 13,513 08-12-2013, 09:59 PM
    Thread: freebsd compilation error
Post: RE: freebsd compilation error

It does not work Here is full compilation log: http://xdevelnet.org/compllog.txt I will try to do something in GNUmakefile It works, i forgot to delete old file :)
xreprimand Development 14 13,513 08-12-2013, 09:29 PM
    Thread: freebsd compilation error
Post: RE: freebsd compilation error

bearbin Wrote: (08-12-2013, 04:13 PM) -- Actually, FreeBSD is supposed to have linux binary compatibility - is my linux build from my buildserver compatible? -- I think its compatible, but i dont wan...
xreprimand Development 14 13,513 08-12-2013, 07:54 PM
    Thread: freebsd compilation error
Post: RE: freebsd compilation error

Ok, i found solution!! Now i am trying to tell what i do step by step: 1) Here is no -ldl (libdl.so), freebsd uses -lltdl (libltdl.so). Check libtdl installation: Code: -- $ ls /usr/local/lib | ...
xreprimand Development 14 13,513 08-12-2013, 06:24 AM
    Thread: freebsd compilation error
Post: RE: freebsd compilation error

tnx for your reply I removed #include from 22845 line and paste at the top of this file When i am trying to compile i just getting Code: -- /usr/bin/g++ -s -ggdb -g -D_DEBUG -O3 -x c -c -I. -Isource ...
xreprimand Development 14 13,513 08-12-2013, 05:44 AM
    Thread: freebsd compilation error
Post: freebsd compilation error

Hi! I am trying to compile MCServer in my own server (Freebsd 9.1) from source code: Code: -- gmake -j3 -- here is last 3 lines with errors: Code: -- /usr/bin/g++ -s -ggdb -g -D_DEBUG -O3 -x c -c ...
xreprimand Development 14 13,513 08-12-2013, 05:17 AM