Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can drop unique and legendary skulls from fox hunter. #18

Open
karlos02021 opened this issue Aug 4, 2022 · 4 comments
Open

can drop unique and legendary skulls from fox hunter. #18

karlos02021 opened this issue Aug 4, 2022 · 4 comments

Comments

@karlos02021
Copy link

No description provided.

@idogadol
Copy link

idogadol commented Aug 5, 2022

I haven't got legendary skulls from the fox but I got unique and rare items from the ogre with item drop modifications enabled.

@Tobi-Mob
Copy link
Owner

Tobi-Mob commented Aug 7, 2022

I am not sure if everybody needs that.
But, If you know a little bit about the command line, you should be able to do it for yourself.
Below is an example on how to get Fox/Ogre to always drop legendary items.
(I did not test it, but I hope it works anyway)

Do the how to build the mod yourself steps

With git and dotnet installed these commands should build the mod:

git clone https://github.com/Tobi-Mob/Skul.Mod.git
cd Skul.Mod
dotnet build

Now you should have the file Skul.Mod\Patches\DropRatePatch.cs. Open it with Notepad or something similar.

Go to Line 253 an add

case Chapter.Type.Castle:
    rarity = Rarity.Legendary;
    break;

Should look like this:
image

Save the file and run dotnet build again.

Start the game.

Press F3 to enable the drop modifications.

Talk with Fox/Ogre and get a legendary item.


I hope that works for you.
If you have problems with those steps, you could try to find somebody with a tiny bit of programming experience to help you.

@idogadol
Copy link

idogadol commented Aug 8, 2022

This is a misunderstanding, sort of...
I don't want the NPCs to drop higher-rated stuff as they do now, it's overpowered and can trivialize runs, making the game extremely easy.
There seems to be a bug with the mod that is allowing these unintentionally overpowered starts, which needs fixing.

However, I would absolutely love for you to produce your Future Idea "Configurable starting gear" to allow experienced Skul players an enjoyable sandbox experience to experiment with all the game has to offer.

@mikeloeven
Copy link

Instead of requiring a rebuild why not move all the advanced settings into a text config file under bepinex this seems like a far better method of tweaking than recompiling everything each time a tweak is compiled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants