Posts: 40
Threads: 1
Joined: Oct 2011
Reputation:
0
Did a little searching and didn't find anything. Anyone know how to go about updating a plugin from like 0.3a or so to 0.3e? Or perhaps just a link to a How-to?
Posts: 40
Threads: 1
Joined: Oct 2011
Reputation:
0
It's not one of those main plugins unfortunately... I'm pretty sure it does need updated.
Posts: 3,488
Threads: 16
Joined: Jun 2007
Reputation:
0
Replace the old .dll/.so file with the new one. You may also need to re-compile scripts that use the include file.
Posts: 40
Threads: 1
Joined: Oct 2011
Reputation:
0
I mean updating the source file and compiling a new .dll. The old .dll is outdated and causes the server to crash once I try running it.
Posts: 2,334
Threads: 62
Joined: Dec 2009
Reputation:
0
Well i think any plugins should be updated when a new client version comes out. The addresses might change, and the plugin won't run (e.g CNPC, YSF etc..)
Posts: 40
Threads: 1
Joined: Oct 2011
Reputation:
0
It's still none of those. So how exactly do I obtain the new addresses to make sure it all works flawlessly. I'm fairly new to C++ and what not.
Posts: 58
Threads: 0
Joined: Mar 2012
Reputation:
0
It depends on what are you looking for and by the way, you did not mention the plugin you are having problems with.
Posts: 40
Threads: 1
Joined: Oct 2011
Reputation:
0
It's an old, old, plugin I had one of my C++ coders do when I ran an early 0.3 server. It's a NPC plugin that writes to the recording file to create dynamic bots. Sort of like RNPC, however it's quite different. And I have no clue how to update it. It just makes the server crash when I try to load it.
Posts: 40
Threads: 1
Joined: Oct 2011
Reputation:
0
Alrighty, thanks ****** that helped.