Yorekani

Newbie
Dec 12, 2019
97
104
The guy who was supposed to be working on it?
Search this thread for "Anenn" and you'll likely find most relevant posts.
Based on this blog post, Anenn left in March 2023.


Here's one of my posts from July 2023 complaining how ThaumX still blames Anenn for everything.
F95 Post
 

FauxCount

Newbie
Aug 27, 2017
62
20
Search this thread for "Anenn" and you'll likely find most relevant posts.
Based on this blog post, Anenn left in March 2023.


Here's one of my posts from July 2023 complaining how ThaumX still blames Anenn for everything.
F95 Post
There's also now an ongoing pattern where bugs are frequently attributed to Besty by name
 
Last edited:

SirWolffe7

Newbie
Mar 9, 2019
17
2
My character goes on first date with lily. At end of date go to sex option. Sex scene crashes because it has wrong npc-id string. How do i fix this? Newest version posted here.
 

Ustal

New Member
Jun 15, 2022
7
8
A New Cheating Guide: Variable Modification Edition

WARNING: THIS METHOD USES AN EVAL() COMMAND.
EVAL() CAN, AND WILL RUN ARBITRARY CODE, INCLUDING MALICIOUS CODE.
TAKE CAUTION TO WHAT CODE YOU PUT RUN.

  1. Find
    Code:
    <</button>> <<button "IMPORT">>
    1. Should be at line 72612 in AW_v1-23-4_[cheats].html
  2. Insert the following code between the highlighted part of [<</button>> <<button "IMPORT">>]
    Code:
     <<button "Eval() Notes">> <<run eval(String(new String(_newNote)))>>
    <<notify>>Evaluated!<</notify>>
          <</button>>
  3. Save the AW_v1-23-4_[cheats].html, and play the game again
  4. The code should now look like this:
    Code:
          <</button>>      <<button "Eval() Notes">>
    <<run eval(String(new String(_newNote))>>
    <<notify>>Evaluated!<</notify>>
    <</button>>
          <<button "IMPORT">>
  5. The "Social Menu: Notes" text area (where you enter notes) should now also act as a console. Putting in any code and clicking the "Eval() Notes" button will immediately execute it.
Heres some of the code you can run:
If there is a #, it means any number you desire can be put there.
JavaScript:
console.log(ↂ)
Gives a list of all the variables associated with the player character
JavaScript:
ↂ.pc.body.tits.base.size = #
Size of each breast (cc)?
JavaScript:
ↂ.pc.body.cock.length = #
Cock length (tenths of an inch)?
JavaScript:
ↂ.pc.body.cock.girth = #
Cock width/diameter (tenths of an inch)?
JavaScript:
ↂ.pc.body.balls.size = #
Size of an individual testicle (cc)?
JavaScript:
ↂ.pc.body.tone = #
Tone [0 to 7]?
JavaScript:
console.log(State)
You may find something useful in this list too
JavaScript:
console.log(aw)
where some other variables are stored
JavaScript:
console.log(setup)
where some other variables are stored
Code that includes console.log() needs you to look inside the JavaScript Console (F12 or Right-Click + Inspect).
 
Last edited:
2.20 star(s) 56 Votes