Tag: how-to

  • how to – proxmox win 10 vm

    Create a VM

    Name your VM. It is up to you as to whether or not you want it to automatically start at boot of your Proxmox server. 100% personal preference. I only elect this option for high priority VMs.

    get virtIO ios here – https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso

    go pro so you can rdp.

    lol

    elect custom install

    we’re going to load up the virtio drivers package.

    click browse

    navigate to that virtio-win image we loaded.

    vioscsi, w10, amd64

    verify vioscsi.inf and next

    wee. it sees our disk now. next.

    netkvm, w10, amd64

    verify netkvm.inf and next

    balloon, w10, amd64

    verify balloon.inf and next

    go time

    let windows install

    personal use

    offline account

    limited experience

    enter a name, but skip password by just hitting enter. we’ll fix this later.

    not now

    turn all this shit off

    skip

    not now.

    alright we’re in.

    once done, you’re pretty much good to go. make a template or venture forth. you got a damn clean win 10 install. i like to install firefox and snag ublock origin before i create the template.

  • how to – retroarch (snes)


    Last post I was yapping about emulation on a daily driver PC. What did I mean by that?

    Well you remember back in the day when we used to have consoles? Wouldn’t it be dope to have all those consoles again? What if they all existed in the same machine? You smoking what I’m growing? Don’t daily drive this bird. Have it be a dedicated machine just for this purpose. But before we get there, we need to think about front ends, loading and unloading ROMs, maybe a little bit of content scraping? Eh? Videos, screenshots, manuals and the such?

    Retroarch doesn’t solve that completely, but it sure gets you on your way.

    This tutorial will be for Windows, with a Linux one later on. Mac lol.

    Head straight to https://www.retroarch.com/?page=platforms to start

    Extract it into its working directory and run the .exe

    Sick. Now that it’s running we can do stuff.


    Retroarch is built around Cores. Think of these as in house emulators. You need a Core for each system you’re trying to emulate. Some Cores can do more than one system.

    In Main Menu, navigate to Online Updater

    Then Core Downloader

    That’ll update a list of all the in-house Cores available. For this tutorial we’ll set up Snes9X. Go down the list and elect the one shown highlighted below. All the Cores are different and they all do things the same, or different, or better, or worse. That’s up to you to dig into.

    Once it’s installed, you’ll have a cute ampersand next to it.


    That’s it. The core is installed. Now reference those ethically sourced ROMs and drop one in a directory somewhere

    I’m making a sub-directory called /roms in the main retroarch directory

    Inside said directory, I’ll create one for the system I’m emulating. Keep things organized and such.

    In Retroarch, from the Main Menu select Import Content

    Scan a directory

    Then navigate to your newly created SNES directory, or whatever your chose. Once inside it, elect <Scan This Directory>

    It’ll take as long as it takes depending on the amount of files.

    Back out all the way to the main menu. You can now select Playlists. At the bottom, you should see an automatically generated one for the system game type detected.

    Once inside, you can click the game and have a good time.

    It looks hella boring though, and we could spruce it up a bit more. Back on the Main Menu, go to the Online Updater

    From there elect Playlist Thumbnails Updater

    And then the console you wish to update content for. In our case, SNES.

    Once complete, navigate back to your playlist. It should have a little more soul.

    Now, you’re more than welcome to stop here, use Retroarch for all your gaming needs. It’s more than capable of adding overlays, shaders, running fullscreen, doing hotkeys for exiting and whatnot. But in another tutorial, I’ll introduce you to the world of emulation front-ends.

    Things to do now in Retroarch – review hotkeys, controls, bindings, shaders, and overlays. Most of this you can figure out on your own. But if you have any questions, feel free to ask.

  • how to – psx emulation

    now playing - costa del dolphin by thorhighheels

    why are you calling it “psx” and not ps1.

    check out jimmys video here for an explanation. it is technically the ps1. but also so was this –

    whatever. anyways on to how to do the thing.


    for desktop use

    if you’re going to be emulating on a daily driver pc and you’ll be launching and managing your interactions with mouse and keyboard, it couldn’t be easier.

    choose an emulator

    duckstation is by far one of the best psx emulators there is.

    download and extract it –

    enter the extracted directory and create a folder called bios

    you’ll need bios files. i can’t stress this enough. always check archive.org https://archive.org/download/2019_11_25_redump_bios/Redump-BIOS/

    you’re gonna dump the bios files in the bios folder used by duckstation. fully extract them to just .bin files

    now open up duckstation exe and edit the bios settings

    change the path to whatever your bios path is

    when you click on auto-detect you should see shit pop up. leave this on auto-detect. you gucci now.

    loading roms

    ethically source your roms lol. https://vimm.net/ does a great job archiving european games. cdromance is dead. i don’t have any lol.

    for this tutorial i have created a /roms directory inside my duckstation directory

    you can go to settings > game list and add said directory should you choose do to do

    it’ll scan and populate the main screen.

    that’s it. feel free to explore graphics settings, fast boot vs slow boot, shaders and shit on your own.

    tips

    convert your roms to chd.

    on windows, go grab the archive for
    namDHC_v113.zip here . extract that into the same directory as the roms you want to convert. in my case i have two files

    run namDHC.exe and add the .cue into the list, then create chd. this app can also do batch jobs. once complete, rejoice in the compression and archival to a single file. you can now delete the .bin and .cue files.

    on linux just install chdman, then run –

    chdman createcd -i the_rom_lol.iso -o the_rom_lol.chd

    that’s basically it.

    i’ve surreptitiously added the bios files here