What's new

[Complete - Full] [RJ139385] Rune's Pharmacy


Re: [RJ139385] Rune's Pharmacy

Wow already =)

thanks for all the works hoofiewoofie :D
 
Re: [RJ139385] Rune's Pharmacy

got an error:
location: Aroma Massage
how: talking with Mist, she fetch the recipe
what: unable to find file Audio/ME/Item

a solution: copy any *.ogg and rename to item.ogg

another error:
location: blacksmith
how: steal necklace, go out, go inside
what: unable to find file Audio/BGM/Scene1
 
Last edited:
Re: [RJ139385] Rune's Pharmacy

got an error:
location: Aroma Massage
how: talking with Mist, she fetch the recipe
what: unable to find file Audio/ME/Item

a solution: copy any *.ogg and rename to item.ogg

another error:
location: blacksmith
how: steal necklace, go out, go inside
what: unable to find file Audio/BGM/Scene1
look like you use the 1.12 of the game, (those files wheren't in the 1.12), the translation patch is now for the 1.2 (who have those :p)

the dev changed again a lot of things on his files... XD

for those that dont have the 1.2, PM me ;), cant give a link here, loli stuff in it
 
Re: [RJ139385] Rune's Pharmacy

Nooooo :(:(:(

Give me a few hours, I'm going to see if it might be possible to diff all the data files and find these small changes. I doubt it will work the way I hope, though -_-. In the meantime, a temp fix would just be to make an empty file w/ .ogg extension or copy something as 1baka did, and of course save a lot.
 
Re: [RJ139385] Rune's Pharmacy

dont worry hoofiewoofie ^^ ppl have just to use the 1.2, they need it for the new event picture... so... =)

i thinks i have already given it to about 250+ ppl since this morning LOL :D, that here we see that ppl are in holiday :D
 
Last edited:
Re: [RJ139385] Rune's Pharmacy

After much confusion as to how v1.12 was playable despite referencing files that didn't exist, I finally figured out that v1.12 uses the VX Ace RTP while v1.2 does not. Now we see why the dev added those files in to be distributed...

But doesn't everyone use the RTP anyway? So rather than having you download an extra 200 MB, just tell the game to use the RTP yourself.

*****************
Solution:
Add a new line with "RTP=RPGVXAce" to the Game.ini under the [Game] section.
*****************
 
Re: [RJ139385] Rune's Pharmacy

Mistakes

Opening dialog with debt collector
- In one of the lines Rune's name wasn't translated
Guy growing vegetables
- One of the lines had double Rune's name
Massage Shop
- Two lines didn't have Mist's name translated
Brothel (After dressing the prostitute clothes)
- In one line when first talking with that red guy Rune's name wasn't translated

I already fixed them in my version of the game as I played so if you don't want to look and fix those mistakes yourself I could upload the data folder after I finish at least one playthrough.
 
Re: [RJ139385] Rune's Pharmacy

After much confusion as to how v1.12 was playable despite referencing files that didn't exist, I finally figured out that v1.12 uses the VX Ace RTP while v1.2 does not. Now we see why the dev added those files in to be distributed...

But doesn't everyone use the RTP anyway? So rather than having you download an extra 200 MB, just tell the game to use the RTP yourself.

*****************
Solution:
Add a new line with "RTP=RPGVXAce" to the Game.ini under the [Game] section.
*****************
so the difference between 1.12 and 1.2 is just the RTP? looking at the files:
1.12 is 615MB, 2747 files
vs
1.2 is 727MB. 3077 files

2 more fonts, 51 more audio and 268 more graphics in 1.2.
 
Re: [RJ139385] Rune's Pharmacy

so the difference between 1.12 and 1.2 is just the RTP? looking at the files:
1.12 is 615MB, 2747 files
vs
1.2 is 727MB. 3077 files

2 more fonts, 51 more audio and 268 more graphics in 1.2.

if you want to know the diff between the 1.12 and 1.2 on a content matter, you have :

- 1 more event in the brothel (with the milk farmer)
- 1 more event with Lord gorge (while you work as a maid, you need to let him touch your ass a few time before the next event pop)
- 2 more punishement event (get yourself cauch by guard while naked/near naked)
- 1 event with a guy near a tent, where you have been raped by some guy, sud-ouest screen of the brothel)
- some bug correction

for the RTP/no rtp stuff etc... the dev change so often how we work with his files than i personaly stoped to make spécific update patch... alway the best to just get the last version ^^
 
Re: [RJ139385] Rune's Pharmacy

I noticed that slums quests are untranslated on the quest sub menu.
 
Re: [RJ139385] Rune's Pharmacy

Lol, my bad. I uploaded a new Data folder you can download from the attachment. Let's hope I didn't mess anything else up... :(:(:(
 
Re: [RJ139385] Rune's Pharmacy

I think this game is doing a better job of holding my attention then drop factory they're like the same game. Both you need to earn back money but this seems to make the battles a bit more important from what I can tell so far which is nice.

Thanks for translating this hoofie
 
Re: [RJ139385] Rune's Pharmacy

still getting this error reinstalled rpg maker rtp ace and hoofie even helped me reinstall the game. only other possible thing I could think of is the older version of rpg maker I had installed before this newer one is interfering?

okay after I luckily saved right before the place it happened seems for w/e reason hitting triangle on the ps3 controller I have connected with xinput and joy2key makes that error happen. I guess I either have to train myself not to touch the button anymore or hope updating one of these programs fixes the problem. I'd rather not have to play this with the keyboard and I dont have any other pads I can use.
 
Last edited:
Re: [RJ139385] Rune's Pharmacy

Which key is your triangle activating? Does the error happen when you use the keyboard? Does the error happen in a specific place?

An indirect fix would be to press f1 and change the keybindings the game uses or something like that, but I'm not sure how exactally it works.

The code is related to displaying text on screen, like changing color and font size, so maybe it's something in the backlog?(you can acess it with the 'a' keyboard key)

Code:
def process_escape_character(code, text, pos)
    [B]case code.upcase[/B]
    when 'C'
      change_color(text_color(obtain_escape_param(text)))
    when 'I'
      process_draw_icon(obtain_escape_param(text), pos)
    when '{'
      make_font_bigger
    when '}'
      make_font_smaller
    end
  end
 
Re: [RJ139385] Rune's Pharmacy

I think it only happened with the pad but updating xinput with a new version seems to have fixed it for now at least. didnt know I could change the bindings in game that helped alot too
 
Re: [RJ139385] Rune's Pharmacy

First off all thanks a lot for time and effort you put into making this translation.Game is very fun and reminds me of Aelier series.
I got a problem when working as maid and talking to mansion owner after few time triggering a new event.When event about to trigger i get a error say that some file is missing. I got 1.12 version of the game.This is first time i run into problem otherwise game works fine and i run game with japanese locale.
Hope someone can help
 
Re: [RJ139385] Rune's Pharmacy

First off all thanks a lot for time and effort you put into making this translation.Game is very fun and reminds me of Aelier series.
I got a problem when working as maid and talking to mansion owner after few time triggering a new event.When event about to trigger i get a error say that some file is missing. I got 1.12 version of the game.This is first time i run into problem otherwise game works fine and i run game with japanese locale.
Hope someone can help
the translation patch is for the 1.2 of the game, the 2sd maid event with the lord do not exist in the 1.12 =)

look in your PM box ^^
 
Re: [RJ139385] Rune's Pharmacy

Can someone help me please? Im sorta new to all this stuff but what do I do with the translation files. I have the game
 
Re: [RJ139385] Rune's Pharmacy

Can someone help me please? Im sorta new to all this stuff but what do I do with the translation files. I have the game

If the copy of the game you have isn't already extracted, you'll have to do so. You can tell if it's been extracted ahead of time because it will have the various Data, Graphics, etc folders.

If if have those folders, you simply copy the patch and overwrite the old files.
If not, you'll need to use this tool to extract them.

It's actually very easy to do. Just don't forget to delete or rename the game.rgss3a file afterwards.
 
Back
Top