i know what it should say and look like, i was asking where exactly to i put it?? inside the html file? im using notepad++. or do i open the game and pop it in the console?
open the html file on notepad++
go to the very end of it
insert it before the last 2 lines ..
<template id="ExpansionModConfig">
<input name="incestEnabled" value="false">
<input name="changeAges" value="false">
<input name="ageChild" value="16">
<input name="ageGrownUp" value="18">
<input name="npcWallPosition" value="button">
<input name="changeInventoryText" value="true">
<input name="removeSandmanOnMouseOver" value="true">
<input name="debug" value="false">
</template>
<link rel="stylesheet" href="Mods/ExpansionMod/styles.css">
<script src="Mods/ExpansionMod/functions.js"></script>
</body> <---------------------------------------------------------- this should be the 2 last lines in your edited html
</html>