Her New Memory
This Community Hub is marked as 'Adult Only'. You are seeing this hub because you have set your preferences to allow this content.

Her New Memory

36 ratings
Steam Workshop Guide
By Zodiacus Games
Step-by-step instructions on how to add your mod to the game's Workshop.
   
Award
Favorite
Favorited
Unfavorite
Initializing a Mod
To initialize a mod and make it appear in the mods menu, follow these steps:

  1. Go to the game mods folder;
    (Steam Folder)\steamapps\common\Her New Memory\game\mods\
  2. Create a folder here and give it a name, it will be the ID of your mod. Open the folder.
    P.S.: Spaces and Cyrillic are forbidden, but underscores are allowed.
  3. Create a text file with .rpy extension (not .txt) , open it with any text editor (Notepad, Notepad++, Sublime Text, etc);
  4. In the file, write the following:
    init python: add_mod("myModID", name="Display Name", version=1.0)
    Note: After each colon, a new line starts with 4 spaces (not tabs).
    P.S.: If you have a story mod, then after a version add your label:
    version=1.0, label="lb_my_story"
  5. Save the file.

The name of the text file can't contain spaces, Cyrillic letters, or special characters.
In the end, you should have something like this:
(Steam Folder)\steamapps\common\Her New Memory\game\mods\myModID\modinit.rpy

Now, start the game and check if your mod has appeared in the mods menu.
If everything is correct and your mod is in the list, you can add all of your content and scripts to your mod folder.
Adding Content to a Mod
All game content and scripts must be located in your mod folder (you can create subfolders there).

If you want your mod to stop working when disabled in the mods menu, then call this function in any 'if' block:
is_mod_enabled("modID")
Example:
init python: def bestmodfoo(modid="thebestmod") if is_mod_enabled(modid): # put your code here

Example of a story mod:

Quick start on the game engine.[www.renpy.org]
Import to Steam
First, launch the game and check your mod for performance and any problems.
After launching everything .rpy scripts should have generated .rpyc scripts.
If you don't want to open the source code of your scripts, then transfer the .rpy files outside the game folder, leave only the .rpyc files.
Or you can leave both types of files and have open source code.

  1. Go to the ModUploader folder in the root of the game.
    (Steam Folder)\steamapps\common\Her New Memory\ModUploader
  2. Launch the file "SteamWorkshopUploader.exe";
  3. In the lower left corner, enter the name of your mod (ex: firstmod) and click the "Create item" button;
  4. Now go to the "WorkshopContent" folder, a folder with the name of your mod should be generated here;
  5. Move your mod folder from "Her New Memory/game/mods" to the newly generated folder, you should have something like this:
    (Steam Folder)\steamapps\common\Her New Memory\ModUploader\WorkshopContent\firstmod\ModID
  6. Put the cover of your mod in the folder "WorkshopContent" (it should be square, .png or .jpg, size no more than 2 MB);
  7. If you are importing for the first time, then you must first accept Steam Subscriber Agreement ;
  8. Fill in all the fields and click "Submit *modname*";

If you have received the "Successful" pop up, then your mod has been successfully added to your Workshop.
if you have received the "Failed error, dunno why" pop up, then check your Internet connection or potentially incorrect mod placement.
Publication
Go to the game Workshop, open the page "Files you've posted".

The added mod should appear in the list. Subscribe to it and test it in the game.

If everything works fine, then you can make your mod visible to everyone by changing its visibility, set "Public".
13 Comments
Drakko 23 Mar, 2022 @ 9:47pm 
could we get a English documentation for workshop
+MR SADRAZAM 20 Mar, 2022 @ 9:06am 
görev icin
Zodiacus Games  [author] 19 Mar, 2022 @ 2:04pm 
>how about adding extra clothes
We have added a demonstrative mod in which there is already one outfit, you need to replace it with your own, and in the modinit.rpy file change the name of the mod, the names of the outfits, icons and prices.
The mod is in the folder:
"ModUploader/WorkshopContent/extraoutfit"

Or you can download this mod, which contains 6 new outfits:
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2781592261
Hijack Hornet 18 Mar, 2022 @ 4:59am 
Ok idk what you chaned but now it is here thanks :)
Zodiacus Games  [author] 18 Mar, 2022 @ 4:30am 
Try again, it should already be there [photos.app.goo.gl].
Hijack Hornet 18 Mar, 2022 @ 3:41am 
Well it doesnt shows for me https://drive.google.com/uc?id=1L0MaQ64bt_0dnsuekc0Lw2YGGDKSRy5d
I did restart steam and the pc, but no luck
Zodiacus Games  [author] 18 Mar, 2022 @ 2:28am 
>Could your add the workshop as a tab
What do you mean? The workshop already has a tab everywhere.
Here [photos.app.goo.gl] and here [photos.app.goo.gl].

Soon we will make a guide on how to add extra clothes.
Hijack Hornet 17 Mar, 2022 @ 2:25pm 
Could your add the workshop as a tab in the ame view ? Also how about adding extra clothes ? Where should i start ?
Zodiacus Games  [author] 16 Mar, 2022 @ 4:48am 
Sam 16 Mar, 2022 @ 4:03am 
how can i search in the workshop of the game, it doesnt show me the game