| View previous topic :: View next topic |
| Author |
Message |
RblDiver How do I cheat?
Reputation: 0
Joined: 05 Jun 2013 Posts: 1
|
Posted: Wed Jun 05, 2013 5:55 am Post subject: Groupscan assistance |
|
|
Hi. Here's the scenario: I'm playing Gnomoria, and I noticed that the gnomes' attributes are always stored next to a delimiter (ex: hex AE 0E E8 00 <4 byte attribute value>). If I want to find all the attributes whose value is, say, 10, I can use the grouped value type and scan "4:15208104 4:10 ", add the values to the list, and change all of the 10's to whatever I want.
I have two questions:
1. Is there a way to only add the second 4-byte portion (the actual attribute) to the list and ignore the delimiter? That'd make changing them en masse easier since a shift-click is simpler than many ctrl-clicks. (Presently, selecting the value and adding to the list adds both the delimiter AND the attribute entry as two separate list items)
and
2. Is there a way to retrieve the values of the second block using the wildcard? If I do "4:15208104 4:* " in an attempt to find ALL the attribute values (10 and otherwise), it only displays and adds the delimiter value, ignoring the wildcard one.
Thanks!
|
|
| Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Wed Jun 05, 2013 11:22 am Post subject: |
|
|
Can be achieved when using Lua script.
_________________
|
|
| Back to top |
|
 |
Nemexia55 Expert Cheater
Reputation: 0
Joined: 28 Jan 2014 Posts: 160
|
Posted: Sat Jul 11, 2015 11:47 am Post subject: |
|
|
how should i use lua?
_________________
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25820 Location: The netherlands
|
Posted: Sat Jul 11, 2015 12:39 pm Post subject: |
|
|
1:
4:15208104 4p:10
that will add only the second one when adding to the list
2:
4:15208104 4p:*
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
|