Search found 67 matches

by KOSMOS
Tue Mar 22, 2016 8:42 pm
Forum: Scripting
Topic: Worldchat 2.0 (Hardcoded)
Replies: 6
Views: 5480

Re: Worldchat 2.0 (Hardcoded)

This is broken yeah? I can not find two of the files to even alter for this. mmo.h and message_server.cpp
by KOSMOS
Tue Mar 22, 2016 7:46 pm
Forum: Server Setup & Guides
Topic: FreeBSD 10.2 Stable Server Setup Guide edited*3/17/16
Replies: 14
Views: 9433

Re: FreeBSD 10.2 Stable Server Setup Guide edited*3/17/16

While this does build on this and is semi functional, since zeromq is not supported on it yet I am holding off on using FreeBSD. If anyone does want to use this I would be gladly to help out. I decided to use Debian Wheezy for now till either Devuan gets gcc5 or FreeBSD gets zeromq. I just really wa...
by KOSMOS
Fri Mar 18, 2016 7:51 am
Forum: Server Setup & Guides
Topic: FreeBSD 10.2 Stable Server Setup Guide edited*3/17/16
Replies: 14
Views: 9433

Re: FreeBSD 10.2 Stable Server Setup Guide edited*3/17/16

you need the actual c++ zmq wrapper library, and not any other actually, you just need the header files (that we use), but you have to use the same libzmq library that we use - pretty sure its version 4 I have libzmq4 installed and use the header file from here https://github.com/zeromq/cppzmq whic...
by KOSMOS
Thu Mar 17, 2016 10:28 pm
Forum: Server Setup & Guides
Topic: FreeBSD 10.2 Stable Server Setup Guide edited*3/17/16
Replies: 14
Views: 9433

Re: FreeBSD 10.2 Stable Server Setup Guide edited*3/17/16

make sure there isn't a zmq c++ connector package already that you can use Think I found something, not a 100% sure though. czmq High-level C Binding for ZeroMQ? https://www.freshports.org/net/czmq/ Had to change to libzmq4 for it, rebuilding now. About to see if that did fix it. Thanks Kosmos Well...
by KOSMOS
Thu Mar 17, 2016 9:21 pm
Forum: Server Setup & Guides
Topic: FreeBSD 10.2 Stable Server Setup Guide edited*3/17/16
Replies: 14
Views: 9433

Re: FreeBSD 10.2 Stable Server Setup Guide edited*3/17/16

kjLotus wrote:make sure there isn't a zmq c++ connector package already that you can use
Think I found something, not a 100% sure though.

czmq High-level C Binding for ZeroMQ?
https://www.freshports.org/net/czmq/

Had to change to libzmq4 for it, rebuilding now. About to see if that did fix it.

Thanks
Kosmos
by KOSMOS
Thu Mar 17, 2016 4:53 pm
Forum: Server Setup & Guides
Topic: CentOS 7 Compiling errors
Replies: 14
Views: 10246

Re: CentOS 7 Compiling errors

Always the problem? Why you will does not install Linux Mint? It's very cool, easy (it's the same thing that Ubuntu without the scrap lol), stable et work perflectly for DSP! Does Linux Mint use RedHat/Cent init though? I am trying to get away from that kernel and even Debain has started to use it ...
by KOSMOS
Thu Mar 17, 2016 4:51 pm
Forum: Server Setup & Guides
Topic: CentOS 7 Compiling errors
Replies: 14
Views: 10246

Re: CentOS 7 Compiling errors

I have libzmq3-3.2... but i dont have and cannot seem to find libzmq3-dev, do you happen to know the install command? yum install libzmq3-dev returns no package.. libzmq3-3.2 and zeromq-devel Install that : libzmq3-3.2 wget http://dl.fedoraproject.org/pub/epel/7/x86_64/z/zeromq3-devel-3.2.5-1.el7.x...
by KOSMOS
Thu Mar 17, 2016 8:16 am
Forum: Server Setup & Guides
Topic: FreeBSD 10.2 Stable Server Setup Guide edited*3/17/16
Replies: 14
Views: 9433

Re: FreeBSD 10.2 Stable Server Setup Guide edited*3/17/16

Ok so figured out what is throwing the error is it the injection of (rc=0) on line 406 of the zmq.hpp file for FreeBSD. Wondering if anyone that has built on any other version of linux/unix besides Ubuntu ever ran into this problem and if they have found a work around? This is the code that is kicke...
by KOSMOS
Sat Mar 12, 2016 8:17 am
Forum: Server Setup & Guides
Topic: FreeBSD 10.2 Stable Server Setup Guide edited*3/17/16
Replies: 14
Views: 9433

Re: FreeBSD 10.2 Stable Server Setup Guide

Think I have figured out why the gm commands are throwing the error. Think it is calling for the wrong lua library. I can hopefully figure this over the next few days. When I figure out the solution I will post and modify the main post.
by KOSMOS
Sat Mar 12, 2016 12:04 am
Forum: Server Setup & Guides
Topic: FreeBSD 10.2 Stable Server Setup Guide edited*3/17/16
Replies: 14
Views: 9433

FreeBSD 10.2 Stable Server Setup Guide edited*3/17/16

Building Darkstar on FreeBSD 10.2 This is a work in progress, I get it to build and run the game no problem now, still working out a few issues. Main one I know of right now is that any gm/@ command crashes the game server. I choose to install everything from ports I like to have full control of sou...