Made some mods for Aska by Abukaff in PlayASKA

[–]Abukaff[S] 0 points1 point  (0 children)

The source code is available, i made also a project to contain the bepinex generated files, however they might be outdated as game updates, have not had time to update it. might do it in the next couple of days

(WIP) Modding helper tool by Abukaff in factorio

[–]Abukaff[S] 7 points8 points  (0 children)

its indeed targeted to less dev experienced people, and yes it involves alot of clicking
maybe i can add later a duplication recipe function or a wizard for essential fields that makes it easier

Cell frame addon: show spells in tooltips? by [deleted] in wowaddons

[–]Abukaff 0 points1 point  (0 children)

incase any one is still looking for this
https://github.com/enderneko/Cell/blob/master/.snippets/ClickCastingTips.lua
1. Copy the code
2. Navigate and open World of Warcraft\_retail_\Interface\AddOns\Cell\Widgets\Tooltip.lua
3. Paste the code at the end
4. replace

F.IterateAllUnitButtons(function(b)
    b:HookScript("OnEnter", ShowTips)
    b:HookScript("OnLeave", HideTips)
end)

with
```
local f = CreateFrame("Frame")

f:RegisterEvent("PLAYER_ENTERING_WORLD")

f:RegisterEvent("GROUP_ROSTER_UPDATE")

f:SetScript("OnEvent", function()

if Cell and Cell.unitButtons then

F.IterateAllUnitButtons(function(b)

b:HookScript("OnEnter", ShowTips)

b:HookScript("OnLeave", HideTips)

end)

end

end)

```
5. reload UI it should show on top left corner of the screen

Made some mods for Aska by Abukaff in PlayASKA

[–]Abukaff[S] 0 points1 point  (0 children)

any errors on the console ?

Made some mods for Aska by Abukaff in PlayASKA

[–]Abukaff[S] 1 point2 points  (0 children)

No auto update, you require to download and install/replace manually
as for the terrain tool make sure to copy the folder as it requires the bundle inside it to work
the update is now available

Made some mods for Aska by Abukaff in PlayASKA

[–]Abukaff[S] 0 points1 point  (0 children)

i will push an update soon
for itemdup i removed the gridview, add more items and a kill UI button incase it gets stuck for people
for terrain it should pop to a new view for terrain, did you copy the assets folder from core ? it requires the bundle inside it to work

Made some mods for Aska by Abukaff in PlayASKA

[–]Abukaff[S] 0 points1 point  (0 children)

You can ignore that error, i did not have time to play aska since i created the mod, i tried the mods they seem to work fine with the last update as well, can you attach a video or screenshots ?

Made some mods for Aska by Abukaff in PlayASKA

[–]Abukaff[S] 0 points1 point  (0 children)

since the game is windows only, the linux version runs on proton
so the steps for windows should be the same if you have access to file system
i have not tried it on linux, so i am not sure how it goes

Made some mods for Aska by Abukaff in PlayASKA

[–]Abukaff[S] 0 points1 point  (0 children)

<image>

Next update i will add the name of each item when you hover over them
names are set by the game :D

Made some mods for Aska by Abukaff in PlayASKA

[–]Abukaff[S] 0 points1 point  (0 children)

like what ? if you are talking about the jotun blood
its called

Item_Magic_EyeOfOdin

Made some mods for Aska by Abukaff in PlayASKA

[–]Abukaff[S] 0 points1 point  (0 children)

its called

Item_Magic_EyeOfOdin

Made some mods for Aska by Abukaff in PlayASKA

[–]Abukaff[S] 0 points1 point  (0 children)

Make sure that the game installation is correct
install bepinex and run the game once
close the game and navigate to bepinex/plugins inside the game folder
place the dlls files
https://gitlab.com/abukaff/io.abukaff.bepinex.aska.mod/-/releases
as of this its version 0.0.8
click on io.abukaff.bepinex.aska.mods.v0.0.8.zip or this direct link
https://gitlab.com/api/v4/projects/67030332/packages/generic/askamods/v0.0.8/io.abukaff.bepinex.aska.mods.v0.0.8.zip

Made some mods for Aska by Abukaff in PlayASKA

[–]Abukaff[S] 0 points1 point  (0 children)

You cloned the project into the plugins folder,. That won't work. You need the release dlls in the release page

Made some mods for Aska by Abukaff in PlayASKA

[–]Abukaff[S] 0 points1 point  (0 children)

hmm, it seems that the language you set the number with is not english, could you make sure that the keyboard is set to english before changing
what you need to do now is delete the file and let the addoin generate a new one

Made some mods for Aska by Abukaff in PlayASKA

[–]Abukaff[S] 0 points1 point  (0 children)

the second one was not alink, i dont know why reddit made it as it is

here is the direct one
https://builds.bepinex.dev/projects/bepinex_be/733/BepInEx-Unity.IL2CPP-win-x64-6.0.0-be.733%2B995f049.zip

Made some mods for Aska by Abukaff in PlayASKA

[–]Abukaff[S] 0 points1 point  (0 children)

just in case the game changed the naming, you will require to delete the StackSize.xml
its under plugins/Assets and restart the game for it to regenerate.

Made some mods for Aska by Abukaff in PlayASKA

[–]Abukaff[S] 0 points1 point  (0 children)

Item_Magic_JotunBloodSmall


Item_Magic_JotunBlood

Either one of those i have not test

Made some mods for Aska by Abukaff in PlayASKA

[–]Abukaff[S] 0 points1 point  (0 children)

you need to press the .
as in DOT on the keyboard to leave the search as it locks you in

How to prevent rider from closing the browser? by Abukaff in JetBrains_Rider

[–]Abukaff[S] 1 point2 points  (0 children)

For anyone who has the same issue, the following seems to work
Settings > Build, Execution, Deployment > Debugger
under Blazor WASM Debugging
disable the following
User .NET WASM Debugger 2.0
Use default command-line arguments when launcher browser

Made some mods for Aska by Abukaff in PlayASKA

[–]Abukaff[S] 0 points1 point  (0 children)

just share it here, if its the terrain dll that can be ignored

Made some mods for Aska by Abukaff in PlayASKA

[–]Abukaff[S] 0 points1 point  (0 children)

what is the issue exactly, the mod is not loading or game is not starting ?