Skip to content

Weird bug with charts #299

Closed Answered by r6915ee
KadePleaseHelpMe asked this question in Q&A
May 18, 2024 · 1 comments · 15 replies
Discussion options

You must be logged in to vote

Generally, I'd say it would be good practice to instead have this set up as a setting within the mod itself to reduce the need of adding additional chart files.

Based on the way you have set up the mod (according to the video), it uses the assets folder, so by default you should have an options.xml file already located within the data/config folder. Much of it should include the basic types of settings, such as a float, though in your case something like this should add the family friendly option to the menu:

<!DOCTYPE codename-mod-options>
<!-- TEMPLATE FOR CUSTOM OPTIONS!!! -->
<menu name="Peter Griffin" desc="Modify mod options here.">
	<checkbox id="familyFriendly" name="Family friendly"

Replies: 1 comment 15 replies

Comment options

You must be logged in to vote
15 replies
@KadePleaseHelpMe
Comment options

@KadePleaseHelpMe
Comment options

@KadePleaseHelpMe
Comment options

@KadePleaseHelpMe
Comment options

@r6915ee
Comment options

Answer selected by KadePleaseHelpMe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants