Mind Reader

Search, find and discuss about Mutators!
Buggie
Godlike
Posts: 2742
Joined: Sat Mar 21, 2020 5:32 am

Re: Mind Reader

Post by Buggie »

Hm. Interesting idea. But this need at least 2 texture. Diagonal masked one for draw diagonal lines, and one pixel for draw vertical lines.
Second one need because you not able draw diagonal line as vertical or horizontal without weird effects (in best case).
Need check it.

Automatically merged

v1.12

- Some small changes intended to make runaway limit crash appear less often if appear at all.

Always check latest posts in this topic, for be sure you download latest version.
MindReader-1.12.zip
(17.77 KiB) Downloaded 20 times
User avatar
[NBK]DxTrEm3Fx
Adept
Posts: 259
Joined: Wed May 09, 2012 5:56 pm
Location: Glendale, AZ
Contact:

Re: Mind Reader

Post by [NBK]DxTrEm3Fx »

I was wondering if MinderReader was still a thing.
Image
Image
User avatar
Gustavo6046
Godlike
Posts: 1462
Joined: Mon Jun 01, 2015 7:08 pm
Personal rank: Resident Wallaby
Location: Porto Alegre, Brazil
Contact:

Re: Mind Reader

Post by Gustavo6046 »

Buggie wrote: Tue Oct 11, 2022 12:46 am Hm. Interesting idea. But this need at least 2 texture. Diagonal masked one for draw diagonal lines, and one pixel for draw vertical lines.
Second one need because you not able draw diagonal line as vertical or horizontal without weird effects (in best case).
That is true. I kind of thought about it (I did add a check for whenever dx was 0 to prevent a divide by zero error when checking the slope), but not enough to realize that it would require multiple textures. Thanks!
"Everyone is an idea man. Everybody thinks they have a revolutionary new game concept that no one else has ever thought of. Having cool ideas will rarely get you anywhere in the games industry. You have to be able to implement your ideas or provide some useful skill. Never join a project whose idea man or leader has no obvious development skills. Never join a project that only has a web designer. You have your own ideas. Focus on them carefully and in small chunks and you will be able to develop cool projects."

Weapon of Destruction
Buggie
Godlike
Posts: 2742
Joined: Sat Mar 21, 2020 5:32 am

Re: Mind Reader

Post by Buggie »

v1.13

- Fix bug for show Destination location as Focus.
- Improve internal code.
- block spawn mutator few times.
- Add live debug option via command mutate MRExplain:
you can any time when mutator loaded call commands:
mutate MRExplain
or
mutate MRExplain BotName
It dump Info to client about selected bot
If BotName specified, then it search such bot.
If botName omitted it try use spectate target as bot. If you not spectate anything, it try find bot on your look.

pay attenttention, you can any time use live debugging, by summon from admin:
summon MindReader.MindReader
or
admin summon MindReader.MindReader

After that you can use mutate commands without need list MindReader in ServerPackages. Enough place MindReader.u in System folder.
scr_1678544155.png
scr_1678544155.png (21.82 KiB) Viewed 733 times
Always check latest posts in this topic, for be sure you download latest version.
MindReader-1.13.zip
(18.49 KiB) Downloaded 5 times
Buggie
Godlike
Posts: 2742
Joined: Sat Mar 21, 2020 5:32 am

Re: Mind Reader

Post by Buggie »

v1.14

- Added bSniping, bCamping, CampTime, SpecialPause, NextState, NextLabel for bots, Sleep, MoveTimer for all
- Combined orders and real orders

Always check latest posts in this topic, for be sure you download latest version.
MindReader-1.14.zip
(18.92 KiB) Downloaded 5 times
Buggie
Godlike
Posts: 2742
Joined: Sat Mar 21, 2020 5:32 am

Re: Mind Reader

Post by Buggie »

v1.15

- Fix load in some cases.

Always check latest posts in this topic, for be sure you download latest version.
MindReader-1.15.zip
(18.17 KiB) Downloaded 8 times
Buggie
Godlike
Posts: 2742
Joined: Sat Mar 21, 2020 5:32 am

Re: Mind Reader

Post by Buggie »

v1.16

- Fix crash on load in UT less from v469.

Always check latest posts in this topic, for be sure you download latest version.
MindReader-1.16.zip
(18.27 KiB) Downloaded 9 times
Buggie
Godlike
Posts: 2742
Joined: Sat Mar 21, 2020 5:32 am

Re: Mind Reader

Post by Buggie »

v1.17

- Add distance to Enemy, Target, FaceTarget, MoveTarget

Always check latest posts in this topic, for be sure you download latest version.
MindReader-1.17.zip
(18.65 KiB) Downloaded 8 times
Buggie
Godlike
Posts: 2742
Joined: Sat Mar 21, 2020 5:32 am

Re: Mind Reader

Post by Buggie »

v1.18

- Fix show actor at Destination and Focus points.

Always check latest posts in this topic, for be sure you download latest version.
MindReader-1.18.zip
(18.94 KiB) Downloaded 9 times
Buggie
Godlike
Posts: 2742
Joined: Sat Mar 21, 2020 5:32 am

Re: Mind Reader

Post by Buggie »

v1.19

- Faster render.
- Add support for UTrace.

Always check latest posts in this topic, for be sure you download latest version.
MindReader-1.19.zip
(21.25 KiB) Downloaded 14 times
User avatar
OjitroC
Godlike
Posts: 3635
Joined: Sat Sep 12, 2015 8:46 pm

Re: Mind Reader

Post by OjitroC »

In 436 I get the following in the log

Code: Select all

Log: Failed import: Function Function Core.Object.IsUTracing (file ../System/Core.u)
Warning: Failed to load 'MindReaderImpl': Can't find Function in file 'Function Core.Object.IsUTracing'
Warning: Failed to load 'Class MindReaderImpl.MRUTraceImpl': Can't find Function in file 'Function Core.Object.IsUTracing'
Though all the info shows, the path the pawn is taking is not shown (the line traced on-screen) as it is in 469.
Buggie
Godlike
Posts: 2742
Joined: Sat Mar 21, 2020 5:32 am

Re: Mind Reader

Post by Buggie »

For me all work on 436:
scr_1697640197.png
What exactly not work?
User avatar
OjitroC
Godlike
Posts: 3635
Joined: Sat Sep 12, 2015 8:46 pm

Re: Mind Reader

Post by OjitroC »

Buggie wrote: Wed Oct 18, 2023 3:45 pm What exactly not work?
I haven't played in 436 for some time so played a few more maps and the trace of the paths shows up fine in those so probably down to the map I first played rather than anything else (possibly too many navigation points). False alarm really - apologies.

I do get the Failed Import/Failed to load warnings though in the log for each of the maps I played.
Buggie
Godlike
Posts: 2742
Joined: Sat Mar 21, 2020 5:32 am

Re: Mind Reader

Post by Buggie »

Yes. Because it only way make some things work on 469 and not stop load main package on 436 - make special package with 469 specific functions.
Buggie
Godlike
Posts: 2742
Joined: Sat Mar 21, 2020 5:32 am

Re: Mind Reader

Post by Buggie »

v1.20

- Bot verbose messages now optional and can be turned on in ini.

Always check latest posts in this topic, for be sure you download latest version.
MindReader-1.20.zip
(20.32 KiB) Downloaded 7 times
Post Reply