Remake is pretty playable on Joy play from what I've seenSo how playable is this game or the Goblinman mod in JoiPlay? Any sort of spots that aren't completable maybe?
Thanks for the heads up man, I'll try it sometime on my phoneRemake is pretty playable on Joy play from what I've seen
Known bug, talk to me in dmsi get this error, anyone knows how to fix it?
Cool man.I finished another scene for the next update (well it's done at 95%, needs to add the music and tie it to the gallery). So far 3 scenes are ready + 1 important interlude for the story. I still need to do 2 more scenes before releasing the next update and I'd also like to make a really small scene with Ikuko. When this will be done, every character that had an ending in the base game will have had their new scene in the after story, which i consider being the 1st big milestone.
That was in the original mod up to 6.6.Was super exited to see that people here are working on mod/remake which adds/changes content (especially with the fact in mind that original dev seems to abandon this game and any other chances this franchise to see sequel or simply any other work from this dev) but unfortunately most art there seems to be AI generated
Well, AI allows me to add images to the scenes I create without having to recycle existing art like I did for some scenes. While I understand that it can be rebuting to some people, you have to understand that it allows people that want to mod but have 0 skill in drawing (like myself) to work alone without the need of finding someone that might want to illustrate some nsfw scenes on the long term, not even speaking of replicating the original art style...Was super exited to see that people here are working on mod/remake which adds/changes content (especially with the fact in mind that original dev seems to abandon this game and any other chances this franchise to see sequel or simply any other work from this dev) but unfortunately most art there seems to be AI generated (missed fingers in one or two scenes made it clear to me). Have mixed feeling about it, from the one hand its awesome game still lives but from the other one AI art is a big red flag to me. Anyway, good luck for all moders who keep this game alive, its just not my cup of tea.
That's it, are being made for the coming update.How many scenes with the Qos Guy are there? Because i got two in the Beach and he invited me to his house which i went to and rinko just says to him maybe another time
I understand that. But at the same time I understand that you can drop into AI promt like "generate me a plot/stories/quests after *insert summary of game plot here*", also you can drop into AI promt like "generate me picture of *insert quest/situation here*". Also you can drop into AI promt like "generate me code for RPG Maker for *insert your quest/script here*". So in the end of the day, whats the value of actual person standing behind mod? Is he just a temporary layer between AI promt window and keyboard until AI could be able to handle it by its own? I mean, a lot of people who want do create something will be struggling to promote their stuff in pit of AI generated souless slop. Its... its just sad situation we have today because of availability of AI...Well, AI allows me to add images to the scenes I create without having to recycle existing art like I did for some scenes. While I understand that it can be rebuting to some people, you have to understand that it allows people that want to mod but have 0 skill in drawing (like myself) to work alone without the need of finding someone that might want to illustrate some nsfw scenes on the long term, not even speaking of replicating the original art style...
AI generation also "draws" pics on its own once prompted, which allows me to use that time to work on modding the game. So yes, it's not perfect, but at least you don't end up with just a bunch of text.
AI generation enables people with creativity but without art skill to take part in the modding scene as solo modders, and for that I love AI.
Umm what AI software do you use? Any tutorials too?I understand that. But at the same time I understand that you can drop into AI promt like "generate me a plot/stories/quests after *insert summary of game plot here*", also you can drop into AI promt like "generate me picture of *insert quest/situation here*". Also you can drop into AI promt like "generate me code for RPG Maker for *insert your quest/script here*". So in the end of the day, whats the value of actual person standing behind mod? Is he just a temporary layer between AI promt window and keyboard until AI could be able to handle it by its own? I mean, a lot of people who want do create something will be struggling to promote their stuff in pit of AI generated souless slop. Its... its just sad situation we have today because of availability of AI...
Personally, I dont use any software which includes AI. Thats my position about AI. I also dropped my 15+ years career in IT because of all this "vibe coding" kids who just ctrl c ctrl v from chat gpt without any idea what this code do and generall shift towards AI development or aggressive policies to use AI in workflow. With all this "AI this, AI that" we are just degrading as a mankind.Umm what AI software do you use? Any tutorials too?
I understand your stand towards AI, especially if you work in the IT field, or that of anyone who is against it. I m not trying to sell it to you. It's a bit more complex than just putting prompts in a chat box, but if you've experience things like chat gpt or grok (which i've never tried) i think i can understand your previous comment.Personally, I dont use any software which includes AI. Thats my position about AI. I also dropped my 15+ years career in IT because of all this "vibe coding" kids who just ctrl c ctrl v from chat gpt without any idea what this code do and generall shift towards AI development or aggressive policies to use AI in workflow. With all this "AI this, AI that" we are just degrading as a mankind.
Hello! I have a problem with downloading your gorgeous mod. Download via mediafire always stops in the end and doesn't download file, though before that download is normal. Don't you have this mod uploaded on MEGA or smth like that? I want to play it but just physically can't even download it because of some troubles between me and mediafire, will be very grateful for your answerThat's a little misrepresentative of the process.
Yes RPG Maker is easier than, say, C++, but if its functions are used for their default purpose you just end up making a default RPG maker role playing game with a hero, a demon lord, and some turn based combat.
Making a slice of life game as expansive as endless summer is an order of magnitude more complex.
All of the events in the game are set up using object oriented program principles, where you have to know what you're doing ahead of time in terms of abstraction otherwise you'll just shoot yourself in the foot.
The hundreds of switches and variables whose logic has to be handled carefully so as not to break the game.
Setting up plugin calls so parallel events don't ruin each other.
And a programming language is in and of itself a set of pre coded functions called at convenience.
C++ has the most abstraction among the modern ones, but Java and Python are packed with pre made functions that are called when needed with little editing.
A project on the scale of Endless Summer is extremely difficult to make, even modern RPGMs that came years later don't compare.