Jotak

Newbie
Jul 10, 2020
78
23
152
Please,
One question, why plant if you have to sell the harvest crops for the same price you buy the seeds? Zero profit?
 
  • Like
Reactions: stibbons

RenGames69

Dev of "Under The Full Moon"
Game Developer
Jun 18, 2020
206
416
239
Please,
One question, why plant if you have to sell the harvest crops for the same price you buy the seeds? Zero profit?
Are you play the last version? I'm sure I change the prices like two releases ago.
 

RenGames69

Dev of "Under The Full Moon"
Game Developer
Jun 18, 2020
206
416
239
Yes, V 0.1.4. I buy the seeds for 2.00 and the selling price is also 2.00
Okay I just check it again and it seems the game is not saving the price that I set. It should sell all crops for 5.00. I will try to find the solution and fix it. Thanks for letting me know.
Btw you can collect some gatherables and sell them too, so it's guaranteed profit for now.
 

RenGames69

Dev of "Under The Full Moon"
Game Developer
Jun 18, 2020
206
416
239
Yes, V 0.1.4. I buy the seeds for 2.00 and the selling price is also 2.00
Okay. I found the solution. Turns out the rpg maker cuts the selling price by half, so I needed so set them double up. It's just hard coded like that. If you find more bugs please let me know so I will release the fixed version as soon as possible. Thanks again!
 
  • Like
Reactions: GokutheG

Jotak

Newbie
Jul 10, 2020
78
23
152
Okay. I found the solution. Turns out the rpg maker cuts the selling price by half, so I needed so set them double up. It's just hard coded like that. If you find more bugs please let me know so I will release the fixed version as soon as possible. Thanks again!
The solution could be that for each seed planted, you harvest, for example, 3 units, in this case the sales price could be the same
 
Jun 19, 2017
237
289
288
RenGames69 Since I can not read your last post on patreon (IN JANARUY), Im asking here about the state of the game, since you are at least active here. What is going on, else im filing an "onhold" or "abandonded" report.
 

RenGames69

Dev of "Under The Full Moon"
Game Developer
Jun 18, 2020
206
416
239
RenGames69 Since I can not read your last post on patreon (IN JANARUY), Im asking here about the state of the game, since you are at least active here. What is going on, else im filing an "onhold" or "abandonded" report.
Last post is about the game being corrupted. It happened after I tried to install some kind of ready scripted system into to the game, not first one. After that i couldn't open the game, I mean all the files was corrupted like maps, all the scripts. Unfortunately only thing that survive was art side of the game because I had backup of that. Later I learn that you cannot just blindly mix all of kinds of java scripts in the rpg maker, well I learn it the hard way. I'm trying to recreate the game, maps are fun to make so it's not a problem, but just rewriting the story and making it again it's pain in the ass. I started another project in renpy and only that keep me working on both projects otherwise I would never go back to developing. Anyway I will post both projects here, as soon as I decide that they're ready.
 

RenGames69

Dev of "Under The Full Moon"
Game Developer
Jun 18, 2020
206
416
239
Last post is about the game being corrupted. It happened after I tried to install some kind of ready scripted system into to the game, not first one. After that i couldn't open the game, I mean all the files was corrupted like maps, all the scripts. Unfortunately only thing that survive was art side of the game because I had backup of that. Later I learn that you cannot just blindly mix all of kinds of java scripts in the rpg maker, well I learn it the hard way. I'm trying to recreate the game, maps are fun to make so it's not a problem, but just rewriting the story and making it again it's pain in the ass. I started another project in renpy and only that keep me working on both projects otherwise I would never go back to developing. Anyway I will post both projects here, as soon as I decide that they're ready.
Also I decided to not continue with the hs2 art, even that it's the only thing that survived, I just think it's not matching the game well enough.
 
Jun 19, 2017
237
289
288
Also I decided to not continue with the hs2 art, even that it's the only thing that survived, I just think it's not matching the game well enough.
Well thanks for the reply, u might wanna inform ppl over at your patreon too. Now we know that you are still working on it, but just a heads up. While it IS unfortunate that u have to start over, there are rules. Refering to the rules https://f95zone.to/threads/game-uploading-rules-2024-02-29.524/ you gotta be more active. If you hadn't even been online here (F95) i would've filed an "abandonded" report.
Still, good luck with your projects and keep your head high.(y)
 
  • Like
Reactions: RenGames69

Arikania

Well-Known Member
Feb 10, 2023
1,407
711
228
Last post is about the game being corrupted. It happened after I tried to install some kind of ready scripted system into to the game, not first one. After that i couldn't open the game, I mean all the files was corrupted like maps, all the scripts. Unfortunately only thing that survive was art side of the game because I had backup of that. Later I learn that you cannot just blindly mix all of kinds of java scripts in the rpg maker, well I learn it the hard way. I'm trying to recreate the game, maps are fun to make so it's not a problem, but just rewriting the story and making it again it's pain in the ass. I started another project in renpy and only that keep me working on both projects otherwise I would never go back to developing. Anyway I will post both projects here, as soon as I decide that they're ready.
I'm an experienced programmer myself.

When you have a working version, immediately archive it before you proceed to the next implementation. In my own projects, I typically have a directory named "listings" in which I actually work, and one named "archive" with subdirectories "1", "2" and so forth. That way, I can always backtrace when errors sneak in. And the released versions are not in the projects directory at all; they sit zipped in a separate archive named "completed projects".