xxyke Posté(e) dimanche à 03:56 Posté(e) dimanche à 03:56 8 hours ago, laflegge said: I guess what he means that a few versions ago pressing fx-l and fx-r immediately skipped the waiting for other players and started the song. Now those two keys do skip waiting for other players but still you need to wait a few seconds. Yes, this is the problem I want to solve 10 hours ago, 573agent said: what do you want to skip? you're not making any sense. "laflegge" conveys my meaning
mikaelr Posté(e) dimanche à 18:47 Posté(e) dimanche à 18:47 just play premium start and you won't have to wait for other players. 1
xxyke Posté(e) lundi à 13:02 Posté(e) lundi à 13:02 (modifié) On 3/6/2024 at 9:07 AM, mikaelr said: i think it's better if you can prepare the other set of files to revert this just to make life easier for those who wants to use it but then wanted to revert back to the original files. ok 18 hours ago, mikaelr said: just play premium start and you won't have to wait for other players. Is there no other way? Modifié lundi à 13:03 par xxyke
Bel029 Posté(e) lundi à 21:36 Posté(e) lundi à 21:36 8 hours ago, xxyke said: ok Is there no other way?  If you're comfortable making the change yourself there's a workaround here. https://github.com/22vv0/asphyxia_plugins/issues/51 Otherwise watch that bug for updates.
laflegge PostĂ©(e) mardi Ă 13:28 PostĂ©(e) mardi Ă 13:28 thanks Bel029 🙂  so in the file features.ts on line 139 change to // let opponents = { //   entry_id: K.ITEM('u32', entryData.entry_id), //   entry: opData.length > 0 ? opData.map(e => ({ //    port: K.ITEM('u16', e.port), //    gip: K.ITEM('4u8', e.gip), //   lip: K.ITEM('4u8', e.lip) //   })) : [] //  }  let opponents = {    entry_id: K.ITEM('u32', entryData.entry_id),    entry: [],   };  I commented out the original part so you can rollback Â
xxyke Posté(e) hier à 04:15 Posté(e) hier à 04:15 On 1/6/2026 at 5:36 AM, Bel029 said:  If you're comfortable making the change yourself there's a workaround here. https://github.com/22vv0/asphyxia_plugins/issues/51 Otherwise watch that bug for updates. thanks 14 hours ago, laflegge said: thanks Bel029 🙂  so in the file features.ts on line 139 change to // let opponents = { //   entry_id: K.ITEM('u32', entryData.entry_id), //   entry: opData.length > 0 ? opData.map(e => ({ //    port: K.ITEM('u16', e.port), //    gip: K.ITEM('4u8', e.gip), //   lip: K.ITEM('4u8', e.lip) //   })) : [] //  }  let opponents = {    entry_id: K.ITEM('u32', entryData.entry_id),    entry: [],   };  I commented out the original part so you can rollback  thanks!it work!
Messages recommandés
Veuillez vous connecter pour commenter
Vous pourrez laisser un commentaire après vous êtes connecté.
Connectez-vous maintenant