[nodebb-plugin-openfantasy] Full-fledged RPG system for NodeBB
-
wow! the screens look very promising, need to take a look the days
-
Was going to post a rather long comment about this but, I'll shorten it up by saying this is totally awesome. Excellent work on this!
-
Insane, haha.
Anyway, found this: https://github.com/psychobunny/nodebb-plugin-openfantasy/blob/master/lib/nodebb.js
It's pretty similar to how I did it (https://github.com/Schamper/nodebb-plugin-shoutbox/blob/master/lib/nodebb.js), yours is much cleaner though, will probably refactor mine to that -
haha great minds think alike although reading your version I realized that I could simplify:
../src/database.js
should be
./database.js
I'll try and get a demo up for this soon,
-
ADRRRRRRRRRRRRRRRRRRRR!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
YESSSSSSSS!!!!!
Want!!!!!
dies
comes back to life
It even uses the old ADR graphics.
If only I could upvote this 100 times.
You get what I mean.
-
haha hey are you from the old ADR community?
-
I didn't spend much time on the actual ADR community website. But I had my own phpbb2 forum with ADR installed on it (I was using the premodded metabb back then on my community. ADR was the best plugin ever created for forum scripts.
-
oh yeah metabb.. think Ex0dus wrote that one. It was actually the first one I used as well
-
Yeah, it was Exo. His website (shockv2) just perished recently too which was pretty sad as it was one of the first forums I frequented.
Anyway, thanks soooo much for this plugin! Now I am going to go digging deep into the NodeBB plugin architecture to see if I can help at all. My experience from web development is all java faces and asp.net related with some lesser experience in PHP from my love of forums. Nodejs shouldn't be too hard to figure out though.
-
this will be my weekend project for the forseeable future I'll be putting hooks all over the place in ADR and I'll come up with a couple of sample plugins for it (maybe will port a few of the popular but simpler ADR 0.x addons) so that might be a good starting point if you were interested
-
PM to a demo
ADR Is probably the best most versatile complete rpg on the net it's a shame it's reliant on phpbb. It's great to see this as a standalone project using open fantasy.
To see a live example of how ADR was check out Midorea, probably the last live site using the old technology.
Can't wait to get into this even just to get the core live.
Are you supporting this on your openFantasy forum, I haven seen updates but I check it every other day.
Are you only going to work on this as a plug in for node, like is it reliant or will this still be stand alone but bridged to work with Node or any other forum?Will work on core with you if stand alone, I don't have any chance of working with nodebb unless I get hosted..
-
@psychobunny said:
this will be my weekend project for the forseeable future I'll be putting hooks all over the place in ADR and I'll come up with a couple of sample plugins for it (maybe will port a few of the popular but simpler ADR 0.x addons) so that might be a good starting point if you were interested
Awesome! I started following the project on github yesterday. When you get a couple of smaller plugins as examples up and running I'll see if I can start working on porting other plugins over. Or just writing new ones. Whichever I find more useful.
-
@Oroton said:
Are you supporting this on your openFantasy forum, I haven seen updates but I check it every other day.
Are you only going to work on this as a plug in for node, like is it reliant or will this still be stand alone but bridged to work with Node or any other forum?I'm definitely retiring the PHP version (although anybody who wants to continue development can go for it :P) - and definitely I'll only be working on this for NodeBB, mainly because this forum software is my baby afterall so definitely not in my best interests to have ADR ported on to any other forum
Will work on core with you if stand alone, I don't have any chance of working with nodebb unless I get hosted..
There are actually some free hosts out there that you can use. Koding.com comes to mind, another one that seems to be popular is OpenShift (although am waiting for a tutorial from @never hopefully :p)
When you get a couple of smaller plugins as examples up and running I'll see if I can start working on porting other plugins over.
Okay I'll be working on this project during the weekends, definitely
-
Hi psychobunny,
Thanks for the info via FB on how to set it up. I have the server running now but for some reason I can't get the plugin to work. I've installed the CASH mod as well. Strange that it won't show up on the admin menu when I activate it.Cheers!
-
Ah, did you restart NodeBB? Any plugin/theme activation requires you to restart the forum
-
Hey there, I did use the "restart" in the admin. Should I do this via the putty command line instead?
-
Yup. The restart button in the admin requires you to have launched NodeBB via
./nodebb start
That's useful for production mode, but otherwise I'd use
./nodebb watch
if you have supervisor installed, which auto-restarts if any changes to the code is made -
@psychobunny
Hi again, sorry for the confusion. I have enabled the ./nodebb watch command and the same issue. The CASH MOD plugin shows up and works, just not the ADR plugin.