Recent content by VMHoss

  1. VMHoss

    Tutorial Wii Linux (XWhiite 0.2) with Wi-Fi in 2020 (TUTORIAL)

    It's been a while since I've touched this project, but I'm sure it's whiitefulllinux.7z. if not then you probably know what other file I meant lol
  2. VMHoss

    Tutorial Wii Linux (XWhiite 0.2) with Wi-Fi in 2020 (TUTORIAL)

    It could mean your TV doesn't support whatever signal is being output by your Wii. However, this is a hunch.
  3. VMHoss

    PS1/2 Emulator WiiStation - Another Fork of WiiSXRX released

    I wonder if this will fix the GT2 bouncy cars glitch present on the original WiiSX?
  4. VMHoss

    Editorial Your most disappointing video game sequel

    Probably Anubis 2, but is that even a sequel?
  5. VMHoss

    Tutorial Wii Linux (XWhiite 0.2) with Wi-Fi in 2020 (TUTORIAL)

    Interesting how I haven't encountered this issue still. Is your Wii the non boot2 kind?
  6. VMHoss

    Homebrew Homebrew game Unity Car Physics for 3DS

    I've ported this game to Vita, as 3DS seems to be quite difficult to develop for. And also, audio issues still.
  7. VMHoss

    What song are you currently listening to?

    Helsinki 78-82 - Cruising (Gran Turismo 5 OST)
  8. VMHoss

    Homebrew Homebrew game Unity Car Physics for 3DS

    Currently the project seems to refuse to run, I feel like it's because I switched to ADPCM because that's what I did, and reverting baack to GCADPCM didn't do anything. Hopefully this evens out later.
  9. VMHoss

    Homebrew Homebrew game Unity Car Physics for 3DS

    Doesn't work still. I think this text is the issue (when selecting the car audio) "The selection contains sounds that are decompressed in hardware. Advanced mixing is not available for these sounds." Keep in mind that I have overridden audio compression settings for 3DS, and I cannot seem to get...
  10. VMHoss

    Homebrew Homebrew game Unity Car Physics for 3DS

    I searched, and it turns out "Vorbis" is not supported, so that figures lmao
  11. VMHoss

    Homebrew Homebrew game Unity Car Physics for 3DS

    Question, are .ogg files supported on Unity 3DS? I have a script which increases the pitch of an audio file over speed, it seems to work in the editor, but on 3DS it cannot play the audio. I can post the script if that's okay.
  12. VMHoss

    Homebrew Homebrew game Unity Car Physics for 3DS

    In Unity 5, I scaled the skydome (mobile unlit) to 1000 on all axes, so it's huge. I then launched the game on 3DS, the thing was clipping out of the camera bounds. I can either set clipping distance to make it longer, or I would have to try to make the skydome smaller and make it follow the...
  13. VMHoss

    Homebrew Homebrew game Unity Car Physics for 3DS

    fuck, the projects now crash on 3ds I'm going to start from scratch, as my original folder is really messy.
  14. VMHoss

    Homebrew Homebrew game Unity Car Physics for 3DS

    I did actually once create a skydome with a sphere with flipped normals, however I was (and still am) too dumb to make it follow the car and have it to rotate freely, so that it doesn't look like the sky is still. I'm glad there are still people who know about unity for nintendo 3ds, it's really...