Ashford Academy Redux v0.4.0
Posted October 17, 2024
Send me an email when this game has an update
Ashford Academy Redux APK v0.4.0 Android Adult Game Download
Ashford Academy Redux APK Android Adult Visual Novel Adult Game Latest Version 0.4.0 Download - Ashford Academy Redux Android Port Adult Game Download
This is a completely rewritten version of Ashford Academy. Ashford Academy is a game where you take the role of the newly appointed principal (male). From this point it’s up to you to decide what happens next.
Release Date: 2020-01-2
Developer: Dream Chaser HentHighSchool
Censored: Yes
Version: 0.4.0
OS: Windows, Linux, Mac
Language: English
Genre: 2DCG, Female protagonist, Male protagonist, School setting, Management, Corruption, Ahegao, Anal sex, Bdsm, Bukkake, Group sex, Lesbian, Masturbation, Multiple protagonist, Oral sex, Sexual harassment, Vaginal sex, Virgin
v0.3.0 – Sensuality
Big Picture:
– updated from renpy 7.1.0 to 7.3.5
– new pictures added to existing events
– new events added in existing locations
– a lot of the simply events have been merged, pictures and texts now combining in more variations than the old standalone events
– new location “Sensuality” – unlocks once lust_enhancement isn’t “none” anymore
– value dependent tooltips for all student stats – helps players (and mod writers) to know what a stat value actually means
– rollback enabled during the day (but you can’t go back to the planning phase, or from the planning phase)
– folded derived stats class into stats: every stat can now have a static and a temporary, and a function and be influenced by game objects
– new event variables (set with arg var=… in the event definition) do not break old saves anymore (they get initialized on load)
– new game objects do not break old saves anymore, which allows mods defining game objects (e.g. clubs) to be added into an ongoing save game
– improved documentation (including the example mod)
Balancing:
– added major new income source in form of the building “Surveillance”
– players starting with outlook “careful” will still get the Susan and Marina blowjob scene later on, so no path will permanently miss it anymore
– reputation overhauled: weekly changes reduced to 1/4, but gets immediate benefits from raising student stats (up to 45 if deviance is 0) and upgrading buildings (up to 40),
starts at 12 instead of 10, max raised from 100 to 150. With this, getting your reputation up should be quicker, but it should slow down instead of speeding up later on.
– added option to raise staff_support to weekly planning
– set image distance from conservative image to normal dresscode to 0.5, and changed default max_img_dist from 0 to 0.5
That means that when the current dresscode is normal, events with only conservative images may still be chosen, widening the event pool
– max_img_dist for all canon dormitory events set to 1 (thanks to img_prefix), meaning the dresscode is less strict in the dormitory, widening the event pool
– for dresscode none, at inhibition<15, students will now often choose to go nude at the bath, the pool, and in the dormitory
– can_be_evil becomes False if your outlook becomes saint/good/nice/charming
– inhibition lowering unlocks are now recognized by the game as a sexual policy (values 0.3, 0.4 and 0.5 for the 3 levels)
– halved positive influence of teaching materials on athletics. It was rising a bit too quickly.
– slightly rebalanced bdsm (tilted more towards improving behavior)
API Additions:
– new tag “flavor” for images, letting you easily change small details of an event depending on the image chosen (for events with randomized images)
– new class Person, which allows writing text for both genders at once easily, or for one or multiple persons
– new class base in mod base, to provide function results as properties for renpy text interpolation
– img_e event definitions can now take tags “c:”,”ch:”,”e:” and “u:” tags, which work exactly like in the image definitions. Documentation updated for it.
– You can now specify tags or keyword arguments in the img_prefix function, and they will be picked up by image definitions and img_e event definitions
– all game objects now have ‘age’ and ‘days_since_change’ properties, so events can check for older buildings, established policies, …
– added variable ‘initializing’ which code can use to check whether we are loading up the game (when data structures might still be missing)
– new method img_copy, which allows using one image in multiple image groups
– new stat “staff” (was just a function before), making it visible in the gui, and allowing it to be influenced by game objects (policy “lust_enhancement” raises it by one if not “None”)
– tag alias “u:dressed” added as short hand for all dresscode neither “nude” nor “none” (i.e. “u:sexy”,”u:normal” and “u:cons”)
– event variables added: current_img_o, current_img_sweep, main_img_o, main_img_sweep
– set_img(): new parameter tf (replaces tf tags of image instead of adding to them like at_list does)
– added convenience function event_happened()
– random_say: <say> argument can now alternatively be given an array of strings instead of a string. Will be said one after another.
<speaker> may be an array in that case as well (at least as long). “if” and “else” may now be combined
– new function image_for(“class”) – may be expanded for more situations later
– new function set_img_letter, to make working with images named like bath2-1a.jpg,bath2-1b.jpg,… easier
– new convenience function img_lettered, returns whether set_img_letter would change the image
API Changes:
– logic change: the current event is only marked as executed once it has concluded, instead of before
– current_event is now set during evaluation of which event to execute. That means that you can use it in any functions called in the condition string
– sexy_slaves is now a variable instead of a function, toggled on by the Susan/Marina blowjob scene (contains day when it got toggled)
– event variables renamed: current_scene_img -> current_img; main_scene_img -> main_img
– set_img(): now defaults to transition None if the name of the displayed image does not change
– set_img(): trans_scene_continues now defaults to fade instead of None
– Unlock class changes:
–def_active=True instead of False (now equals the default of GameObjects, so more consistent)
–now uses “unlock_effect” for things to happen on unlock, instead of “effect” (so effect is for weekly effects for all GameObjects, so more consistent)
–unlock objects are now enabled once they are unlocked, allowing for weekly effects and stat influences
–removed property “unlocked”, since it can now be more generally be provided by “enabled”
– Rule class: upchange_stress=0 instead of 1 (now equals the default of GameObjects, so more consistent)
– GameObject class: does not have a keyword argument def_unlockable anymore, instead unlockable says whether the unlock object will be generated active. Stored variable for it eliminated.
– functions support_difficulty and support_difficulty_inv removed, replaced with max(…,0) calls
– redefined ‘force_prio’, it is now a shortcut for executing an event once only
Small Changes:
– display year in main menu
– location tooltips in main menu
– game object age is displayed in menus (above return button) if “More Numbers” Option is enabled
– event_happened() and event.happened().eval() now return the day the given event last happened instead of True (fully backwards compatible).
– unlocks of hidden policies are now hidden, and unhide once the policy becomes visible
– made stat recalculations more efficient (game object influence, temp stress)
– tag strings “<key>:<value>” as used in the image definitions, are now checked for valid keys, and in the case of “c:<content>” for valid content types
– the tag parser now checks dresscode tags against the registered dresscodes
– added a (commented out) example_fightclub to the example mod (with one event with one picture, with placeholder text). Just as a starting point…
– wished_dress is now only set once per events selection instead of once per picture choice
– simplified code to remove population_new – it was left over from before population became a stat
– increased text size of date displayed before main screen. Makes it readable in autosave screenshots.
Debugging:
– the debug screen now tries to guess the act and period from the label name when you call an event
– the debug screen will allow rollback, until you hit the return button (to the main screen), at which point the events are committed
– the debug screen now shows a list of banned characters,images and events (not modifyable)
– the debug screen now displays the state of the event variable of the event last run from the debug screen, if it has any
– the debug screen now displays the total game days and allows setting it. This makes time jumps possible when debugging events
– switched event evaluation of strings from eval to myeval. This gives error messages containing the string which was evaluated, making for easier debugging.
– now running the evalutation of all events on game load – allows early catching of syntax errors in event conditions
Bugfixes:
– added missing return in event gym14
– debug screen now allows setting lower inhibition after the unlock (min_hint and max_hint now update dynamically)
– the game now remembers changes you made in the current planning phase if you save and reload (might have worked in some older version?)
– keep game from crashing when trying to unban an event/image/character which is not banned (simply don’t do anything)
– trying to ban an event during event setup just crashed the game. Dead code which never worked. Now it does, and is used.
– the first transition of the day also counts as first transition of the event
– being charming had goodness 0 instead of 1
– there where some stat changes of pattern stat+=<n> instead of stat_o.value+=<n> This led both to misattributions in the “Stat changes” screen, and in plain wrong stat changes
v0.3.2
– 2 new images added to existing events
– 2 new events added
– improved the text of some sensuality events
– since reputation consists of a calculated and a static part, its description now discloses the static reputation value.
– centralised code to show period splash screens. Text (Morning/Afternoon/Evening) now shown in bigger font and cursive
– added option for different choice pools in random_select (backwards compatible)
– overhauled and simplified Susans and Marinas dresscode logic:
while Marina continues to dress as she pleases, Susan will more strongly follow what she thinks you want (with same school policies and stats will wear the same clothing)
Balancing:
– effects of nude school uniform made more positive: now increases behavior
– capped lust at 100 for purposes the negative behavior effect if pdas are allowed
– set the stress influence of security 1 (which you start with) to 0, reduced the stress increase per level
– halved the stress increase per level of surveillance
– lowered bdsm upkeep cost (money) to 60% of the old value
– doubled permanent weekly reputation gain/loss due to student stats. Still not much though, with all maxed stats you’ll now gain 0.25 reputation per week from it
– added an end of school year reputation boost (at max stats: 5 points), enough to overcome the stat drain from the worsening student stats. Thanks rhev for the suggestion!
Bugfixes:
– apply_entrance_dilution got applied twice for students getting added midterm, which means they pulled down stats too much
– keep effects of entrance_req_focus from applying weekly, since they apply each day
– improved logic of how an event is picked when dresscode is none – no more nude students other than at dormitory/pool/bath 😉
– tuition income now bottoms out at 0, instead of turning negate when reputation is below 0
V0.3.3
Version 0.3.3 should fix the artistery problem (and has new_game_plus defined).
– updated documentation for adding mods to the game
– moved folder mods (empty except for readme.txt) from game/images/mods to game/mods
– moved file backwards_compatible.rpy from core to base mod
– added list of functions to call after value changes so that mods can hook into it: callback_recalculate_stats
– backwards compatibility: added new_game_plus=False
Bugfixes:
– fixed display of banned images/events/characters in the debug screen (noticed by Evergrey)
– fixed backward_compatible initialization: Now properly happens right at game start
– fixed crash in event sensuality1 (if inhibition<=40)
– fixed crash on income (negative upkeep cost) of game objects other than buildings (there where no such game objects in the base game)
0.4.0 – catch them all
– added event gallery / seen events to the game, showing all events/images/variants unlocked overall or in the current save game
– since you select the event collection by mod and by location, there is now a place where the game shows which (new-style) mods have been recognized (displayed even with no events yet unlocked)
– added name, description and variant metadata to all events
– events which are completely unlocked (all images and all variants) get a gold star in the gallery (upper right corner)
– when you load a save, the game ensures all events unlocked in the save are unlocked in the game wide gallery
– replaced the screen between events: the new one shows unlocks with gold and silver stars
– game object changes show on the event summary screen (outlook change, new unlocks, new policies, …)
– if the preference “More Numbers” is enabled, stat changes are shown on event summary screen
– When in rollback, you can’t change your choices anymore. Done so unlocked event variants are in sync with what you have actually seen
– the lust stat now stays hidden until the surveillance has been build, no matter what “More Numbers” is set to
– added pictures for all policy options of human_anatomy_depiction, teacher_leeway and entrance_req_focus
– added pictures for all policy options which where still missing them (kindly donated by scorpionswamp)
– bad ends implemented: reputation<=0 (fired), behavior<2 (school burned down, 5% chance/day), staff_support<0 (fired)
– susan+marina event pictures are now unpixelated (thank you 08/15Wixxer!)
– added stat level descriptions for lust and reputation
– displayed names of policies adjusted: do not contain the policy name anymore
– selection screens now have a title above their choices
– “Stat Changes” now shows the policy name and choice instead of only the choice
– “Stat Changes” now shows the weekly reduction in temp stress
– “Stat Changes” now shows the effect from new students (“Entrance requirement focus”)
– set config.developer = “auto”, no need to change it for distribution anymore
– completely rewritten seduction logic used by Susan and Marina. They will now notice many more reasons they can get sexual with the principal
– merged events: class9 into class3; class42 into class18; class4,class17,class18,half of class19,class20,class25 into class3; pool35 into pool6; pool30 into pool22
– new events: class9 (spanking)
– expanded events: sensuality12 (dress up and role play), class18 (fell on ass)
– fixed event library19 so it can run with any dresscode up to sexy
– animal policy is now actually remembered (in school_grounds11), other cat themed events adjust to it
– pictures added to existing events (making events available for more dresscodes)
– doubled default event.img / img_e group_count to 2, and any custom group_counts set by events
allows for more granular likeliness of events, makes classic events (if any) less likely by half
Balance:
– Reputation income now rises in steps as the description changes. Reputation income is not hard coded in the engine anymore.
new reputation income: <5: none, <15: lower (2/3 of current), <30: equal to current, >=30: higher, >=90: double of current
– surveillance income now rises in steps as the lust description changes.
new surveillance income: <5: none, <20: lower, <30: equal to current, >=30: higher, >=90: 2.5 times current
– cafeteria income per student reworked: instead of being flat, it now depends on morale and reputation (smooth scaling)
new cafeteria income: game start(12 reputation, 10 morale): half of current, endgame(100 reputation and morale): 4.5 times current
– conservative dresscode doesn’t reduce morale at inhibition 100. Weekly morale drop now smoothly increases to 2 at inhibition 80
– pool now also lowers inhibition as weekly effect
– careful or resisting outlooks now avoid some of the changing room situations that cost reputation
– sensuality events now give higher deviance and inhibition changes
Bugfixes:
– bugfix: <stat>_o.contr_max_go returned wrong data. It only led to more generic text in a single event though
– bugfix: never show a stat change of 0.0
API Changes:
– imp_prefix now sets current_eventgroup and current_mod (needed for event collection) – Documentation adjusted
– stat.value_old renamed to stat.value_day, stat.change renamed to stat.change_day
– random_select: removed ‘else’ pool, added default
– renamed policy levels called “normal” to better distinguish them (e.g. in Budget screen):
–teaching_materials “normal” renamed to “used”
–staff_salary “normal” renamed to “average”
–human_anatomy_depiction “normal” renamed to “correct”
–class_size “normal” renamed to “middle”
–(the one policy choice still called “normal” is the dresscode)
– new function fucked_teacher() now used to track whether the principal had sex with a teacher
Debug Mode:
– shows dare points on main GUI
– events in “Seen Events” display internal event name, whether the event can occur (banned/True/False) and the value of the event variable
Download the Walkthrough file here
Download files for Ashford Academy Redux
Adult Games APK
Do you want to play Ashford Academy Redux porn game directly on your Android phone? Then you ought to get the Android app Ashford Academy Redux APK. You may download and install a vast assortment of Android porn games from our website in a number of different languages. The majority of games are accessible in APK format, which makes installation and usage simple.
Please feel free to consult the "download page" section for comprehensive instructions if you have any issues about installation. Remember to write a review and share your thoughts on the game Ashford Academy Redux Android APK as well. The most recent update was on October 17, 2024.
You can play several of our adult android games on your computer in addition to your mobile device because they are PC-versions available.