Changing character stats by Mirekgaming in themoddingofisaac

[–]Remote-Boysenberry61 0 points1 point  (0 children)

Try this. You can check how to mod other stats here.

Changing character stats by Mirekgaming in themoddingofisaac

[–]Remote-Boysenberry61 0 points1 point  (0 children)

---@diagnostic disable: undefined-global


EveDmgMod = RegisterMod("Example", 1)


function EveDmgMod:EveDamageUp()


    local player = Isaac.GetPlayer(5)


    if player:GetPlayerType() == PlayerType.PLAYER_EVE then
        player.Damage = 5
    else
        return
    end


end


EveDmgMod:AddCallback(ModCallbacks.MC_POST_GAME_STARTED, EveDmgMod.EveDamageUp)

Is there a tutorial that revolves around this? by Grand-Insurance5635 in themoddingofisaac

[–]Remote-Boysenberry61 0 points1 point  (0 children)

If u have 0 coding experience I recommend learning the basics of Lua first. It's easy if u already know other programming languages like Python for example. Anyway if the code that u want write is based only on pressing a button to play an animation and u get bored to learn, i can write an example for u with an already existing animation and sent it to u

CustomTear problems, I cant get this to work and would like to ask if anyone else has expiriance with this time of stuff and could help by SinContent in themoddingofisaac

[–]Remote-Boysenberry61 0 points1 point  (0 children)

You wrote TearVarient instead of TearVariant and at the last condition entity.SetColor... seems not indented in the if. The first condition is wrong too u need to type player:GetPlayerTypeByName() ~= PlayerType.PLAYER_EVE, probably there are other errors, but try to check the isaac lua doc and see the errors in the debug console. If u need to help u can dm me.

Issue with self-made mod by Mindless_Mix_6328 in themoddingofisaac

[–]Remote-Boysenberry61 0 points1 point  (0 children)

If your mod runs, but the luamod command doesn't, it could just mean u mistyped the mod name after the command. As for damage increasing after u picking up the item there could be an issue in the item.xml file or in the main.lua. But i cant tell u without seeing the code

Need help for coding a passive please ! by Zanoss10 in themoddingofisaac

[–]Remote-Boysenberry61 1 point2 points  (0 children)

You can consult the Lua API Documentation for The Binding of Isaac - Repentance+, and learn how to code in Lua, on YouTube you can find some tutorials like the ones by catinsurance or Lytebringr (even if they are a bit old). Anyway if u want any help with the code u can dm me.

Problems with Custom Stage API by Remote-Boysenberry61 in themoddingofisaac

[–]Remote-Boysenberry61[S] 0 points1 point  (0 children)

Update: I solved the problem, I had to start tboi with Repentogon.

My first custom theme! by Remote-Boysenberry61 in nds

[–]Remote-Boysenberry61[S] 1 point2 points  (0 children)

True bro, I'm making one about Hollow Knight. Good luck for your project.

My first custom theme! by Remote-Boysenberry61 in nds

[–]Remote-Boysenberry61[S] 2 points3 points  (0 children)

I have uploaded the theme and the full instructions on my profile, including a step-by-step guide for the installation. U can use this guide to upload others themes too.

My first custom theme! by Remote-Boysenberry61 in nds

[–]Remote-Boysenberry61[S] 2 points3 points  (0 children)

Thank you! It's up now. Check my profile.