You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried finding your email and contacting you but the mailer daemon fails in gmail. I have been working on this brain set for some days now and I am actually building a Java rive manager of sorts. It takes all the brain files, crunches them into one massive file, sorts them alphabetically from top to bottom and as of now it can find all the triggers that are dependent on a particular trigger as I am about to do cascade deletes.
The master file has 284915 lines of rive script roughly and my Java program can easily manage stuff with them. Here is a screenshot of this in action
As per the above screenshot, I am trying to find all the rules that are related to this trigger called "+ what languages do you speak"
Outgoing links are the redirects a trigger has to other triggers recursively while incoming links are the list of other triggers that refer to yours. So when you delete a trigger, you dont have to worry about missing redirects and hence this program. I noticed that the alice brain files have tonnes of triggers with a % previous in them but I cannot find any bot response for most of the % that I encountered. Would it be possible for you to let me know if that is really the case? I will be more than willing to give this program to you after I add a few more features to it. Currently doing what I feel is necessary to delete unwanted triggers quickly. the idea is to remove facts from rules
Facts like who was the first president of xyz can be fetched from a factual db whereas pure rive rules in the master script will load things much faster and make this master file far better
The text was updated successfully, but these errors were encountered:
Hi Kirsle,
I tried finding your email and contacting you but the mailer daemon fails in gmail. I have been working on this brain set for some days now and I am actually building a Java rive manager of sorts. It takes all the brain files, crunches them into one massive file, sorts them alphabetically from top to bottom and as of now it can find all the triggers that are dependent on a particular trigger as I am about to do cascade deletes.
The master file has 284915 lines of rive script roughly and my Java program can easily manage stuff with them. Here is a screenshot of this in action
As per the above screenshot, I am trying to find all the rules that are related to this trigger called "+ what languages do you speak"
Outgoing links are the redirects a trigger has to other triggers recursively while incoming links are the list of other triggers that refer to yours. So when you delete a trigger, you dont have to worry about missing redirects and hence this program. I noticed that the alice brain files have tonnes of triggers with a % previous in them but I cannot find any bot response for most of the % that I encountered. Would it be possible for you to let me know if that is really the case? I will be more than willing to give this program to you after I add a few more features to it. Currently doing what I feel is necessary to delete unwanted triggers quickly. the idea is to remove facts from rules
Facts like who was the first president of xyz can be fetched from a factual db whereas pure rive rules in the master script will load things much faster and make this master file far better
The text was updated successfully, but these errors were encountered: