Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

jadih96207

84
Posts
2
Topics
4
Followers
A member registered Dec 06, 2021

Recent community posts

(1 edit)

Some things to consider

  • Handling default entries for character inputs would be a good idea.  It especially helps lazy people that accept defaults by pressing enter.
  • Getting the player's relationship to them would also be a good idea.
  • Lots of places "i" isn't capitalized.
  • When relationships should be lowercase add an !l
    https://www.renpy.org/doc/html/text.html#interpolating-data
  • Windows Icons should be the same width and height.  Common sizes are 256x256, 48x48, 32x32, and 16x16
  • Fill in gui.about with your info.  Originally seen this over on F95

https://mega.nz/file/ib5ElBrS#_27ZLXuqk3rHRPiruLb1gYTcwPYWyx4q6YGZ7OjZcho


https://winmerge.org

Showing the game title on the main menu along with some girls would be a lot better eye candy than doors.  Since you got audio a main menu theme would also be nice.  Consider filling in the about section with your info so when this game travels there are links back to you.  Originally seen this on F95

https://mega.nz/file/eKhVBBLD#f7aGtaOdpPKWBqbuAkng5TQjh52Pr30RMYHAle_xDVY

Some additional options you may want to consider.

Some music for the main menu.  There is a lot of free music online but just to show the difference Beyond by Whitesand

Added your into to the About page with a link back to itch.io.

Options to remove the textbox and quick menu.

https://mega.nz/file/WLYm3DbL#ccVQ6rRcrh-fSGkF6LoLxihjbHmZfTQhQC1di7vfdLg

You can review what I changed with https://winmerge.org/

(2 edits)

These are the ones I found

https://mega.nz/file/3X5ykLJR#EobMJk1Ng_WEJ14DfT150N3vzUWfHYwxhRMv1qFnP10

You can review which lines were edited with https://winmerge.org

Edited: Countdown days translated.

Why did you not use the default Ren'Py translation tool?  That would make it easier to switch between Russian and English.  If you move the language selection to the splashscreen you also get the benefit the the main menu being translated on startup as well.  Don't know why you have tl\None default as Russian as you can just have a Russian translation folder and you wouldn't have to code a lot of if eng lines.  Same would work if you used Russian as default and had an English translation folder.

https://winmerge.org

https://mega.nz/file/PeJgnYaI#THR0P7qjIPx5sYhelxMC8NIrWXSPKCPdbmUrhKJFeFw

Some additional options you might want to consider.

https://mega.nz/file/GbIEALgD#nKEkdsBJdZzaV9yFdNIYXNJ05-cy9c_u2iJEBPVGKJs

You can compare what I changed with https://winmerge.org

(1 edit)

Ending of 0.2.4 isn't translated in English. Starting from "Capital de Sirua - Mañana" the translation lines are blanks.

Chars.rpy - Haruna and Nina

chapter1_3_aikoandyuukistory.rpy - Line 9052 and down.

https://mega.nz/file/zTQRxYAA#8PrlCnae80Jutm67tvndlClMBGZ2qspPNOrrz823oew

Consider a darker game menu background to make the options easier to read.

https://mega.nz/file/7GgxCYiR#gE5QBtMXfdL31yc3PvvkzHQXUkMVJZXRaBLMR5PK72E

Added a few options you may want to consider.

https://mega.nz/file/XKZjwJJY#HUWRh44urxDUou-pddutwM6VfahYzV_Tue5Vg8rvX2Q

You can compare what I changed with https://winmerge.org

Changed the layout of the main menu, added more options for textbox and namebox style, and put your info in About.

https://mega.nz/file/PLYilKza#o5DnSgE9hbGcF5Z_Av-KpE9P-M6AgWuZCQ2LuDUs9Wo

You can review the changes with https://winmerge.org

1 - Extract zip file.

2 - Compare scripts with https://winmerge.org

3 - Copy extracted files into project folder.  In the event no files were overwritten check location as they are in the wrong place.

4 - Drink a beer for a job well done.  

Touched up the main menu and added some options.

https://mega.nz/file/iCxlwTzb#3Q0onoMyjPwR8B0Ljysaf9UNiR55jjX_23Ab_S5MvE8

Added some options for clear textbox and outlines.  Put your name in the About page.
https://mega.nz/file/CG5kTBhR#cTLgkp1JIeo0kldx7VWSh-aOFppSv3o2allcb9T3S8c

At the end there is a line that uses the default name instead of the defined player name.
b "It was nice meeting you mister alex"

Is there any plans on bringing Alexis back from catholic boarding school?

Text could use some outlines to make it easier to read.
Don't forget to change the version number in options.rpy and adding a main menu theme would be nice.
Including your info in the About page is also a good idea.

https://mega.nz/file/qbZl0J6K#v2-SdmtR-kKuWnRcrbeVn2URVVBnoktTsR4l3bdqvDA


Main Menu without the black bar


https://mega.nz/file/bWgCiZ7S#AvJeLte7a6pbymKuWRxWaOvjPiAkSmydRBG5oiBHyVc

Seems promising but leaving main_menu.png blank before release just seems lazy.

Simple-Background
https://mega.nz/file/nDojFRwI#u8F9UaropgjXphkrkbjfoMDTaHcFnFo9BmKVSAvg2ks

(2 edits)

Originally seen this over on F95.  So the game is English with a Spanish UI?  If you're translating it why not include the Spanish original version as well?

English UI Fix
https://mega.nz/file/mDpWgDbI#CXB-66eqVBVDAj2xa0EjETwh3oHqIz0UEFoyMLjfALg



Happy to help.  For the English quit screen forgot an 'n'.  A few of the Notify messages also need translated in HouseMap.rpy

(1 edit)

Putting a link to your itch.io page in the about section would be nice.

Remembering the language choice is also something to consider as do you really need to ask it every time?  No, once is enough for most players.

This is somewhat dumb but for Ren'Py you need to add an extra _() to the input so it translates the prompts in other languages.

start.rpy
$ name = renpy.input(_("¿Como deseas llamarte?"))

translate english strings

    # game/start.rpy:18

    old "¿Como deseas llamarte?"

    new "What do you want to be called?"

Consider a darker background for menus and a few additional options like changing the textbox or toggling the quick menu.


https://mega.nz/file/GKpgzaoR#BXY9rtjZK7WdIeWHNALd8mqQx8VnJW4lKwYuzBUhofI


You can review what I changed with https://winmerge.org

Great though you might have better luck with a movie background.  Don't see too many using gifs for that but if it works for you awesome.

Fixed a few typos with the main interface.

  • Standard Ren'Py layout.  This happens when you translate the main files from English to Spanish then back to English.  Start instead of Star.
  • Edited Main Menu layout.
  • More Options to play around with like toggling the textbox and quick menu.
  • For Ren'Py input added an extra _( ) so it will translate the name prompt.
    $ Lorenzo = renpy. input(_("Your Name"),default = "Lorenzo", length = 10)
  • Added language selection on first run so English player don't have to figure out Spanish.
  • For buttons have a difference between idle and hover as it tells the player that the object can be interacted with.
  • When releasing make sure to go into options.rpy and change the version number.
  • Put your name in the About section however you'll have to do the translation back to Spanish.

https://mega.nz/file/6CAFTZYD#2N3fjo1F8zoxqySGjxxv70xDoVGbaSqZV1fjAJvLWyw

You can review what I changed with https://winmerge.org

I think I got 1.2 but even though the download page said that the game still reports 1.0.  Originally seen this over on F95.  Adjusted a few settings you may want to consider like version number in options, the size of the save thumbnail, padding for the game_menu, and a link to Itch.io in the about page.  

https://mega.nz/file/Gf4FyIiZ#Q1CHhQrDmXPdzYojjhty9fmfgpdaeqd1CTpFsmCjOgE

You can review what I changed with https://winmerge.org

Hopefully someday there will be an option to keep slaves for yourself instead of just selling them off.

Glad you liked it!  I don't mind you using it in fact I encourage it that's why I sent it.

Seen a few bugs with the English translation as things were blanked out.

The name input also needs tweaked so the translation picks it up.

$ Player = renpy.input(_("Escribe tu nombre"))

https://mega.nz/file/WXwCBToR#GC0W33DCaQH4OOwjdAauDv7eruSr5PPAWdAV0YQaUTc

You can review what I changed with https://winmerge.org

Changed the game menu theme from light to dark and touched up your About section.


https://mega.nz/file/CXIUSbqY#HhMm12-A0t7Yoj2sVw7VzaRS5YhQDTGAQXaLuYOyO8Q


You can review what I changed with https://winmerge.org

Main Menu would look better without the black bar.  Moved the options closer to the center and the marketing links over to the side.  


https://mega.nz/file/TKoXxI7A#Lzqo7_oNi56nFadx-xyTLscZa8x569P8caTr6UY8YkM

You can review what I changed with https://winmerge.org

Consider adding some theme music to the main menu.  Putting your info in About would also be a good idea.  A idle button and hover button should be different so the player knows the button is interactive.  


https://mega.nz/file/vPIASKBJ#DaY1Jh3HYioAxg7B1ofZwD_gTqY-BeMvB8B2QPMalRE

You can review what I changed with https://winmerge.org

Using webp could reduce the size considerably.
https://f95zone.to/threads/yac-yet-another-cruncher-a-game-compactor-v3-4.55421/

Adding a theme to the main menu would be nice along with a few other little things.


https://mega.nz/file/TCJWTJhL#6c3HUyKGQm0QMc1it8xRGZiDv9tese75XiLdqKNbCPo

You can review the changes I made with https://winmerge.org

Here is some code for a simple gallery

https://mega.nz/file/XTglzJhI#YOdLi1Hdd4YYWE_6G8vLcTf6AqfbqpMh2nwnj_hTt7M

You can review what I changed with https://winmerge.org

A few small changes you may want to consider.
https://mega.nz/file/rO5gmSLa#EJZMK9GvoYT1TWHS6FPdaz6w9FzseX4l88wlg84iGh8

You can use https://winmerge.org to compare what I changed.

(1 edit)

Added a clear textbox and changed a few minor things to make the main menu look better.

https://mega.nz/file/rOYlnYbb#yR9dKifXcFulrosTjUvtjp4X56MJg3rYHiR4ytLLuqM

You can review what I changed with https://winmerge.org

Inverted some of the gui images for a dark theme.
https://mega.nz/file/KaZgnIQR#6U8lGKD83vJ_tAIXeRPIIA05vt2kOsyOtjXa5FPWZdw

Changed a few other minor things you can look over with https://winmerge.org

Some fixes to the English Gui translation
https://mega.nz/file/6LwzxbZK#8XuSBy1lVWgLzZjfIxYmUJ1d9WPE3x-n1tXQj-1Ltgw

Small English translation fixes
https://mega.nz/file/KSxnWTrJ#a-nwHWUKlsc1YEIW57VS9YO0iql2Me3pcz7bVPY-0Ao

Choices -> Settings

Quick Saves (R) -> Quick Saves (Q)

Threw your info into About along with a few other little things.

Good luck and you can compare what I changed with https://winmerge.org

Small touchup to the gui.  Reorganized main menu layout and clear textbox.

https://mega.nz/file/KG42Abxa#kAcW4N8RDuB90qU3YxR3ucQSSwkxufz_4Xkgo0xBu-I