-
Member
Originally Posted by
newbazin
I saw that a new update came out, but the same problems continue. is it just me?
im toooooooooo
-
Member
Originally Posted by
Lemmiwinks
Wait.. Harvest is supposed to show for PreloadAlert? Is there a newer version I should've updated to? Mine has never shown Harvest.
You needed to manually update the PreloadAlerts.txt file that is found in \Plugins\Compiled\PreloadAlert\config.
Edit the txt file and add in the below text.
Code:
# HARVEST
Metadata/Terrain/Leagues/Harvest/Objects/HarvestFeatureChest; Harvest; ff36B400
Metadata/Terrain/Leagues/Harvest/harvest_encounter.arm; Harvest; ff36B400
-
Member
Me too..
Originally Posted by
newbazin
I saw that a new update came out, but the same problems continue. is it just me?
i did new update
But my preload_alert also doesn't work.
-
Active Member
Originally Posted by
Sdelp
Since I don't have a previous dump from the game. That should be the FileRoot offset? Also size has changed to 0x28 ?

Yeah, Size changed to 0x28.
Last edited by Aoooooooo; 04-08-2021 at 12:34 AM.
-
Contributor
Is there a way to get the full item description through the API? I mean the thing you get when you press CTRL + C on item. I know I can get all the item properties seperately, but how about all together?
-
Originally Posted by
arturino009
Is there a way to get the full item description through the API? I mean the thing you get when you press CTRL + C on item. I know I can get all the item properties seperately, but how about all together?
add to: public class Element : RemoteMemoryObject and use on root element: GetAllStrings()
Code:
public void GetAllStrings(List<string> res) {
if(Text?.Length > 0) {
res.Add(Text);
}
foreach(var ch in Children)
ch.GetAllStrings(res);
}
public void GetAllTextElements(List<Element> res) {
if(Text?.Length > 0) {
res.Add(this);
}
foreach(var ch in Children)
ch.GetAllTextElements(res);
}
public void GetElementByString(string str, ref Element res) {
if(Text == str) {
res = this;
return;
}
foreach(var ch in Children)
ch.GetElementByString(str, ref res);
}
-
Member
Originally Posted by
loafer
You needed to manually update the PreloadAlerts.txt file that is found in \Plugins\Compiled\PreloadAlert\config.
Edit the txt file and add in the below text.
Code:
# HARVEST
Metadata/Terrain/Leagues/Harvest/Objects/HarvestFeatureChest; Harvest; ff36B400
Metadata/Terrain/Leagues/Harvest/harvest_encounter.arm; Harvest; ff36B400
this is already in the preload alert
the issue is the preload alert does not work at all.
-
Member
I would like to make a some donation for this post.how can i donation?
Also, if there is a Discord room where I can discuss, I would like to enter.
-
Member
Originally Posted by
philpsk
I would like to make a some donation for this post.how can i donation?
Also, if there is a Discord room where I can discuss, I would like to enter.
I'll second that.
-
Member
AdvancedTooltip does not work on the latest release. This is a very convenient and important plugin for me. Can fix this somehow?
GitHub - TehCheat/AdvancedTooltip
-
Member
i´ll send a private message to @Queuete to donate him ...no problem for me . Is a very hard work. I appreciate his effort to let us enjoy the game.
I donate without problem.
-
Member
Great work! can't wait for expansion
Last edited by NoobToken; 04-08-2021 at 06:07 PM.
-
Member
After yesterday's patch, the CPU is running wild.
-
Originally Posted by
qweley1
After yesterday's patch, the CPU is running wild.

CPU/Graphic Card is like: Bitch given me a break.
-
Post Thanks / Like - 1 Thanks
Silent_Warrior (1 members gave Thanks to GameHelper for this useful post)
-
Member
damn, pre load is making my computer crazy lol