• Add Review
  • Subscribe
  • Nominate
  • Submit Media
  • RSS
There is now a website you can use to share your custom content with other users! But you're still welcome to use this page to share and discuss content.

Below is a list of finished custom (user-made) content. To add these characters, in most cases you can extract the downloaded file to the game's main directory and you're set. Depending on how the author has organized them, it may be necessary to move files to the appropriate directories. (Custom content has not been tested by me)
Note: After new content has been added, old saves won't be compatible.

<-------------------------------------------------------------->

Yuu Lambaria
Author: KimotoDragoon
Content types included: story, profile, tachie, music




Joruri
Author: Marrend
Referring post: here
Content types included: story, profile, tachie, music
(Requires Masako, Junko, and Clean Mode off)




Emiko
Author: Marrend
Referring post: here
Content types included: story, profile, tachie, music



Junko
Author: Nekochi
Referring post: here
Content types included: story, profile, tachie, music
(For this content, it is recommended playing with Clean Mode off, if you have unlocked it)





Uchioniko (4 characters)
Author: Marrend
Referring post: here
Content types included: story, profile, tachie, music





21 Ways
Author: dude797
Referring post: here
Content types included: story, profile, tachie, music
(For this content, it is recommended playing with Clean Mode off, if you have unlocked it)





Masako
Author: Marrend
Referring post: First post on the page!
Content types included: story, profile, tachie, music




<-------------------------------------------------------------->

If you have posted custom content in this thread, I will (eventually) add your link to the list above, along with a small screenshot if you have included one. Be sure to test your content in-game before posting.


Helpful things:

--> Medium build girl, the .psd that was used to create the built-in characters, is available with layer names in English.

--> Not feeling artistic? You can use any of these images for making custom characters.

--> Notepad++ with syntax highlighting for Heartache 101 can be a big help with story creation.

--> If you are writing story content that includes the appearance of existing characters (built-in or custom), the following list may be of reference:
ID 0 = The Player
ID 1 = Nakajima Miki
ID 2 = Ikeda Keika
ID 3 = Onishi Tsubasa
ID 4 = Kaneshiro Shihoko
ID 5 = Kaneshiro Riho
ID 6 = Sato Akari
ID 7 = Hiraoka Hinami
ID 8 = (Secret character)
ID 9 = Watanabe Junko
ID 10 = Mitsuya Masako
ID 11 = Monotami Ruri
ID 12 = Nemoto Mayu
ID 13 = Terakado Shoko
ID 14 = Shirazu Izumi
ID 15 = Watanabe Aoi, Lambaria Yuu
ID 16 = Ran Fujioka
ID 17 = Torako Koizumi
ID 18 = Yumemi Tanno
ID 19 = Umehara Joruri
ID 21 = 21 Ways
ID 22 = Kirinashi Kyouki
ID 23 = Reserved for Nekochi
ID 24 = Reserved for Nekochi
ID 25 = Kuwabara Emiko
ID 26 = Reserved for triad2
ID 27 = Katanashi Seira
...
ID 30 = Vacant
ID 31 = Maeda Eriko
ID 32 = ? Genji
ID 33 = Vacant
...
ID 39 = Vacant
ID 40 = Konohana Midori
ID 41 = Natsume Rika
ID 42 = Vacant
ID 43 = Vacant
ID 44 = Hasegawa Kanon
ID 45 = Vacant
...

(Note: You don't need to care about this list if your story events will not include existing characters, as ID numbers for characters in separate files don't have to be unique)

--> Finally, I've listed the game cheats here. You can use these during story events to test your content:
SHIFT + F5 -- Adds 10 to Looks
SHIFT + F6 -- Adds 10 to Athletics
SHIFT + F7 -- Adds 10 to Personality
SHIFT + F8 -- Adds 10 to Mind
SHIFT + F9 -- Adds 10 to Soul
ALT + F5 -- Adds 1000 to yen
ALT + F6 -- Active speaker's affection decreases by 100
ALT + F7 -- Active speaker's affection increases by 100
ALT + F8 -- Advances the calendar by 1 day
ALT + F9 -- Advances the calendar by 7 days


Posts

@Marrend when I say I deleted it I mean that I properly deleted it, I could just take it out of the recycle bin, if it's still there...

The error message is
Script 'Begin' line 3089: NoMethodError occured.
undefined method 'include?' for nil:NilClass
I tried firefox and i still couldn't upload. I opened the error console and there was alot stuff in it. It's all Chinese to me, but i took screenies to see if its anything.

Marrend
Guardian of the Description Thread
21781
@Animetor: I've never seen that error message before, though if it's an error that occurs when you include a profile, the error might be in what's in the profile. If that's true, and I believe you were using the profiler application, then that could mean that there's another bug in that system. Then again, this could be a new bug altogether, since I've no clue what you've got in the files that you're including to get that error message.

If it were me, I would attempt to isolate what's wrong where by just including the profile. If that error message doesn't happen, then I'd just include the story file. If it doesn't happen there either (Though there might be an error message about a missing profile, which would actually be a welcome error message!), I'd know it's an issue with music (Which would be bad) or one of the tachie (Which would be terrible).

@dude797: I must admit to not being able to comprehend that string of error messages either.
@Animetor
Thanks. It's a bug in the game. If you see anything like that again, please report it so I can get it fixed.

It looks like there was a problem reading records. Deleting your records file should solve it, but before you do that can you show me what your records file looks like? I'm not entirely sure yet how it got that way.

@dude797
Thanks for that. I'm looking into it....
Question! I want to do an event that you can only get once Junko is at Friendly or higher, but I'm having trouble getting it on my test file where she is at Like (or was it Love? I forget) even though I have all the other conditions fulfilled. Have I just been unlucky or do I have to write "CONDITION = 9 FRIENDLY OR 9 LIKE OR 9 LOVE OR 9 LOVESICK"? It seems like a pain to write out all that extra code (even though I just did.) Maybe it's just my HTML and CSS background, but I keep looking for the most elegant solution and it seems like it would be simplest if a condition of friendly actually meant friendly or above. Is this not the case or is there another problem?

I'm not trying to pry, but if it hasn't already been programed that way, I would suggest making a state condition mean that state or above or at least add some quick hand way of making it say "or above" or "or below". I think it would make it a bit easier for people to write stories and to make them work. Just a suggestion. :)

Edit: Yeah, I think that was definitely the problem. It was the first event I triggered once I changed the code as shown above.
^It should already work the way you suggested. There's no need to write out that long code.

If a story event isn't triggering (and assuming there's not an underlying bug somewhere) it could just be chance. Chances of a story event triggering are affected by the number of other candidate story events, whether the daily horoscope matches the zodiac sign of any characters appearing in it, the priority setting of the story, and the type of story.

(That priority works differently for different types of stories is something I didn't mention in the documentation. Medium priority for a Phone story almost resembles low priority for a School story. But medium priority for a Dating story almost resembles high priority for a School story)
@Animetor
Update on the bug you reported: It was a problem with how records are read when a character has been introduced through the generic introduce event. Since people haven't been using the generic introduce event much until now, the bug slipped under the radar. It should be fixed in the future, but for now just delete your records file if you start to have that problem. Don't delete your profiles; your profiles are probably just fine.

This one really drove me nuts and I ended up having to rewrite a lot of code. If you still have your records file, please PM it to me if you don't mind so that I can verify that I really did fix the problem.
where's the records file?
edit: found it, my problem is gone, how would i select the profile for my story, would it be Aya.txt or Aya.file
As a thanks to flowerthief for helping me so many times and fixing all the bugs we found I would like to give him some fanservicey images of my characters, cause... who doesn't love a little bit of fanservice? ^.^







Marrend
Guardian of the Description Thread
21781
author=Animetor
where's the records file?
edit: found it, my problem is gone, how would i select the profile for my story, would it be Aya.txt or Aya.file

It depends on what the profile's file name is. If it's "Aya.txt", that's what would be put on the very first line of the story file. If it's "Aya.file", that's what would be put on the very first line of the story file instead. So long at it's essentially a text file with the appropriate fields, I don't think file name, or the extension, matters. For all the game cares, you could call it "Aya.exe", "Aya.Brea", or whatever.
Okay... So far I have between 7 and 9 main stories, depending on what branches you get (12 different stories in total, though 3 of them are very similar.) I also have an optional story and a story you get if you messed up and can't get Junko's ending.

Plus I have a a phone call completely written and an event with Junko and Hanami mostly written that I have yet to code.

I'm going to write another few main story events, some dates, maybe another phone call or two, and perhaps a few more events with the other girls and an ending and I think I'll be done.

I'm feeling rather accomplished.
@Marrend
Actually, it does have to be either .txt or no extension at all.
I thought about coming up with a new extension just for the game but didn't see much point in it.

@Animetor
Thanks for the fanservice. (but I would rather have had your records file)
It occurred to me that you're gonna lose the special modes you've unlocked whenever you delete your records. There's a way to quickly put them back but it could prove to be a nuisance for your players so I won't make you wait too long before putting out another release.
Marrend
Guardian of the Description Thread
21781
So much for the Parasite Eve reference.

The records file was messed up? That's probably why I never got the error. I always wipe my records file clean before engaging in a new game. Though, knowing how to set up the records file to unlock the various modes (Or, conversely, locking them out again.) is probably a factor in why I do that.
author=Marrend
So much for the Parasite Eve reference.

I realised the Aya Brea thing that you did, but I thought it was just another weird file extension
@ flowerthief How would I give you my records file?
I just can't stop creating new Tachie for Junko... *made some where she was in a swimsuit in addition to the ones she made for her track uniform*
Marrend
Guardian of the Description Thread
21781
author=Animetor
@ flowerthief How would I give you my records file?

Assuming you still have it in the sate where you're getting the error message (I think you said that you erased the records file, and it's working now?), you could open the file in Notepad (or whatever) and copy-paste the contents as a PM to flowerthief. Though, if all it really takes to get that error message is a character that once had no INTRODUCTION story, but eventually got a custom one...

author=Nekochi
I just can't stop creating new Tachie for Junko... *made one some where she was in a swimsuit in addition to the ones she made for her track uniform*

You using all of them? If so, that's a lot of OTHER graphics! Interesting in seeing how you pulled them all off too!
Yep. So far I have 10 OTHER graphics, all of which are being used at some point. ^-^;; I've also finished writing some more events. All of Junko's story events and several date events.

I guess that just leaves her ending, a phone call or two, and the event with Hanami. I'm kind of tempted to do an event with Mayu as well, as Mayu and Junko are both really athletic and I think it could be pretty funny. I've been reading over Mayu's events a bit and so far I get the impression that there would be some type of, "Oh no, not you again" reaction between them. What sport is it that Mayu does? I didn't see it stated outright, but thus far I've just kind of been skimming.
^Nice :) I haven't gotten around to playing the complete version of Uchioniko yet so when you finish Junko I'll playtest them together.
Oh, and by Hanami you probably meant Hinami?

@dude
Update on the website issue....
I learned that the fake file path display is not the problem. It's web standard for browsers to not display the real path of a file for security reasons. Upload should have worked regardless.

The warning messages in the error console are only warnings, so that doesn't tell us what the problem is either. (If you click "Errors" you can filter out the warnings) Basically, we're still stuck.

Can you try uploading a screenshot with the bottom upload form? It can be any image in fact. I'll delete it later, and you won't be able to view the image even if it's successful, but just see if uploading an image is successful. If it isn't, check the error console again, filtering out the warnings.



deleted (double posted accidentally)
well i uploaded a tachie and i think it went through. It is not in the downloads tab, but that could be because there isn't a file associated with the img