Aller au contenu

ovv22

GamerLine
  • Compteur de contenus

    83
  • Inscription

  • Dernière visite

  • Jours gagnés

    5

Tout ce qui a été posté par ovv22

  1. in spiceconfig, EA service URL. then change your listening port in the asphyxia dashboard
  2. not necessarily. as mikaelr said, the navi data is hardcoded in the DLL, so we need the new DLL that has the new navi coded into it for it to work, unfortunately we don't have that/it hasn't leaked yet. but if i'm understanding it correctly, asset data for the new navi has leaked and can be loaded via the patcher/modloader(?) honestly thank you for answering questions like this because i don't know how to answer them. i don't use omnimix ever lol it doesn't support omnimix (musicdb.merged) songs unfortunately
  3. plugin with all songs unlocked enabled should unlock songs with song ID under 2100 (in short, all of them) i don't think it's a plugin issue. does your songs list in webui include the new songs?
  4. do you have unlock all valgene/pregene items enabled? or did you roll it yourself? if you rolled it yourself, does it say you own the items on the webui? also re:zero items are japan-exclusive iirc. maybe you changed regions? i guess they give volforce regardless of whether you cleared or failed a song on starting vf levels. the threshold gets higher/stricter as you move up levels and that includes having a clear mark, which skill analyzer doesn't give. at least that's how i understand it. i'm vf 18.8 in the official servers and i still don't fully understand how it works lol https://bemaniwiki.com/index.php?SOUND+VOLTEX+EXCEED+GEAR/VOLFORCE#cheatsheet
  5. string length seems to cap at [around] 1024, nice. thanks for the helpful tip!
  6. i've moved everything to stable: Link: GitHub release and i've added some stuff: added the new KAC skill analyzer course added stylus & QQ stamp events updated megamix songs list (though i couldn't make most of the songs show up...... help) special thanks to this tweet for the list of megamix songs. if only there's an easier way to add the songs... i had to cross-check which songs are and aren't added yet... manually..... fixed. thank you i don't believe skill analyzer affects volforce.... but i might be misremembering. can somebody else confirm this?
  7. i believe, right now there isn't (in the webui)
  8. it's hard to tell because i really couldn't replicate it 100%. i believe (though i couldn't check it myself) some asphyxia setups take a little longer to finish and return data. you can probably remove something else (like course data) and it would also work. i might need to optimize and rewrite stuff quick. my code is ass anyway, if you could provide logs from the asphyxia console it would be very helpful oof i think it relates to stamp events. will fix. update: fixed.
  9. i can't believe i missed that lol. i think it's fixed now. https://github.com/22vv0/asphyxia_plugins/commit/60d9c9c377d70d63d3bc3ca55ec77854c6f64922 i've also updated some webui stuff that needs the latest asphyxia core. UPDATE YOUR ASPHYXIA CORE TO 1.50c -> https://github.com/asphyxia-core/asphyxia-core.github.io/releases/tag/v1.50
  10. can you provide asphyxia logs? also, what course did you play? is it in god mode? it works fine on mine 🤔
  11. https://github.com/22vv0/asphyxia_plugins/commit/24d5884caa9fd7d270807efb9f52b2ce88956fe2 god mode. need help with testing; let me know of any issues. also back up your saves, in case.
  12. added missing json file for bpl support + sysbg: https://github.com/22vv0/asphyxia_plugins/commit/f031ae3e0a5db24f8fbb2be15c85bfa48310b18b will check out megamix and try implementing matching too. it's hard for me because i only run one instance of the game at a time; matchmaking code really isn't in my main goals lol but we'll see
  13. i'm dumb, i didn't push the bpl/sysbg data. will fix. as for megamix, let me see what i can do, but i might need help with that
  14. 0912 support: https://github.com/22vv0/asphyxia_plugins/tree/2023091200/sdvx%40asphyxia lmk what i missed/what needs fixing. i heard that skill analyzer might be broken but i haven't been able to check yet.
  15. i love it when new updates come out and i see this lol anw hi. will try to update plugin for 20230912 support
  16. logs don't indicate any issues with the request, it seems to be working as intended. this is so confusing. banking on the issue being client-side but i'm unsure it's hard to fix issues that don't personally happen to me. i'm kinda confused why it isn't working for y'all. i need more info. has anyone else made this plugin work? what did you do prior to launching the game? edit: i would also like to add that my local sdvx eg client is as vanilla/unmodded as possible (no omnimix/data_mods, but i do have some dll patches enabled) EDIT 2: so yeah please scratch everything above. i think i found the issue somewhat. the game doesn't seem to like the songNum being 3000. disabling "unlock all songs" would fix the issue but i understand a lot of you have that enabled all the time. let me check what i can do. sorry everyone
  17. i had this happen to me [only] once while testing, though i can't replicate it consistently. i only can speculate why it happens to you, like the request taking a little bit long to process that it times out..... does the plugin work with the unlock all options disabled? like are the game modes visible? also i have a question for everyone. how do i get valkyrie mode to run at a constant 120fps? i can't seem to make it work, the highest it can get for me is around 85-90fps. mind you, i can play konaste sdvx at a constant 120fps, so it's very weird to me. thank you
  18. oh, i see. it's looking for a file that doesn't exist yet. will fix next time, but for now, go to 'unlocking events' then click 'apply.' it should generate the file it's looking for.
  19. i can't seem to replicate any issues on a fresh setup. what does asphyxia dev mode say? put tsconfig.json in the plugins folder then run asphyxia in your terminal/cmd with "--dev" flag like this: > asphyxia-core-x64.exe --dev check the asphyxia sdvx console logs during client runtime. it should look something like this: tsconfig.json
  20. hi! here's 0425 support. this code has been sitting in my laptop since, honestly, 0425. i had to be away from my computer due to personal reasons but here it is. please do let me know of any issues you might encounter because i'm positive there will be some lmao https://github.com/22vv0/asphyxia_plugins/releases thanks again to @mikaelr for the helpful tips/fixes. update your webui assets!!!!!
  21. download it here. i can't replicate this issue on mine. i doubt it has something to do with the kfc plugin itself.... but i'll look into it
  22. btw new plugin update. lmk what you think!
  23. this specific issue is fixed in this pull request. check if your plugin is updated (and always update your assets)
  24. hi guys. pushed an update to the sdvx plugin to fix the april fools event unintentionally triggering today (until 4/19 LMAO) this is where i'd announce updates i guess. lmk if there are issues 🙂 https://github.com/lxiznvvo/asphyxia_plugins
  25. do you have the items unlocked in-game? if not then that's probably why it's not showing, unless there's a code problem in the plugin (which honestly is most likely the case lmao i'm sorry) it's probably not adding to the data json because the file to copy already exists somehow. i will take a look at it later edit: so i tried deleting my existing webui directory and replaced it with a clean one from my repo, and re-ran the webui resource update, the json data was updated properly, maybe this'll work for you too.
×
×
  • Créer...