What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Open portals

LUTIY

Member
Joined
Mar 16, 2017
Messages
30
Reaction score
5
Can we please have an option to disable portal opening on every transition? I know that one can easily disable it through code, but it is not very comfortable to do on multiple machines after every update.
 
Bot opens portals for a reason. If you die/disconnect/chicken bot will be lost in a multilevel map. It will re-explore it from the start, possibly in a wrong direction.
If you wanna risk and change it in code, thats your choice.
 
Yes, but if bot does not die/disconnect/chicken it will just lose tonn of time opening that portals and then collecting them back. On maps like burial chambers (t3 map so bot will not die there ever) it is really slowing down the bot. I mean, it is an easy option to add, isnt it? So why not? Just make it checked by default and nothing will change for users who does not use it.
 
I'm sure there is a list 1000 things long of other things that they are doing so I wouldn't take it personally its just not a high priority
 
Open Mapbot.cs and change:

Code:
openPortals: true,

to

Code:
openPortals: false,


I fully understand why its set to true by default, but would be great if we could get a checkbox in the settings to toggle this. Not a major issue obviously, but have to rechange the setting each update.
 
Open Mapbot.cs and change:

I know that one can easily disable it through code, but it is not very comfortable to do on multiple machines after every update.

I understand that there is many other things that you have to do, but it is a piece of cake to add, and this option will be really great for many users, i saw people in discord (rip) that asking for "how to disable portal opening" quite often.
 
Back
Top