Forums GAMERGEN
music.prx : un plug-in pour écouter votre musique in game !
Règles du forum
Si vous remarquez un message susceptible d'aller à l'encontre des recommandations dont une partie ou la totalité du contenu ne devrait pas se trouver là, signalez-le à l'équipe de modérateurs en cliquant sur
.
________________
Toute l'équipe vous souhaite la bienvenue ! Si vous repérez d'éventuelles erreurs qui se seraient glissées dans nos contenus, n'hésitez pas à le signaler dans les commentaires.
Si vous remarquez un message susceptible d'aller à l'encontre des recommandations dont une partie ou la totalité du contenu ne devrait pas se trouver là, signalez-le à l'équipe de modérateurs en cliquant sur

________________
Toute l'équipe vous souhaite la bienvenue ! Si vous repérez d'éventuelles erreurs qui se seraient glissées dans nos contenus, n'hésitez pas à le signaler dans les commentaires.
Voir le premier message non lu • 197 messages
• Page 11 sur 17 • 1 ... 8, 9, 10, 11, 12, 13, 14 ... 17
moi ça donne ceci:
IN_GAME_MUTE = SELECT|VOLUP #press this combo once to disable game sounds, and again to enable them
essaye avec ça,moi ça marche.
IN_GAME_MUTE = SELECT|VOLUP #press this combo once to disable game sounds, and again to enable them
essaye avec ça,moi ça marche.
Vita 3.60変革Ō w/SD2Vita | 3DS 11.6.0 B9S/LumaCFW | PS4 5.05MiraHEN
NDSTank R4 Gen1| PSPFat 6.60PRO & PSPGo 6.20TN-C | Wii cIOS w/usblGX
NDSTank R4 Gen1| PSPFat 6.60PRO & PSPGo 6.20TN-C | Wii cIOS w/usblGX
-
Disclaimer Gamer Maitre
- Messages: 482
- Inscription: 26 Juil 2008, 14:03
- Localisation: subtool
mangafan Wrote:serialz Wrote:mangafan attention au doubles posts.
Merci.
si je réexplique plus en détail comment j'ai fais pour couper le son ça compte comme double post ?
Quand tu veux rajouter des infos et que personne n'as écris après toi , utilise ce bouton.

Comme ça tu édite ton premier post.

-
serialz_1
ha dac,j'avais pas compris que c'était ça le double
post,je croyais que c'était quand on postait plusieurs fois les même choses.
post,je croyais que c'était quand on postait plusieurs fois les même choses.
Vita 3.60変革Ō w/SD2Vita | 3DS 11.6.0 B9S/LumaCFW | PS4 5.05MiraHEN
NDSTank R4 Gen1| PSPFat 6.60PRO & PSPGo 6.20TN-C | Wii cIOS w/usblGX
NDSTank R4 Gen1| PSPFat 6.60PRO & PSPGo 6.20TN-C | Wii cIOS w/usblGX
-
Disclaimer Gamer Maitre
- Messages: 482
- Inscription: 26 Juil 2008, 14:03
- Localisation: subtool
le truc qui serrait cool dans les prochaine version c'est que le plug-ins utilise la ram de la slim pour éviter d'utiliser la ms en permanence parce que si je joue tout le temps comme sa ma ms va rendre l'ame dans peut de temps 

-
felix36 Gamer Maitre
- Messages: 314
- Inscription: 01 Nov 2009, 12:37
- Pays: France
- Sexe: Homme
bon voici le contenu du fichier "music_config",faites une copie de votre fichier
perso avant,on sais jamais,et supprimez l'intégralité de l'un où vous colerez: voir en dessous attention dans le cas suivant faut appuyer sur [select] + [volup] dans le jeu pour arrêter le son du jeu;(les pointillés font pas parti de l'archive)
---------------------------------------------------------------------------
#this is just the default config
#you can have as many button presses as you want
#just have button|button for each one
#valid buttons are:
#(on dpad):UP DOWN LEFT RIGHT
#HOME SELECT START
#LTRIGGER RTRIGGER
#TRIANGLE CROSS CIRCLE SQUARE
#SCREEN VOLUP VOLDOWN
#DISABLE as a button will disable that command
DEBUG = 1 #this is really for me, set to 1 to enable debug display, 0 to disable
DIR = ms0:/MUSIC/ #must end with a slash
#DIR = ms0:/PSP/MUSIC/
VOLUP = SELECT|UP
VOLDOWN = SELECT|DOWN
START_STOP = SELECT|LTRIGGER
PREVIOUS = SELECT|LEFT
NEXT = SELECT|RIGHT
MODE_TOGGLE = SELECT|RTRIGGER #SEQ/RAND
CPU_NEXT = SELECT|TRIANGLE
CPU_PREV = SELECT|CROSS
RELOAD = SELECT|CIRCLE
DISPLAY = SELECT|SQUARE #on screen display
IN_GAME_MUTE = SELECT|VOLUP #press this combo once to disable game sounds, and again to enable them
LOOP = SELECT|START
OC_WLAN = 0 #set to 1 to allow wireless connections to be made at cpu speeds >222MHz, this should be handled
#directly in custom fws >= 3.03OE-C, if you have a problem with the vsh brower + overclocking, set VSH_CLOCK = 0
#if you have custom firmare >= 3.03OE-C this isn't needed
ENABLE_VSH_CLOCK = 1 #set to 0 to disable the VSH from changing the cpu's speed, normally this is 1
#the vsh normally changes the clock speed when playing music with the screen off (to 133mHz cpu/44mHz bus)
#when stoping the browser
#up to 333mHz when playing certain video files (possibly, I haven't been able to confirm this)
#and back to 222mHz when the above things are stopped
#this also allows overclocking in the vsh browser
#SELECT: These are the default startup settings, they are not changed by the music prx
DEFAULT_MODE = SEQ #set to RAND to start up in random mode by default/ SEQ to have sequential
VOLUME = 100 # 0-100, default volume
CPU_SPEED = 222 # SELECT: in 3.40OE (and possbily other fws) setting the clock above 222 (bus > 111) causes the XMB (VSH) to crash
# This seems fixed in 3.52-M33 2, if you have problems, you might want to update
# 1-333, cpu speed to start with
BUS_SPEED = 111 # SELECT: if you have problems, try changing this to 222/111 , some things don't like you changing the cpu speed
# 1-167, must be less than half the cpu speed
perso avant,on sais jamais,et supprimez l'intégralité de l'un où vous colerez: voir en dessous attention dans le cas suivant faut appuyer sur [select] + [volup] dans le jeu pour arrêter le son du jeu;(les pointillés font pas parti de l'archive)
---------------------------------------------------------------------------
#this is just the default config
#you can have as many button presses as you want
#just have button|button for each one
#valid buttons are:
#(on dpad):UP DOWN LEFT RIGHT
#HOME SELECT START
#LTRIGGER RTRIGGER
#TRIANGLE CROSS CIRCLE SQUARE
#SCREEN VOLUP VOLDOWN
#DISABLE as a button will disable that command
DEBUG = 1 #this is really for me, set to 1 to enable debug display, 0 to disable
DIR = ms0:/MUSIC/ #must end with a slash
#DIR = ms0:/PSP/MUSIC/
VOLUP = SELECT|UP
VOLDOWN = SELECT|DOWN
START_STOP = SELECT|LTRIGGER
PREVIOUS = SELECT|LEFT
NEXT = SELECT|RIGHT
MODE_TOGGLE = SELECT|RTRIGGER #SEQ/RAND
CPU_NEXT = SELECT|TRIANGLE
CPU_PREV = SELECT|CROSS
RELOAD = SELECT|CIRCLE
DISPLAY = SELECT|SQUARE #on screen display
IN_GAME_MUTE = SELECT|VOLUP #press this combo once to disable game sounds, and again to enable them
LOOP = SELECT|START
OC_WLAN = 0 #set to 1 to allow wireless connections to be made at cpu speeds >222MHz, this should be handled
#directly in custom fws >= 3.03OE-C, if you have a problem with the vsh brower + overclocking, set VSH_CLOCK = 0
#if you have custom firmare >= 3.03OE-C this isn't needed
ENABLE_VSH_CLOCK = 1 #set to 0 to disable the VSH from changing the cpu's speed, normally this is 1
#the vsh normally changes the clock speed when playing music with the screen off (to 133mHz cpu/44mHz bus)
#when stoping the browser
#up to 333mHz when playing certain video files (possibly, I haven't been able to confirm this)
#and back to 222mHz when the above things are stopped
#this also allows overclocking in the vsh browser
#SELECT: These are the default startup settings, they are not changed by the music prx
DEFAULT_MODE = SEQ #set to RAND to start up in random mode by default/ SEQ to have sequential
VOLUME = 100 # 0-100, default volume
CPU_SPEED = 222 # SELECT: in 3.40OE (and possbily other fws) setting the clock above 222 (bus > 111) causes the XMB (VSH) to crash
# This seems fixed in 3.52-M33 2, if you have problems, you might want to update
# 1-333, cpu speed to start with
BUS_SPEED = 111 # SELECT: if you have problems, try changing this to 222/111 , some things don't like you changing the cpu speed
# 1-167, must be less than half the cpu speed
Dernière édition par jvastre le 01 Mai 2008, 22:00, édité 1 fois.
Vita 3.60変革Ō w/SD2Vita | 3DS 11.6.0 B9S/LumaCFW | PS4 5.05MiraHEN
NDSTank R4 Gen1| PSPFat 6.60PRO & PSPGo 6.20TN-C | Wii cIOS w/usblGX
NDSTank R4 Gen1| PSPFat 6.60PRO & PSPGo 6.20TN-C | Wii cIOS w/usblGX
-
Disclaimer Gamer Maitre
- Messages: 482
- Inscription: 26 Juil 2008, 14:03
- Localisation: subtool
quand je vais select + carre il a des information en noir et a la hauteur du volume :vol : 100 IGM= le IGM aparrai quand on faie la manipilation pour couper le son du jeux......une idee quelqun???
et une autre question sa peux tu endomager la MS en jouent a des iso + ecouter la music a meme temps????
et une autre question sa peux tu endomager la MS en jouent a des iso + ecouter la music a meme temps????
Dernière édition par TGez le 01 Mai 2008, 22:01, édité 3 fois.
-
ghostrider66 Gamer du Dimanche
- Messages: 27
- Inscription: 22 Fév 2008, 22:58
coupez le son du jeu marche pas pour moi ..
des fois j'y arrive, mais c'est aussi les musiques qui coupent :s
select + home, select + volup , select + R, rien ne marchent -_-
obliger de coupez le son dans les reglages audio des jeux
des fois j'y arrive, mais c'est aussi les musiques qui coupent :s
select + home, select + volup , select + R, rien ne marchent -_-
obliger de coupez le son dans les reglages audio des jeux
-
david91940_1 Gamer Maitre
- Messages: 349
- Inscription: 16 Sep 2009, 07:37
- Prénom: David
- Pays: France
- Sexe: Homme