Jump to content
LaunchBox Community Forums

How to configure Launchbox to automatically run novert.com at dosbox startup?


LazyDog

Recommended Posts

You'll need to add it into a .conf for the game.

First, copy novert into the directory of the game you want to use it with. Now, in Launchbox, right-click and go to Edit on the game entry in your library, and clear out both .exes in the launcher tab - the reason you need to do this is that the autoexec portion of dosbox .confs doesn't get used if you have .exes in those fields, and we need to use the autoexec section to start novert. After clearing them out, go to the DOSBox tab, and create a new .conf if you don't have one (click create new) or edit your current one if one already exists. Now click edit in text editor. Scroll all the way to the bottom, and you'll see a section named [autoexec]. In a blank space underneath this, type the following:

mount c "[your\path\to\game]"
C:
novert
[game name]
novert /u
exit

So, to use my copy of Hexen as an example:

mount c "X:\Emulation\DOS\Hexen"
C:
novert
hexen
novert /u
exit

And now you should be good to go. When you start the game in your library, it'll run the autoexec in the .conf, start novert, then start the game - no more annoying forward and backward mouse movement when moving the mouse up and down :)

Link to comment
Share on other sites

Thanks a lot, Zombeaver!

Your have explained it very well, and I successfully followed your guide. It is SO nice to get rid of that annoying forward/backward movement when touching the mouse!

Now I can enjoy DOOM in all its retro flavor :-)

Thanks again!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...