Aller au contenu

[ARCADE PC] Taiko no Tatsujin: Nijiiro & Green Version (Namco System BNA1 LITE / 357)


Messages recommandés

Posté(e)

How do I unlock ura level?
It does not appear even if I tap the right edge 10 times.
I am Japanese so I used Deepl translation tool.
Sorry for my poor English.

  • Team
Posté(e)
  Le 15/05/2022 Ă  15:08, Merea a dit :

How do I unlock ura level?
It does not appear even if I tap the right edge 10 times.
I am Japanese so I used Deepl translation tool.
Sorry for my poor English.

DĂ©velopper  

Hit right edge 10 times to unlock oni/ura

though we already have oni unlock mod all you need to do is hit right edge 10 time only

 

or, to  enable URA mode, edit :
 

"song_select.lua" modifications
 

Enable Song Options:
Change: 
is_CardPlayer        = {false, false}
To
is_CardPlayer        = {true, true}


Enable Oni on Song Select:
Change:
playerOpenLevel = {kPlayerOpenNormal, kPlayerOpenNormal}
To:
playerOpenLevel = {kPlayerOpenOni, kPlayerOpenOni}

"timer.lua" modifications

Freeze Timer
                this.now_count_decimal_ = this.now_count_decimal_ - 1
                if(this.now_count_decimal_ == 0) then
                    this.now_count_decimal_ = Common.FPS
                    this.now_count_ = this.now_count_ - 1
to
                this.now_count_decimal_ = this.now_count_decimal_ - 0
                if(this.now_count_decimal_ == 0) then
                    this.now_count_decimal_ = Common.FPS
                    this.now_count_ = this.now_count_ - 0

 

image.png.5eb18f23115dce24503e1822d3255f17.png

  • 3 semaines après...
Posté(e) (modifié)
  Le 07/06/2022 Ă  01:45, halfdeadd a dit :

 

someone on the discord server linked above seems to have a mod for this, check there

DĂ©velopper  

understood! !!
I'm on the server so I'll check it out!
Thank you for your answer‼︎

Modifié par kodoku
Posté(e)

Is there a way to increase the in-game volume of Nijiiro? It is set to 100% on the Windows side, but the sound is quiet.
I looked at the files in various ways, but I couldn't find anything like that.

Posté(e)
  Le 08/06/2022 Ă  22:57, kodoku a dit :

Is there a way to increase the in-game volume of Nijiiro? It is set to 100% on the Windows side, but the sound is quiet.
I looked at the files in various ways, but I couldn't find anything like that.

DĂ©velopper  

 

check the test menu, there is volume controls there. the game is still pretty quiet with those set to 100% but it's better then default

Posté(e)
  Le 09/06/2022 Ă  15:08, halfdeadd a dit :

 

check the test menu, there is volume controls there. the game is still pretty quiet with those set to 100% but it's better then default

DĂ©velopper  

thank you‼️
You have helped me twice. Thank you đź‘Ť

Invité R.R.Z.
Posté(e)

Anyone has english patch for 8.18?

Thanks

Posté(e)

 

  Le 17/01/2022 Ă  13:09, 7zxkv a dit :
https://www.filemail.com/d/zgfqtblzeelmwus
https://www.filemail.com/d/vedjvlzzwmjlbca
https://www.filemail.com/d/vbxorxetqgygrcu
Taiko no Tasujin Green, Namco 357
DĂ©velopper  

These links no longer work...
Please give me new links!

Posté(e)

Does anyone know how to actually run Taiko Green? The emulator doesn't work even if I copy the files to dev_hdd0/game, there is no SCEEXE000\USRDIR\data\config directory.

Invité A FRIEND
Posté(e) (modifié)
  Le 28/06/2022 Ă  23:23, halfdeadd a dit :

save mod is available 

DĂ©velopper  

Does the save mod work with tp?

Thanks 

Modifié par A FRIEND
Posté(e)

The Discord for this game is definitely a great resource.  Got the latest version  (GV08.18) working along with the latest OmniMix & the Save Mod  pretty quickly/painlessly.

 

For anyone new or having issues just go there & go thru invite process (pretty quick).  Then just search for these 3 files:

 

1) Taiko no Tatsujin   GV08.18

2) OmniMix   v7.7     (look at the readme.txt for instructions - it's pretty simple)

3) nijiiro-record-save-0.7

 

 

You'll need to use the BemaniPatcher to enable the "Remove Song ID Limit" option:

 

https://mon.im/bemanipatcher/taikonotatsujin.html

 

Once you get everything up and running, you can use this site to modify your profile & do stuff like set your Favorites (songs), enable mods like timer freeze, etc.   

 

https://ns-tool.netlify.app/profile

 

 

Currently, setting costumes for your Don-Chan has to be done manually by editing the  "profile*.json" file in the UserData directory - you can use the "Costume ID Reference Images" which is included in the  nijiiro-record-save-0.7   to view the costumes & find the corresponding codes to enter in the file.

 

Invité A FRIEND
Posté(e) (modifié)

Can someone show a video tutorial how to enable taiko saving with tp?

Thanks 

Modifié par A FRIEND
Invité A FRIEND
Posté(e)
  Le 04/07/2022 Ă  14:51, halfdeadd a dit :

You need the lua mod from discord to do any saving

DĂ©velopper  

Thanks 

I meant step by step video tutorial how to use the saving mod with tp

Posté(e) (modifié)
  Le 04/07/2022 Ă  15:00, A FRIEND a dit :

Thanks 

I meant step by step video tutorial how to use the saving mod with tp

DĂ©velopper  

 

the mod has a readme.txt file with all of the instructions. drag and drop data and userdata folders into your game root, and replace any files if asked. the mod can then be configured with the json file in userdata or at https://ns-tool.netlify.app/

 

don costumes can be set in profile_p1.json using the reference images included. i think the tool i linked will eventually have costume support but for now it has to be done manually

Modifié par halfdeadd
Posté(e) (modifié)
  Le 04/07/2022 Ă  18:53, halfdeadd a dit :

the mod has a readme.txt file 

DĂ©velopper  

For tp with the save mod

8.18 exe has to be hex edited or usable as is?

thanks

Modifié par R.R.Z.
Posté(e) (modifié)
  Le 04/07/2022 Ă  19:10, halfdeadd a dit :

only if using omnimix

DĂ©velopper  

On the latest ver available there’re a lot of untranslated songs

do u have a newer english patch then 1.4.7?

Modifié par R.R.Z.
Posté(e)
  Le 04/07/2022 Ă  19:19, R.R.Z. a dit :

On the latest ver available there’re a lot of untranslated songs

do u have a newer english patch then 1.4.7?

DĂ©velopper  

 

new omnimix v7 is on discord. i think someone s working on a new english mod, but it's not out yet. omnimix v7 has a lot of the strings translated already just no texture stuff

  • 3 semaines après...
  • 2 semaines après...
Posté(e)

Game launches just fine and I can get into a song but no matter which song I choose when the audio finishes there are still drum taps coming on screen and just keeps scrolling, never sems to come to the end but there is no music playing... Hope this makes sense and somebody can help with a fix. thanks! :)

 

 

  • 1 mois après...
Posté(e) (modifié)
  Le 25/09/2022 Ă  07:50, Yin_HK a dit :

 

DĂ©velopper  

Any way to implement rpcs3 with tp as well?

i saw they started working on a fork in the past

it’ll enable support for games like dark escape 4d/deadstorm pirates arcade and many more 

Thanks

Modifié par R.R.Z.
Posté(e) (modifié)

Taiko Green 13.02 ver: (Rpcs3)

image.png.6fdfec71eb42c24a03faeaeebdc2b219.png

Nice!

image.png.1165796298a0354b85af47dbc36ab6e3.png

default controls dpad left and right for credits lol unless u fix em which ill probably do 

image.png.b3a034ca5d913a54a7c5a941477735ca.png

Red Drums are Y & A - A is Start also and Blue Drums are X & B for select and note presses - last to get into test menu is Back on controller. also, ull choose X-input in controller settings i am using a xbox one series x controller so it should be the same for playstation controllers also 

Modifié par Bootleg
  • 2 semaines après...
Posté(e)
  Le 25/09/2022 Ă  13:47, Bootleg a dit :

Taiko Green 13.02 ver: (Rpcs3)

image.png.6fdfec71eb42c24a03faeaeebdc2b219.png

Nice!

image.png.1165796298a0354b85af47dbc36ab6e3.png

default controls dpad left and right for credits lol unless u fix em which ill probably do 

image.png.b3a034ca5d913a54a7c5a941477735ca.png

Red Drums are Y & A - A is Start also and Blue Drums are X & B for select and note presses - last to get into test menu is Back on controller. also, ull choose X-input in controller settings i am using a xbox one series x controller so it should be the same for playstation controllers also 

DĂ©velopper  

 

  Le 25/09/2022 Ă  13:47, Bootleg a dit :

Taiko Green 13.02 ver: (Rpcs3)

image.png.6fdfec71eb42c24a03faeaeebdc2b219.png

Nice!

image.png.1165796298a0354b85af47dbc36ab6e3.png

default controls dpad left and right for credits lol unless u fix em which ill probably do 

image.png.b3a034ca5d913a54a7c5a941477735ca.png

Red Drums are Y & A - A is Start also and Blue Drums are X & B for select and note presses - last to get into test menu is Back on controller. also, ull choose X-input in controller settings i am using a xbox one series x controller so it should be the same for playstation controllers also 

DĂ©velopper  

Hi. How can I configure the buttons to open the game in Taiko no Tatsujin Green (RPCS3)?  Thanks

SCEEXE000_screenshot_2022_10_15_01_38_25.png

SCEEXE000_screenshot_2022_10_15_01_53_36.png

Invité Bootleg
Posté(e) (modifié)
  Le 15/10/2022 Ă  23:53, jpv1018 a dit :

 

Hi. How can I configure the buttons to open the game in Taiko no Tatsujin Green (RPCS3)?  Thanks

SCEEXE000_screenshot_2022_10_15_01_38_25.png

SCEEXE000_screenshot_2022_10_15_01_53_36.png

DĂ©velopper  

they should be automatically configured but ud go here. when u click on the program ull see a icon that looks like a controller and then ud select which controller registers with the emulator but its best the play it first to ensure the buttons work with ur controller then do ur mapping. image.png.3dccc6ee0d436c5947cdfef1545040e8.png

image.png.43abf4e10fbccb05b77edc032b2682cf.pngif u also look at the battery status thats gonna be green if controller is detected. i believe.

 

image.png.f1e0bddaccd2e16e9ad8d68527ff5227.png also u can check on top were it says devices u can drop down the menu it seems to work with xbox and ps3 controllers as if tested.

Modifié par Bootleg
Posté(e)
  Le 15/10/2022 Ă  23:57, Bootleg a dit :

deben configurarse automáticamente, pero vaya aquĂ­. cuando hace clic en el programa, verá un Ă­cono que parece un controlador y luego seleccionará quĂ© controlador se registra con el emulador, pero es mejor jugarlo primero para asegurarse de que los botones funcionen con su controlador y luego hacer su mapeo. imagen.png.3dccc6ee0d436c5947cdfef1545040e8.png

imagen.png.43abf4e10fbccb05b77edc032b2682cf.pngsi también observa el estado de la batería, será verde si se detecta el controlador. Yo creo.

 

imagen.png.f1e0bddaccd2e16e9ad8d68527ff5227.png tambiĂ©n puede verificar en la parte superior donde dice dispositivos, puede desplegar el menĂş, parece funcionar con los controladores xbox y ps3 como si estuviera probado.

DĂ©velopper  

Hi. I already checked this configuration and the RPCS3 emulator detects the PlayStation 4 controller, but even if I press all the buttons I can't get to the setup. Thanks

Invité
Ce sujet ne peut plus recevoir de nouvelles réponses.
Ă—
Ă—
  • CrĂ©er...