Git Product home page Git Product logo

ror2-chensminionretarget's People

Contributors

cheeeeeeeeeen avatar

Stargazers

 avatar

Watchers

 avatar

ror2-chensminionretarget's Issues

Would a MinionMove fix the bot AI getting stuck all the time?

Is your feature request related to a problem? Please describe.

Drones and PlayerBots get stuck all the time. I was wondering if telling them to move some place or forcing them to make a direct line to the targeted enemy work.

Describe the solution you'd like

Targeting an enemy/location would force the bot to move there ASAP, as long as they are outside a certain range.

Describe alternatives you've considered

There are none.

Additional context

Add any other context or screenshots about the feature request here.

Mod doesn't work (MissingFieldException)

Describe the Bug

  1. They have changed currentEnemy from field to property. So the mod doesn't work at all.
[Error  : Unity Log] MissingFieldException: Field 'RoR2.CharacterAI.BaseAI.currentEnemy' not found.
Stack trace:
DMD<>?1167836672.Hook<RoR2.CharacterAI.BaseAI::EvaluateSkillDrivers>?-501121024 (RoR2.CharacterAI.BaseAI ) (at <873019a913634471bdd11a8386c8ca1a>:IL_0014)
DMD<>?1167836672.Glue:ThiscallStructRetPtr<RoR2.CharacterAI.BaseAI::EvaluateSkillDrivers,DMD<>?1167836672::Hook<RoR2.CharacterAI.BaseAI::EvaluateSkillDrivers>?-501121024> (RoR2.CharacterAI.BaseAI , RoR2.CharacterAI.BaseAI+SkillDriverEvaluation& ) (at <ac0af3cef06f4a9492f338fe1c870550>:IL_0000)
RoR2.CharacterAI.BaseAI.FixedUpdate () (at <da7c19fa62814b28bdb8f3a9223868e1>:IL_014F)
  1. Also I'm currently working on my mod that has the same mechanics as this mod but as a skill. Was wondering is this line correct?
    if (skillDriverEval.dominantSkillDriver.maxDistanceSqr < (targetPosition - selfPosition).sqrMagnitude && self.HasLOS(targetPosition))

    Seems like it should be:
if (skillDriverEval.dominantSkillDriver.maxDistanceSqr > (targetPosition - selfPosition).sqrMagnitude && self.HasLOS(targetPosition)) 

At least from my testing, I couldn't get it to work properly otherwise.

Console log

LogOutput.log

test issue

Describe the Bug

A clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected Behavior

A clear and concise description of what you expected to happen.

Console Log

Please include a link or embed of a FULL console log file from a run of the game where the bug happened. This will provide a versioned mod list, and possibly other important information about the bug.

To retrieve console logs: A log from the most recent run of the game will be stored in .../Risk of Rain 2/BepInEx/LogOutput.log. If using r2modman, go to Settings > Browse profile folder > Profile Folder/BepInEx/LogOutput.log instead.

If the bug only happens in multiplayer: try to provide console logs from both client and server.

If the log file is too big to post: this may be because of a once-per-frame error message. In this case, immediately close the game once the bug occurs to reduce log file size.

Additional Context

Add any other context about the problem here (screenshots, etc.).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.