Multi-Agents et cetera

11/08/2018 16:31 Royalblade*#1
Some people have been messaging me about multiple agent instances on the same machine....

Wrote the following to some dude via PM.
Might as well copy & paste it here for ya greedy fellows to enjoy.

afk again for a few months :)

Quote:
Uhm it's kinda difficult to explain.

ForceBindIP is needed. You can find that on a very black-ish looking website if you google. You'll recognize the website when you see it. it's simply black.

Then you need to bypass the "Semophore" check. It's a JNZ check in the agent & gameserver. If you need help there you can ask someone for it. Don't have time atm.

Then you'll need to do a proper certification and know how the modules work together.

For example, if you get a c9 error on one of the agentservers then it simply means that the IP redirectioning is wrong. You also need to try a lot of different things... cause sometimes sro modules just fuck up even with proper parameters set.... LIke if you start the modules in a different order or wait too long or too little... you can have different issues.

I haven't used muli-modules on a live-working server yet cause it wasn't ever 100% stable in all cases, and stability is one of the most important things for a professionally driven pserv.

Don't know how good you are so I don't wanna waste my time doing a proper explanation. But you need ForceBindIP & remove the somophore start up check which says server is already running.

Then you can try around and it'll work.

Have fun
11/08/2018 16:56 Genoxid#2
as i know you have also patch the modules with the correct ip before it works with ipbind but all in all you are right would be intersted to make a patcher with it :D
11/08/2018 20:28 #HB#3
There we go.
11/08/2018 23:49 nemo08#4
Quote:
Originally Posted by Genoxid View Post
as i know you have also patch the modules with the correct ip before it works with ipbind but all in all you are right would be intersted to make a patcher with it :D
there is a patcher made by Syloxx long time ago I think.. the main problem is the certification to link the multi modules ..
11/09/2018 01:10 Genoxid#5
Quote:
Originally Posted by nemo08 View Post
there is a patcher made by Syloxx long time ago I think.. the main problem is the certification to link the multi modules ..
i mean open source patcher :D
11/09/2018 17:15 Royalblade*#6
Quote:
Originally Posted by nemo08 View Post
there is a patcher made by Syloxx long time ago I think.. the main problem is the certification to link the multi modules ..
Cert wasn't so difficult todo tbh.

For example...

Copy paste AgentNode.
Set new ID for it.

Check what's sub-linked to FirstAgent.
Copy paste sub-links and change the id to the New ID...
Done...

Obviously you will have to open another port and everything... but thats self-explanatory if u understand a little bit of the cert already.

Pretty much copy paste and change ids only though. U can check in the globalmgr how it looks (diagram).. if it looks the same as before just with one more agent then ure pretty much good to go