crimsonedge
New Member
- Joined
- Jun 5, 2012
- Messages
- 28
- Reaction score
- 0
go look in the RBC.xml
This screen shows RBC.xml!! and it is open!
I see that he will do 200 pages of this topic. Before anyone can helpI think that is one of Polish?
Jest ktoś z Polski ?![]()
Fix that annoying way of writing, please.-censored-
can someone make a video showing the configuration of simplyfollow step by step?What? where and for what? I put a bottle
![]()
This is what I consider to be the easiest most stable setup:
You will need to edit simplefollow.cs file on the ?follower? computer(s)
Find this line: private static Uri serverUri = new Uri("http://localhost:10920");
(It will be right on the first page, near the top). Change the address to match the LAN ip of the master computer ? The one you want to designate as your leader. This is telling the follower machines which computer is leading for them to talk to.
(You no longer need to edit the simplefollow.cs file to do this. Demonbuddy/Plugins/Simplefollow you can set Bind IP = Leader IP address, same concept)
Example / Follower computers:
private static Uri serverUri = new Uri("http://192.168.1.101:10920");
(If 192.168.1.101 = the IP of the master pc)
If you have a software based firewall, you may need to open port 10920 on the master computer so the firewall does not block connections to/from that port. I made a rule on mine to allow all connection types from addresses matching 192.168.*.* (This allows all traffic to communicate with that computer on that specific port over my local network only)
To keep things simple on a hardware firewall/DHCP/modem what I did was an address reservation for my master computer. - All routers I've worked with have a way to set this up in their web gui. For example: Computer Name: MasterPC = 192.168.1.101 ? This way the IP does not change on my leader computer making my bots fail to communicate with it. You dont want your DHCP assigning your master computer a new IP after you setup your follower config files to look for a specific IP. If that happens, none of them other then your master pc will run until you re-update all your simplefollow.cs files to match the new master IP. A pain in the ass to do everytime it changes. Of course you can always setup all static ips/etc, but I believe this to be the easiest way to go, like myself I have a ton of devices in my home and the only one I care to have reserved is my master pc.
Simple troubleshooting -
Once you have verified all the obvious (simplefollow enabled on both, that your follower machines are pointing to the leader, etc) and they are still not connecting, you may have something blocking it. Disable all your virus protection, firewalls, malware checkers, etc and try to run it.
If you are still unable to get it running set diag logging on bots, check the diag log box on the simplefollow, and post a reply with your logs attached and we'll take a look.
Hope this helps.
You will need to edit simplefollow.cs file on the ?follower? computer(s)
Find this line: private static Uri serverUri = new Uri("http://localhost:10920");
(It will be right on the first page, near the top). Change the address to match the LAN ip of the master computer ? The one you want to designate as your leader. This is telling the follower machines which computer is leading for them to talk to.
(You no longer need to edit the simplefollow.cs file to do this. Demonbuddy/Plugins/Simplefollow you can set Bind IP = Leader IP address, same concept)
Im confused do i or do i not need to do this part
Becasue you said
So i should just on the follower under Bind IP put my Mains Local ip?
I find this by CMD -> Ipconfig and it would be my Ipv4 Address or the address that looks like 192.168.1.X?
On my main do i leave BindIp at local host or blank? Becasue my Main seems to be working fine but on the follower i get this msg
12:49:43.495 INFO SimpleFollow [SimpleFollow] ERROR: Could not get an update from the leader using http://192.168.1.X:10920/Follow. Is the leader running?
12:49:43.496 INFO SimpleFollow [SimpleFollow] Initializing Client Service connection to http://192.168.1.X:10920/Follow
Same if BindIp is set to Localhost
What am i doing wrong? i tried a few setups one time i got this msg 12:52:07.285 INFO SimpleFollow [SimpleFollow] Error - Main pulsed but plugin is disabled!