@SillyIdiot

New Member
May 18, 2021
3
1
i forgot i had an account, lol.

anyways, does someone know how exactly the Sunday/Date Fashion modules works? tried to search about it, but nothing came. :unsure:
 

Grim

Active Member
Aug 17, 2016
914
624
i forgot i had an account, lol.

anyways, does someone know how exactly the Sunday/Date Fashion modules works? tried to search about it, but nothing came. :unsure:
Cards can have different "styles" which are essentially alternate appearances that it can switch between. Styles can be added/removed from the General tab in the AA2Unlimited window in the editor. With the Date Fashion module, if the card has a "Date" style configured then it'll switch to that style whenever they go on a date, and for the Sunday Fashion module, if the card has a "Sunday" style configured then it'll switch to that style on Sundays.
 
Last edited:

Anon316

New Member
Jun 26, 2021
3
1
This is an unfortunate casualty of the advent of Mini. That guide assumes the game's data files still have their old infrastructure from the original game. In Mini, all of the game's files were condensed into a single file, Data.ppx.

Bear with me here. This is gonna be a long post. Additionally, I don't currently know how to get around this without MCP/JMCP, so if you aren't using one of them yet, I highly recommend it.

[...]
Thank you very much for your help. I do use JMCP, so I could follow some of the steps you describe.
However I've ran into two little problems :

1. My .lst files are unreadable, meaning that instead of japanese text I get funny unicode characters like ‹¹†‚Ý ˆ¤• so I don't feel comfortable editing the lst file safely
The example I took comes from [...]\AAUnlimited\sets\!3drooms_jmcp_patch_v25\jg2p09_00_00\H_style.lst
I tried to change my PC's language settings but nothing changed. Should I change the system locale ?

2. How am I supposed to extract the .ppx files ?
In the "Console" window of the launcher, I ran the command
Code:
ppexcli -e "C:\[...]\data\22_JapaneseMCP_v25.ppx" "C:\unpackfolder"
but I got a syntax error. More precisely I get
Code:
syntax error near '-'
Am I doing it wrong ? (the [...] is an actual path btw)
 

reyonathrow

Newbie
Nov 27, 2019
34
12
1. My .lst files are unreadable, meaning that instead of japanese text I get funny unicode characters like ‹¹†‚Ý ˆ¤• so I don't feel comfortable editing the lst file safely
The example I took comes from [...]\AAUnlimited\sets\!3drooms_jmcp_patch_v25\jg2p09_00_00\H_style.lst
I tried to change my PC's language settings but nothing changed. Should I change the system locale ?
When you say it's "unreadable," do you mean the entire document displays nothing but broken Unicode? Or is it only the pose names/column headers (as those should be written in Japanese)? If it's the latter, yeah, try swapping your locale and give it another shot. That file should be fully editable in any standard text editor. I did all my edits in the default Notepad program, for perspective.

If the former... I admit I'm not sure how your game runs to begin with!

2. How am I supposed to extract the .ppx files ?
In the "Console" window of the launcher, I ran the command
Code:
ppexcli -e "C:\[...]\data\22_JapaneseMCP_v25.ppx" "C:\unpackfolder"
but I got a syntax error. More precisely I get
Code:
syntax error near '-'
Am I doing it wrong ? (the [...] is an actual path btw)
It looks like you're running cmd from your root, yes? I would suggest cd'ing to the directory where the ppexcli executable is (or, if your OS still has access to this, shift+right-click an empty spot within the folder and click "Open command console here;" I haven't tried this with PowerShell) then supply your paths from there. No need to include the disk name. What I did, for example, was just stuff the .ppx file into the ppexcli directory itself, then made a new output folder in the same directory. I then fed said new folder's name into the syntax.

To apply this to your example, let's say we put a copy of your 22_JapaneseMCP_v25.ppx into your ppexcli directory, and simultaneously also make a new output folder in the same location called "JMCP_Out" along with it. The syntax for this, assuming your command line is currently located in the same directory as the ppexcli executable, should then be
Code:
ppexcli -e "22_JapaneseMCP_v25.ppx" "JMCP_Out"
which, predictably, is substantially easier to feed into a command prompt than the full addresses.

I agree that the instruction file is a little misleading on this part. If you open up ppex_unpack.bat, you'll notice it uses %~dpn for the output, which means that you shouldn't need to supply the disk name. For the input, however, all it uses is %1, which... could mean just about anything. Meanwhile, the instruction file's suggested syntax does not use disk name for the input, but does use it for the output, yet here we are. I would be curious to see the executable's source.
 

Anon316

New Member
Jun 26, 2021
3
1
When you say it's "unreadable," do you mean the entire document displays nothing but broken Unicode?
So I changed the locale to japanese and it did not change, but I found out the option that caused a problem. I checked a beta UTF-8 code option in windows 10 which was the cause for characters not to appear properly.
Now everythings appears properly and I can edit my .lst files.

The syntax for this, assuming your command line is currently located in the same directory as the ppexcli executable, should then be
Code:
ppexcli -e "22_JapaneseMCP_v25.ppx" "JMCP_Out"
which, predictably, is substantially easier to feed into a command prompt than the full addresses.
Thanks, that was a path issue indeed ! Also the maj+click helped a lot for manipulations.

I made backups of important lst files, so I will be messing with those files a bit. I might post here again (whether I succeed or not).
 
  • Like
Reactions: reyonathrow

Tsugumi

Well-Known Member
Oct 16, 2018
1,555
1,320
WhatAZone No.

Besides, mods are only needed if you use custom cards - the game works fine without them.
 
Last edited:

Tsugumi

Well-Known Member
Oct 16, 2018
1,555
1,320
matt4116 For starters, this already IS a "repack". Then, there is the multitude of mods somebody needs and somebody does not. Then there are AAU updates you need to keep track of and update your repack. And same for mods. The list goes on. Not to mention that you are basically going to be making a repack of a repack that is already being kept up to date.
 

hu lover

parsing the best porn.
Uploader
Jul 27, 2022
4,738
10,806
matt4116 For starters, this already IS a "repack". Then, there is the multitude of mods somebody needs and somebody does not. Then there are AAU updates you need to keep track of and update your repack. And same for mods. The list goes on. Not to mention that you are basically going to be making a repack of a repack that is already beeing kept up to date.
Okay, noted. The reason why I requested a re-pack is because I was trying to help WhatAZone. Apparently he is going to have to look elsewhere for a re-pack then. :ROFLMAO:
 

redcobra

Member
Feb 13, 2018
124
178
1. anyone have or backup [AA2][Misc][Enable AA1 Hi-poly poses, animated][v1.0] ?

2. and how to use or access poser in game ?

Hi poly not low poly version

mine got corrupt in my hard drive and cannnot find any new download anywhere TwT

Hi poly load full HD model

now im regret not back up this mod to my Mega Folder.

or is there someone back up all old mods from Hong Fire site ? i neeed Hi Poly Model walking Around in my school.

3. also maybe i must share this lets study at home together mod before corrupt like other pile of mods in my hard drive



yes bring your girl at home then segs.
 
Last edited:

AllasTimeOff

New Member
Apr 24, 2020
5
2
This is an unfortunate casualty of the advent of Mini. That guide assumes the game's data files still have their old infrastructure from the original game. In Mini, all of the game's files were condensed into a single file, Data.ppx.

Bear with me here. This is gonna be a long post. Additionally, I don't currently know how to get around this without MCP/JMCP, so if you aren't using one of them yet, I highly recommend it.
I followed all the steps in your guide, but for some reason animations just don't work: characters get stuck in various poses. I edited the H_style file by adding copied columns from (under the "Quick unlocker" line) and changed all skirt settings from SU to US. Then I copied files and posted them in folders mentioned under the "Lesbian Allowed" line. I've kept all other jg2p folders intact in the sets\!addlt_les_foreplay_anims. Didn't edit the H_style_lock file either. Not sure where I went wrong.
 

redcobra

Member
Feb 13, 2018
124
178
I downloaded the mini and its not un-censored I downloaded MkIII but where do I put it at when I extract it
i think you confuse to install so much stuff here later on, just reminder the AA2 unlimited pack here extremely outdated, there is new uncensor even release made by new modder.


maybe this will be usefull for anyone notice right away why new Mod is mostly PPX from paterons ( because smaller faster and 0 bugs ), why are you using PP2 when people start using PPX, Why you have older version Hexa than new one, why are you not 3d room when segs and why you don't this and that.

ext ext ext

Step By Step to update or Totally Upgrated your AA2 to Koikatsu level Masterpiece :

1. i recomended download PPX version here, then Install windowsdesktop-runtime-3.1.9-win-x64.exe ( Net Core ) from extra folder.
https://f95zone.to/threads/artificial-academy-mini-unlimited-1-6-0.40544/

2. then update the AAunlimited by download it from here : , just drag and drop to update to the latest version AAunlimited. don't need to install.

also download the Module, Module Is Extra " Traits " You can add to Character maker. to make you OC or Non OC character very spicy.

3. New Mod Cards or Big Mod Card Need Latest AAU or you will Crash. ( yes im Really Serious about this update or you will crash when extract mod cards ).

4. then go to this mediafire mod collections :

5. donwload 28_hexapp_v22.PPX and 32_hexapp_nodim_patch_v22dot1.ppx ( hexa PP is personality pack ) from mediafire above.

6. Remove Old version Hexa OC version v46 and remove your old HexaHP from data folder, then download new Hexa Oc v50 and Hexa Hp v35. ( put it to data folder ). you want to have all hair, costume and accesories right ?

7. Download Tot Pack ( yes more new hair and costume ) :

below here is game changer, New Uncensor + Alot of New Segs pose + 3d Room.
8. download Civ uncensor :


9. Download JMCP Sex Pose :

10. Read The Notepad How to install JMCP & enable JMCP, don't just put the JMCP PPX, put the patch for JMCP H male voice inside & put the JMCP H male Voice.PPX+ then enable / check mark JMCP + unlock from, AA2 play script.


JMCP Better than regular Cum pose because each pose has button / control you to cum firts or her or both with a lot of new positions, just like modern H games.

11. Ofcouse you must donwload the 20_3droom_v18.ppx from mediafire link above for 3d room segs, bye bye floating wallpaper POV.

12. download and put all this personality mod to data folder :


13. hmm you cannot bring home your girl what ever you want then segs ? use this mod


14. huh mod is not PP file ? still RAW. convert it to pp with AA2Install, this will come in handy because some mod from patreon still RAW you need to installit manually to PP, specially some card that not a mod card from patreons.



15. What is pose file in AAU ? Put pose file to Trigger folder In AAU folder, trigger is Special move pose that happen for unique interactions for specific personality. so for exaple you want to put anime fight pose trigger when someone fighting for example.

or double piece hand custom pose when say hello.

and yes also for making Scene / posing.

so download as many new pose you can.

17. extract Hard Linker then Run hard_linker.bat in texture folder, then download Hardlinker Texture from here , then extract to texture folder.

18. Still confuse ? just read step by step everything Here and learn everything.


19. i want D3d9 without DGVOODOO LOGO !
here :

surprise huh ? soo many stuff to do after download the game.


Note :
1. Why download PPX version than PP2 ?
like i said : faster + smaller + no bugs + Most Patreon Mods use PPX.

2. no you cannot use both PPX and PP2.

3. and Most PP2 re pack is Annoying because you cannot turn off PP2 Script it keep automaticly check on and break the game, you want to use PPX only.

4. Why i Must Update The AAunlimited software when i download Repack from any site ?
again you will crash Extract most New Mod Card release.

5. you donwload everything in mediafire mod linkhttps://www.mediafire.com/folder/vwrmdohus4vhh/Mods#vwrmdohus4vhh

except :
1. you can ignore Male Voice Fix because you are using JMCP voice
2. you can ignore C4 personality pack.PPX if you prefer to add the personality you like only 1 by 1 directly from website

6. so you are saying when i download any repack AAU from Any website i must manually update it by my self ? YES and YES because no one upload the Most New repack with new mods and everything

7. Mod not working ? toggle PPX resource loader on then turn off PP2.

8. PPX still not working or cannot use PPX ? please install the Net Core windowsdesktop-runtime-3.1.9-win-x64.exe, you cannot use PPX if Net Core not installed.

9. you don't like CIV Uncensor ? Sure just Use MKIII Uncensor.


PPX much more smaller + faster + and no error when extract mod cards, even Modder mostly recomended PPX File from partreon download.

Here Some 3D JMCP SEGS Screen Shots + Check Mark Your PPX + JMPC + Today List Of PPX MODS :
Wow 3D :
You don't have permission to view the spoiler content. Log in or register now.

JMCP :
You don't have permission to view the spoiler content. Log in or register now.

Use PPX ONLY :
You don't have permission to view the spoiler content. Log in or register now.

Activated Your JMCP + Unlocks :
You don't have permission to view the spoiler content. Log in or register now.

Mod List :
You don't have permission to view the spoiler content. Log in or register now.

Add More Costum Traits From AAU MODULES to Make Your Character more Spicy :
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

Tsugumi

Well-Known Member
Oct 16, 2018
1,555
1,320
It would take an even bigger post to explain just how much confusing (and sometimes false) information the "guide" above contains. Please, do not use it.
 

Zadke

Member
Nov 21, 2017
299
640
I think everyone is overcomplicating the freaking guggul guide a LOT now I know why a lot of people fail to "install" the game correctly :confused:
 

redcobra

Member
Feb 13, 2018
124
178
Never mind after Diving the google doc again & archived.moe i found link to tsukiyo me latest updated AAU PPX version no need manual updating.

i swear what i got from tsukiyo me is old pp2 or old ppx before diving deeper somehow, maybe old link somewhere i click.

all we need just download JMCP + 3d maps + CIV or MKIII uncensor + Linker texture + TOT + pose + one no dims version if you don't want clean version and other mods.

and ofcouse you need NetCore to work just install it from extra folder.
 
Last edited:

reyonathrow

Newbie
Nov 27, 2019
34
12
I followed all the steps in your guide, but for some reason animations just don't work: characters get stuck in various poses. I edited the H_style file by adding copied columns from (under the "Quick unlocker" line) and changed all skirt settings from SU to US. Then I copied files and posted them in folders mentioned under the "Lesbian Allowed" line. I've kept all other jg2p folders intact in the sets\!addlt_les_foreplay_anims. Didn't edit the H_style_lock file either. Not sure where I went wrong.
Sorry for the confusion. That post wasn't really meant to be a "guide," per se, though I acknowledge it sort of ended up looking like one.

When you say "characters get stuck in various poses," do you mean that, when switching to one of your new positions, the actors retain their last frame from whatever their previous position was and sit there motionless (the game will often put the camera in some wildly off-centered location when this occurs) even though voice files play as expected? This is the first thing that comes to mind given your description.

If so, this is usually a result of the game not playing an animation file at all when you select a pose. In this case your likely suspect is incorrect file referencing. This could be due to a number of reasons, such as a mismatch between the poses you've established in H_Style.lst and the animations you've supplied. I would start by checking that your additional poses in your list file match the set of animations you want. It is worth pointing out that the guide in that spreadsheet was written before the advent of JMCP, and thus probably expects that you'll be supplying the same poses that the author had access to; I do not believe you'll be able to use JMCP animations with it, though I could be wrong here. When I made my pose edits in the list file, rather than using the spreadsheet I instead copied lines from the existing foreplay positions within the H_Style.lst file supplied by JMCP itself (the hetero ones further up in the file) and repurposed them, knowing that I was going to be supplying corresponding JMCP poses for them to read. If you find no issues here, I'd then check that your subfolders have the correct names with respect to the category within which you're trying to contain the poses.

Otherwise, we'll need to do some digging. Try describing the problem with as much detail as you can observe and we'll go from there.

Edit #36,741: I am on the verge of becoming one with the typos.
 
Last edited:
  • Like
Reactions: AllasTimeOff

tiikerihai

Member
Oct 22, 2022
141
81
Okay, noted. The reason why I requested a re-pack is because I was trying to help WhatAZone. Apparently he is going to have to look elsewhere for a re-pack then. :ROFLMAO:
Requesting one is easy, good luck making one. There have been attempts. Most if not all abandoned right after release.

i swear what i got from tsukiyo me is old pp2 or old ppx before diving deeper somehow, maybe old link somewhere i click.
You can get pp2 version from there if you really want to. It's still available. So is the pre-mini version.
 
4.60 star(s) 20 Votes