• Login
  • Register
  • Login Register
    Login
    Username:
    Password:
  • Home
  • Members
  • Team
  • Help
User Links
  • Login
  • Register
  • Login Register
    Login
    Username:
    Password:

    Quick Links Home Members Team Help
    Tendo City Portal

    Welcome, Guest
    You have to register before you can post on our site.

    Username
      

    Password
      





    Search Forums

    (Advanced Search)

    Forum Statistics
    » Members: 205
    » Latest member: Albertcar
    » Forum threads: 7,582
    » Forum posts: 139,892

    Full Statistics

    Online Users
    There are currently 237 online users.
    » 0 Member(s) | 235 Guest(s)
    Bing, Google

    Latest Threads
    LLM your pushing me tonig...
    Forum: Ramble City
    Last Post: Geno
    24th July 2025, 10:08 AM
    » Replies: 9
    » Views: 309
    Bananza!
    Forum: Tendo City
    Last Post: Dark Jaguar
    18th July 2025, 7:30 PM
    » Replies: 1
    » Views: 102
    Microsoft is cancelling l...
    Forum: Tendo City
    Last Post: Dark Jaguar
    18th July 2025, 7:27 PM
    » Replies: 2
    » Views: 137
    The Switch 2 is Here, and...
    Forum: Tendo City
    Last Post: A Black Falcon
    18th July 2025, 5:33 PM
    » Replies: 6
    » Views: 576
    Brand new Doom for... SNE...
    Forum: Tendo City
    Last Post: A Black Falcon
    17th July 2025, 10:56 PM
    » Replies: 19
    » Views: 2,191
    A Left Wing Cannot Flap A...
    Forum: Ramble City
    Last Post: Dark Jaguar
    3rd July 2025, 11:00 PM
    » Replies: 21
    » Views: 2,452
    The next XBox will appare...
    Forum: Tendo City
    Last Post: Dark Jaguar
    3rd July 2025, 10:58 PM
    » Replies: 0
    » Views: 96
    Downtime resolved
    Forum: General Site
    Last Post: etoven
    10th June 2025, 7:54 PM
    » Replies: 3
    » Views: 901
    Some Zelda Things
    Forum: Tendo City
    Last Post: Sacred Jellybean
    8th June 2025, 5:14 PM
    » Replies: 0
    » Views: 120
    So Microsoft has a new Re...
    Forum: Tendo City
    Last Post: A Black Falcon
    7th June 2025, 7:32 PM
    » Replies: 3
    » Views: 255

     
      VirtualBox: Best thing ever.
    Posted by: Dark Jaguar - 24th January 2011, 10:43 AM - Forum: Ramble City - Replies (4)

    So's I'm noting how each time I upgrade my OS, it kills a little more of my backwards compatibility, killing a bit more of my soul. Recently I made the push to Windows 7, and if I'm going to do that, I decided to go all-in and use the 64 bit edition. I knew what that meant. Intel didn't add in legacy 16 bit support whenever a x86-64 processor is running in true 64 bit mode, so I couldn't run 16 bit applications. I decided to do it anyway, because really just about all my games are either pure DOS or 32 bit games, with only a handful of 16 bit games I'd just end up using DOSBox's special windows 3.11 installation I made.

    Still, I hadn't expected the trouble I'd find. As ABF noted, the command prompt doesn't support full screen mode. That's not really an issue because it can't run 16 bit programs anyway. I'd just use DOSBox for that. However, the implementation of Direct Draw mode in Windows 7 is somewhat lacking. It seems that games that use Direct Draw modes get their color palettes overwritten almost immediately, so I was treated to Starcraft 1: Tie die edition. I felt like my monitor was in a psi-storm watching that game's colors go all rainbow on me. This also affected Fallout 1 & 2, Warcraft 2 B.NET, Monkey Island 3, and probably a few others I didn't get around to trying.

    After looking up numerous very esoteric and inconvenient solutions (one involved keeping the resolution window open when starting the game), I finally found out that MS actually DID program in fixes for old Direct Draw games. However, the fix is game-specific, that is, multiple fixes. It identifies the game in question using a sort of hash value from the executable as well as the file name itself (to prevent false positives). However, Microsoft didn't put in quite nearly enough different game handlers. It seemed to take a back seat to making sure direct3d 9 emulation was working correctly (modern Direct3D having replaced direct draw for 2D, and rightfully so). It seems that the profiles for direct draw games are stored in the registry. Under a Directdraw heading (the location of which is different based on whether you are using 32 bit or 64 bit windows), there are two notable entires. The first is a list of keys handling specific executables (it's only got about 15 or so entries, most of which are downright terrible games), and the second is a note of the details of the very last direct draw application to be run. Starcraft was actually among those entries, but it was for an older patch, the newer patch having changed the hash value and thus no longer triggering that entry. Using the "last direct draw run" entry there, I just ran each one of my direct draw games, noted what that entry said the title and hash value was for it, and created new keys for each in turn. The tricky part was for a value that determined how Windows 7 would treat the direct draw coloring. Different values would result in different solutions, and the various 15 or so entries showed numerous different kinds of values. I settled on 00 08 00 00, the one the older Starcraft entry used, and that seems to work great for any game that runs in 640x480 (256 color) mode. After that, each game worked fine, but only after the very first screen had gone by (it seems the fix didn't activate as fast as the game started up). Fixing that was as simple as turning on one compatibility option in the shortcut itself, and then it worked flawlessly. Warcraft 3 was a special case. It didn't use direct draw, but it did have some weird distortion in the FMVs. Turning off desktop composition in the compatibility tab fixed that. (I can give you details of my fixes some other time if you need them. Heck I'll upload the registry entries I made if you want.)

    Sounds great right? Well, it was, but it wasn't perfect. I noticed a few things. Firstly, numerous 32 bit games had 16 bit installers. This was a foolish oversight of old programmers which, sadly, is being repeated now as we move into the 64 bit era (so hopefully future 128 bit processors will fully support 32 bit modes so this isn't repeated). This included games that wouldn't even try to run if they didn't find the right registry entries saying "yes, this game actually is installed, no foolin'", and those games were Monkey Island 3 & 4, and Grim Fandango (probably others I have too). I lucked out though, because someone had actually developed special 32 bit installers for all 3 of those games. They only installed the games, and after that (and the previously mentioned registry tweak) those were working fine too.

    One oddity is Planescape Torment. I blame NVidia here. Their driver isn't handling "sprite mirroring" correctly, meaning my character "moonwalks" in one direction. Turning off hardware accelerated sprite mirroring works though. (Another note, even with this game set up in Creative Alchemy, it still can't use EAX mode.) Actually NVidia is also to blame for not supporting 320x240 (or 320x200) modes correctly, which ATI still does. That shouldn't be a problem. Unlike other legacy support issues, that one wouldn't have hurt them in the least to implement. It's actually something I felt even in XP when Boppin' (Windows version) couldn't set up it's proper resolution in full screen and I was forced to play the game in windowed mode (which, since it's trying to run at 320x240 mode, is pretty dang small).

    This brings me to the last batch I've tried. I have been working to get Tribes and Tribes 2 working correctly, and both just refuse to work right. I assume there's fan patches for these, but I'm sure they won't be the last that run into this level of messed up. Notably, Tribes 1 has a patch that runs as a 16 bit application, so again, I can't run it.

    So yes, I tried out Windows XP Mode. What this amounts to is a special virtualized version of Windows XP running under Windows 7. This uses Virtual PC to do the job. The thing about virtualizing is, on a processor that supports "virtualization", it isn't emulation at all. It's running it's own code natively, just contained in another OS as a "sandbox" to prevent the code from going beyond that environment. Well, it runs it natively as far as the processor is concerned... That brings us to the next issue. Virtual PC sucks for gamers. It is meant as a stop-gap for businesses, so that outdated Windows XP applications (and outdated web applications designed for IE6) still work correctly while they upgrade their systems at their own glacial pace. In that role it does fine. However, everything else is handled via emulation. Even dragging windows around looks a bit choppy. Games can't even set a resolution at all, much less run at full screen. Maybe solitaire runs fine, but that'd be about it. It was enough however for me to run the Tribes 1 patch. That didn't fix it though.

    This brings me to my next big discovery. There are, you guessed it, OTHER virtualization programs out there. Most of them cost a lot, and the few that are free aren't very high on features, such as Virtual PC. However, one GREAT one is VirtualBox. This brings me to the threat title. VirtualBox is just about the best thing I've ever found for playing outdated games. I'll note that again you will want a processor with virtualization enabled. While it will run without it, it'll be in an emulated mode, which as you might imagine is far too slow if you're trying to play games on it. In virtualized mode, it can run just about anything. Aside from Windows XP, Linux and Mac OS, it can also run some VERY outdated OSes, from Windows 98 to Windows 3.1. That's right, you can virtualize DOS games running side by side with windows 7 apps. After setting up a fake partition file, you'll stick in a disk image with the OS in question on it, or a bootable installer for that OS. It'll do what it needs to do to set it up and then you'll be able to "connect" a virtual CD image to that OS which will have special drivers that install to allow it to communicate with full directx support to the graphics and sound systems of the native OS. The best part is after this is done, the virtual environment can be made seamless with the native OS, allowing you to simply run applications in their own windows on your desktop, or full screen, and move the mouse back and forth between them, interact with them, and all that good stuff with no fuss and only a visual difference in the interface to clue you in that that's not a normal program.

    So far, it's working simply fantastic for a lot of stuff. I've got Tribes 1 and 2 both working as well as they did in XP, and I intend to get that Windows 3.11 option utilized soon, possibly replacing the DOSBox version I have for playing those REALLY outdated games like the high res portrait version of KQ6.

    Print this item

      My Latest Blender Render
    Posted by: etoven - 23rd January 2011, 5:53 PM - Forum: Ramble City - Replies (3)

    Print this item

      DNF releasing May 3
    Posted by: A Black Falcon - 21st January 2011, 5:04 PM - Forum: Tendo City - Replies (11)

    2011 of course. :)

    Trailer... http://www.gametrailers.com/video/return...8?type=flv

    I'm looking forward to it...

    Print this item

      For Ryan (Who Needs To Turn On His Messenger)
    Posted by: etoven - 21st January 2011, 4:57 PM - Forum: Ramble City - Replies (9)

    [MUSIC]http://www.tcforums.com/etoven/Music/Zelda.mp3[/MUSIC]

    Ow yes I did!!

    Print this item

      My biological and technological distinctiveness have been added to your own.
    Posted by: Dark Jaguar - 20th January 2011, 6:48 AM - Forum: Ramble City - Replies (1)

    I am now in the Facebook Collective. (I know the "official spelling" is that wretched modern "Hey we're friendly because it's all in lower case" thing, but I refuse to abide by that, except for lazyfatbum because he did that BEFORE it was mandated by marketing.

    Also, "that was quick", because the very instant I create my blank slate with literally no data but my e-mail, lazy sends me an invite. Apparently the e-mail's enough.

    After digging around deep, DEEP into the options on the site to properly disable the oddly intrusive privacy settings of Facebook that it has become infamous for, I think I'm set for the moment. They really did hide a lot of stuff all over there, the "privacy settings" page really doesn't have much there, at least much I care all that much about.

    Anyone that wants to access my new and utterly blank page can use my old "exclusively for junk mail" e-mail address: kbanks64@yahoo.com

    This is an experiment. So far, Facebook seems to know way too much about my hobbies already. How does it already have a database of incredibly obscure video games, including art for Clash at Demonhead? That's MY obscure knowledge, you can't have it!

    Print this item

      3DS buffet
    Posted by: Dark Jaguar - 19th January 2011, 7:35 AM - Forum: Tendo City - Replies (10)

    http://www.joystiq.com/2011/01/19/3ds-fe...iend-code/

    So it seems the 3DS will have ONE friend code across all games. About time! It's a solid step and a good foundation to build on for catching up to XBox Live, but there's still a long way to go.

    Also, some sort of auto discovery is in there. That's nice.

    http://www.joystiq.com/2011/01/19/ninten...ease-date/

    Wow... Wow.... That's... expensive. Really, $250? That's most certainly the most expensive system Nintendo's ever sold, and it's a portable. Granted, it appears this is a very powerful system, but it's in the range of the Wii, not the 360, so it's a little shocking. The 3D screen could also play a part there, as would miniaturization, but still, that's a lot. Considering the battery power is the lowest of any of Nintendo's portables (about 2-5 hours), what I'm getting from this is a total reversal of Nintendo's own long-standing policies for portable systems (that is, they should be cheap, and energy efficient). It's coming out in a few months anyway. They've already "run through" the current production of DS-i systems, and don't intend to make any more (that thing really did just end up being a stop-gap system).

    I can only understand this as a result of Nintendo further copying Apple's strategy, that is the part I hoped they wouldn't notice, that Apple can "get away" with charging insane amounts for it's own portable devices and people fork it over by the handful. They also copied the "simple and intuitive" interface, but unfortunately fail at function people expect from modern systems.

    I'm wondering if I shouldn't hold off here until they either lower the price or release the "new and improved" version with far superior battery life, but missing something else like the power switch or something (it's a Nintendo product, they always must taketh away something whenever they upgrade a product). Really though, the only other portables I can think of that got away with a price this high... all failed. I mean, this one WON'T because it's Nintendo's, but still... Let's see... Sega Nomad... That 32 bit Lynx thing... PSPGo (:D, seriously, Sony were morons thinking a stripped down PSP could sell for more than a proper one).

    Print this item

      Final Fantasy XIII-2 announced
    Posted by: A Black Falcon - 18th January 2011, 3:57 AM - Forum: Tendo City - Replies (7)

    PS3 and 360, aiming for a 2011 release in Japan. Site, logo, and nothing much else so far: http://www.square-enix.co.jp/fabula/ff13-2/

    Print this item

      Team Silent disbanded?
    Posted by: A Black Falcon - 17th January 2011, 9:21 PM - Forum: Tendo City - Replies (5)

    http://helldescent.com/2011/01/17/team-s...t-says-so/

    Don't hurt yourself, Weltall...

    Print this item

      Police tracking thief of ancient artifacts stumble across THE LOST TOMB OF CALIGULA!
    Posted by: Dark Jaguar - 17th January 2011, 8:29 PM - Forum: Ramble City - Replies (7)

    http://www.guardian.co.uk/world/2011/jan...CMP=twt_fd

    Why isn't this a movie? Why IS this real life?

    Print this item

      Megaman noooooo!
    Posted by: Dark Jaguar - 13th January 2011, 6:12 PM - Forum: Ramble City - Replies (2)

    <object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/SgN6zVU7BzM?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/SgN6zVU7BzM?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>

    Print this item

    Pages (737): « Previous 1 … 149 150 151 152 153 … 737 Next »
     

    Toven Solutions

    Home · Members · Team · Help · Contact

    408 Chapman St. Salem, Viriginia

    +1 540 4276896

    etoven@gmail.com

    About the company Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.