I don't know how to compile a plugin using linux so I started this topic in order to figure out where it went wrong. I hope this will serve as a guide to those who want to use plugins as well. Here's what I did so far.
It doesn't work for me, when I start the server, the console says...
HPM:plugin_load: failed to load 'plugins/sample.so', skipping
So if anyone knows what I missed or did wrong, please tell me.
I didn't know I needed to "make plugins" in order to get it to work so thanks to Xgear. It works now but my console gets stuck at "Awaiting maps from map server." whenever I enable plugins (also happens when I enable PK). I don't have major source edits to my folder so I don't know why it stops there. But it does say the plugins are loaded, so I guess it's mission accomplished.
I don't know how to compile a plugin using linux so I started this topic in order to figure out where it went wrong. I hope this will serve as a guide to those who want to use plugins as well. Here's what I did so far.
1. Download Ind's SkillErrorMessage.c plugin file.
2. Put the plugin file in src/plugins folder.
3. Add the plugin names in /conf/plugins.conf file.
4. Edit Makefile.in following this guide... http://herc.ws/wiki/Building_HPM_Plugin_for_gcc
5. "./configure"
6. "make plugins"
It doesn't work for me, when I start the server, the console says...
HPM:plugin_load: failed to load 'plugins/sample.so', skipping
So if anyone knows what I missed or did wrong, please tell me.
I didn't know I needed to "make plugins" in order to get it to work so thanks to Xgear. It works now but my console gets stuck at "Awaiting maps from map server." whenever I enable plugins (also happens when I enable PK). I don't have major source edits to my folder so I don't know why it stops there. But it does say the plugins are loaded, so I guess it's mission accomplished.
Edited by mofoShare this post
Link to post
Share on other sites