Your download link is at the very bottom of the page... always.



Processed through Paypal
No account required.


Donate Bitcoin to this wallet:
1KkUMXvQ2ko3xcJkzitB7WYgoW6m79WFfm
Donate Ethereum to this wallet:
0x40E56922F43637224935CDC35e2c96E0392A8505
Donate Litecoin to this wallet:
LLYAFEyqjH69gkyCEpRjXNyedRCWrVChfL

Buy our over-priced crap to help keep things running.
Take No CrapwareOG Dad CapNo Password


Join our Facebook groupFollow us on TwitterFollow us on InstagramOur RSS FeedJoin us on TikTokJoin us on LinkedIn


 Home » OlderGeeks.com Freeware Downloads » Searching Files   
Search
Search Terms
Search Category Leave category selection blank to search within all categories.
Search Results
Files
  File Name Rating Downloads
Last Update/Developer
The Ur-Quan Masters v0.8.0
The Ur-Quan Masters v0.8.0 A port of Star Control II: The Ur-Quan Masters for modern operating systems. Star Control II: The Ur-Quan Masters was released in 1992 by Accolade. It is the second and final game in the series created by Fred Ford and Paul Reiche III. The original version was created for PC, but later an alternate version was released for the console 3DO, which allowed for the inclusion of speech and a modernized intro. In a similar fashion to Star Control, the full game is made up of two parts, one being arcade spaceship combat called Melee. The tactical gameplay in Star Control has been replaced by an adventure game, where the player travels through the universe and encounters all sorts of challenges. In the adventure game, the player takes charge of a flagship of alien origin and sets out to free the Earth from enslavement. This is accomplished by travelling between different solar systems and interacting with the systems and their inhabitants.Travelling is in itself quite challenging. Inside a solar system you can fly between planets and scan them to see if they contain anything interesting, such as minerals or energy readings. But to travel between systems you must enter Hyperspace, a strange dimension where a mysterious drag slows you down but distances are much smaller. Thankfully you have a trusty starmap, which makes navigating this bizarre place much easier. There are several sub sections in the adventure mode. To raise cash to equip your ship, you must mine a multitude of planets by sending down a planet lander to collect minerals. This is fraught with danger, as planets can be very inhospitable. Everything from weather and earthquakes to extreme fire-storms and indigenous beasts are out to get your lander. The collected minerals can be deposited at the ...
5/5 889 May 03, 2023
The Ur-Quan Masters port team <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/UrQuan6_th.png"border="0">
This Is Forever (for Mac)
This Is Forever (for Mac) This Is Forever is an atmospheric symbolic game, in which you explore a relaxing world while uncovering clues by finding missing memories in the form of personal objects. Music guides the experience, evolving and changing as you progress. Each shift in music helps to interpret the meaning of each stage. It is my hope that this can speak to individuals facing difficult times, loss, and facilitate positive growth and thought. Controls: W A S D - Move Mouse - Look Left Click - Interact Right Click - Zoom (This is helpful when you'd like to take a close look at items before you collect them) Shift - Run All trees, models (aside from rocks), textures, and audio are created and produced by me. Rock models made by TripleBrick. Feel free to contact me on Twitter @hkfiftyone MAC USERS: Although the game should run fine, there are some known issues with Macs running Unity games in certain cases. My appologies if this ends up being the case for anyone.
4/5 5,742 Aug 02, 2016
Yokashi Games <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/ThisisForever4_th.png"border="0">
This Is Forever (for Windows)
This Is Forever (for Windows) This Is Forever is an atmospheric symbolic game, in which you explore a relaxing world while uncovering clues by finding missing memories in the form of personal objects. Music guides the experience, evolving and changing as you progress. Each shift in music helps to interpret the meaning of each stage. It is my hope that this can speak to individuals facing difficult times, loss, and facilitate positive growth and thought. Controls: W A S D - Move Mouse - Look Left Click - Interact Right Click - Zoom (This is helpful when you'd like to take a close look at items before you collect them) Shift - Run All trees, models (aside from rocks), textures, and audio are created and produced by me. Rock models made by TripleBrick. Feel free to contact me on Twitter @hkfiftyone MAC USERS: Although the game should run fine, there are some known issues with Macs running Unity games in certain cases. My appologies if this ends up being the case for anyone.
4/5 5,878 Aug 02, 2016
Yokashi Games <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/ThisisForever4_th.png"border="0">
Thonny v4.1.1
Thonny v4.1.1 A Python IDE meant for learning programming. Features Easy to get started. Thonny comes with Python 3.7 built in, so just one simple installer is needed and you're ready to learn programming. (You can also use a separate Python installation, if necessary.) The initial user interface is stripped of all features that may distract beginners. No-hassle variables. Once you're done with hello-worlds, select View → Variables and see how your programs and shell commands affect Python variables. Simple debugger. Just press Ctrl+F5 instead of F5 and you can run your programs step-by-step, no breakpoints needed. Press F6 for a big step and F7 for a small step. Steps follow program structure, not just code lines. Step through expression evaluation. If you use small steps, then you can even see how Python evaluates your expressions. You can think of this light-blue box as a piece of paper where Python replaces subexpressions with their values, piece-by-piece. Faithful representation of function calls. Stepping into a function call opens a new window with separate local variables table and code pointer. Good understanding of how function calls work is especially important for understanding recursion. Highlights syntax errors. Unclosed quotes and parentheses are the most common beginners' syntax errors. Thonny's editor makes these easy to spot. Explains scopes. Highlighting variable occurrences reminds you that the same name doesn't always mean the same variable and helps spotting typos. Local variables are visually distinguished from globals. Mode for explaining references. Variables are initially presented according to simplified model (name → value) but you can switch to more realistic model (name → address/id → value). Code completion. Students can explore APIs with the help of code completion. Beginner friendly system shell. Select Tools → Open system shell to install extra packages or learn handling Python on command line. PATH and conflicts with other Python interpreters are taken care ...
5/5 4,842 Jun 12, 2023
University of Tartu, Estonia <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Thonny1_th.png"border="0">
TIC-80 v1.1.2837
TIC-80 v1.1.2837 A fantasy computer for making, playing and sharing tiny games. TIC-80 is a free and open source fantasy computer for making, playing and sharing tiny games. With TIC-80 you get built-in tools for development: code, sprites, maps, sound editors and the command line, which is enough to create a mini retro game. Games are packaged into a cartridge file, which can be easily distributed. TIC-80 works on all popular platforms. This means your cartridge can be played in any device. To make a retro styled game, the whole process of creation and execution takes place under some technical limitations: 240x136 pixel display, 16 color palette, 256 8x8 color sprites, 4 channel sound, etc. Features • Multiple programming languages: Lua, Moonscript, Javascript, Ruby, Wren, Fennel, Squirrel, Janet, and Python. • Games can have mouse and keyboard as input • Games can have up to 4 controllers as input (with up to 8 buttons, each) • Built-in editors: for code, sprites, world maps, sound effects and music • An additional memory bank: load different assets from your cartridge while your game is executing • Moderated community Changes TIC-80 tiny computer v1.1.2837 Oct 22, 2023 Some keys are not working with foreign keyboard (i.e. right parenthesis for azerty layout) by @nesbox #2310 add build instruction for ubuntu 22.04 by @jackygoule in #2277 Change janet's withsyms to with-syms by @sogaiu in #2287 Disable structured editing on non-Emacs editors by @neolight1010 in #2294 Update zig examples and template to latest Zig by @tupini07 in #2298 Update "help keys" output to include keycodes for ESC, F1-F12, and numpad keys by @cdwfs in ...
5/5 203 Feb 27, 2024
Vadim Grigoruk <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/TIC802_th.png"border="0">
TileIconifier v2.2.6776
TileIconifier v2.2.6776 Creates tiles for the Windows 10 Start Menu. Features: Allows creation of Medium and Small tiles for your applications, modifying their current shortcut where possible. Create custom shortcuts to Steam games, Chrome apps, Windows Store apps and explorer shortcuts, or any other shortcut target you wish using custom VBS script launchers. Extract icons from the software EXE/DLL, without using any other external program. Move and resize the image to where you want it within the tile, allowing more customisation than simply a full sized image. Supported Languages: English, Russian Instructions Basic tile creation usage: Find the shortcut you wish to modify in the list Choose an image by clicking the 'Change Image' button or double clicking one of the logo boxes. Move/resize it as required by clicking, dragging and scrolling to where required. Hit 'Tile Iconify!' to apply the changes To restore, hit 'Remove Iconify' Custom shortcut creation: Navigate to Utilities -> Custom Shortcut Manager From here you can create a new shortcut or delete other custom created items When creating a new shortcut, it will take a moment to populate your Steam, Chrome and Windows Store libraries. Most items will get a default icon based on what you choose. At this stage, you can change the icon to what you want. Choose the shortcut name and which users it should be available to. Generate the shortcut item. It will be Iconified using the icon chosen, but you can amend this as required back in the main page. Finally, navigate through your Start Menu ...
5/5 2,980 Jul 29, 2020
Jonno12345 <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/TileIconifier1_th.png"border="0">
ToolTipFixer 2.0
ToolTipFixer 2.0 Ever since Microsoft invented the Windows Shell with explorer.exe back in the days of Windows 95, there's been a bug that's gone from one version of Windows to the next; and with each upgrade it became worse and worse - until Vista where it only rears its ugly head every once in a while instead: tooltips appear behind the taskbar, where you can't read them and they are of no use to you. And there's nothing you can do about it! NST ToolTipFixer patches this bug for once and for all, doing what Microsoft hasn't been able to do in 13 years. ToolTipFixer 2.0 (October 14, 2008) Installer options for service vs. application Minimize memory usage as much as possible Create standalone ToolTipFixer module Remove .NET Dependencies
5/5 4,866 May 23, 2017
NeoSmart Technologies <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/ToolTipFixer1_th.png"border="0">
Tower Master
Tower Master Tower Master is a multiplayer platform game with an easy to use drag-and-drop level editor. Cleverly design your own deadly medieval tower and race your opponents to the finish line. We make an indie game every other month, called the Protocannon project, and want to make our games bigger and better with your support. So feedback is very welcome. Never finished, always stable! IMPORTANT: Sometimes you need to forward the correct ports to your pc in order for other people to be able to join your game. The standard port is 25000.
5/5 6,078 Mar 01, 2016
Triangle Studios <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/Tower Master23205_th.png"border="0">
Transcendence v1.9.402
Transcendence v1.9.402 Space Combat and Exploration in a Vast and Dangerous Galaxy Domina, a mysterious hyperintelligence, has summoned you. In Transcendence you are thrust into the middle of a vast galaxy teeming with clashing empires, expansionist AIs, and fearsome xenophobes. You must navigate them all to reach the Galactic Core. Randomly Generated Star Systems You'll need a ship powerful enough to take you to St. Katherine's Star, through the Ungoverned Territories and the Outer Realm—all the way to the edge of Human Space. Adapt your strategy to survive the journey through dozens of randomly generated star systems. Take advantage of scavenged weapons and devices. No two games are ever alike, so adaptation equals survival. Over a Hundred Unique Ship Classes Between you and your goal, pirates, warlords, and slavers prowl. Blast your way through the swarming tactics of Anarchist battlepods; steel yourself against the EMP attack of the Dwarg masters; and pray to Domina that you can withstand the terrifying archcannon of the Phobos dreadnought. The free game includes over a hundred different kinds of enemy ships and stations, each with distinct abilities. Deadly Weapons and Arcane Devices As Domina's call draws you into increasingly alien territory you'll find opportunities to exploit your strange surroundings. Loot wreckage to obtain more powerful weapons, armor, and shields, or purchase them at dozens of different friendly stations. Earn unique high-tech weapons by completing missions for the Commonwealth Fleet or by helping the Corporate Hierarchy with their research. Robust Modding System Transcendence can be freely modified. Create your own enemies, weapons, stations, and systems using a simple XML-based syntax. Take advantage of the sophisticated and powerful scripting system to create custom behaviors, missions, and game-mechanics. Click here to visit the author's website.
5/5 5,011 Apr 25, 2022
Kronosaur Productions, LLC <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Transcendence3_th.png"border="0">
Transmission (MacOS) v2.94
Transmission (MacOS) v2.94 Transmission is a cross-platform BitTorrent client that is: Open Source. Transmission is an open source, volunteer-based project. Unlike some BitTorrent clients, Transmission doesn't play games with its users to make money: Transmission doesn't bundle toolbars, pop-up ads, flash ads, twitter tools, or anything else. It doesn't hold some features back for a payware version. Its source code is available for anyone to review. We don't track our users, and our website and forums have no third-party ads or analytics. Easy. Transmission is designed for easy, powerful use. We've set the defaults to "Just Work" and it only takes a few clicks to configure advanced features like watch directories, bad peer blocklists, and the web interface. When Ubuntu chose Transmission as its default BitTorrent client, one of the most-cited reasons was its easy learning curve. Lean Transmission also has the lowest memory footprint of any major BitTorrent client. Imageshack chose Transmission for its BitTorrent farms because the competition "requires amounts of memory several times greater than Transmission". Transmission's small footprint is one reason why many home device manufacturers, such as FON, Belkin, and Networked Media Tank ship with Transmission. When Belkin and Vuze Inc. partnered to write a "Torrent Genie" to let people who ran Vuze and owned a Belkin router keep sharing files even when Vuze wasn't running, they decided to use Transmission -- not Vuze's own BitTorrent client -- on the router. Native. Unlike many cross-platform applications, Transmission integrates seamlessly with your operating system. Powerful. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more. Transmission 2.94 May 1, 2018 All Platforms Fix building against LibreSSL ...
5/5 3,415 Feb 20, 2020
Transmission Project <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/TransmissionMAC1_th.png"border="0">
Transmission (Windows) v2.94
Transmission (Windows) v2.94 Transmission is a cross-platform BitTorrent client that is: Open Source. Transmission is an open source, volunteer-based project. Unlike some BitTorrent clients, Transmission doesn't play games with its users to make money: Transmission doesn't bundle toolbars, pop-up ads, flash ads, twitter tools, or anything else. It doesn't hold some features back for a payware version. Its source code is available for anyone to review. We don't track our users, and our website and forums have no third-party ads or analytics. Easy. Transmission is designed for easy, powerful use. We've set the defaults to "Just Work" and it only takes a few clicks to configure advanced features like watch directories, bad peer blocklists, and the web interface. When Ubuntu chose Transmission as its default BitTorrent client, one of the most-cited reasons was its easy learning curve. Lean Transmission also has the lowest memory footprint of any major BitTorrent client. Imageshack chose Transmission for its BitTorrent farms because the competition "requires amounts of memory several times greater than Transmission". Transmission's small footprint is one reason why many home device manufacturers, such as FON, Belkin, and Networked Media Tank ship with Transmission. When Belkin and Vuze Inc. partnered to write a "Torrent Genie" to let people who ran Vuze and owned a Belkin router keep sharing files even when Vuze wasn't running, they decided to use Transmission -- not Vuze's own BitTorrent client -- on the router. Native. Unlike many cross-platform applications, Transmission integrates seamlessly with your operating system. Powerful. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more. This download is for the 64bit version. If you need the 32bit version, ...
5/5 3,400 Feb 20, 2020
Transmission Project <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/TransmissionWIN1_th.png"border="0">
Trigger Rally 0.6.5
Trigger Rally 0.6.5 A 3D rally simulation with a great physics engine for drifting, over 100 maps, different terrain materials like dirt, asphalt, sand, ice etc. and various weather, light and fog conditions give this rally simulation the edge over many other free games. You need to make it through the maps in often tight time limits and can further improve by beating the recorded high scores. All attached single races must be finished in time in order to win an event, unlocking additional events and cars. Most maps are equipped with spoken co-driver notes and co-driver icons. Many configuration details for display and audio adjustments can be edited in the well documented plain text configuration file. Additional contributed maps and events are ready for download as plugins. Trigger Rally 0.6.4 works well with common low performance laptops from about 2008. And if something like snow flakes and vegetation sprites demand to much from your system you can just disable it. Defaults: key action Up Accelerate Down Foot brake / Reverse Left Steer left Right Steer right Space Handbrake C Change camera view M Toggle map N Toggle user interface K Toggle checkpoints R Recover car < > Rotate camera when in 3rd person cam F12 Save a screenshot to ~/.trigger/ Joystick support can be enabled in the config file. I'd be interested in any reports on the performance of the joystick support. Changelog: 18/12/2016 - Trigger 0.6.5 - Fixed framerate drop caused by codriver voice on certain post-XP Windows' - Fixed compilation error of "hiscore1.h" by C++11 compilers - Added 2 ...
5/5 5,654 Apr 21, 2017
Iwan Gabovitch <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/Trigger Rally1_th.png"border="0">
TripleA v2.5.22294
TripleA v2.5.22294 A turn-based strategy game and board game engine, similar to Axis and Allies or Risk. TripleA is a fan created (2002), open source strategy and board game engine where you can play Axis and Allies style rules on community created maps. TripleA has a well-developed AI and an active lobby for live multiplayer games. Over 100 user-created maps are available via in-game download. In TripleA you can recreate World War 2 with the Axis pushing through to Moscow and the Allies desperately fighting back. Or recreate Napoleon's march across Europe, or Rome defeating the Carthaginian Empire, or Sauron conquering Middle Earth! If you have ever played a game where you push little plastic pieces around, roll dice and conquer the lands of your enemy, you will be able to jump right into TripleA! Features: • Community built maps, Axis and Allies game rules. • 100% open source, community run, free to play game • Live lobby play, play by email, play versus AI This download is for the Windows 64bit version. If you need the Windows 32bit version, download here. If you need the macOS version, download here. If you need the Linux version, download here. Linux Installation • Once the installer finishes downloading, make it executable (chmod +x ./TripleA_*unix.sh) • Now run the installer: ./TripleA_*unix.sh • Follow the installation prompts to complete the installation TripleA requires Java 8 or later to be installed Oracle JREs are recommended, sounds may not work with OpenJRE. Click here to visit the author's website.
5/5 6,124 Sep 08, 2023
TripleA <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/TripleA6_th.png"border="0">
TurboRisk v2.0.5
TurboRisk v2.0.5 Play the classic "World Domination Risk" game, where you are battling to conquer the world! Features: • Support for both human or artificial intelligence players, up to ten per game. • Customizable rules. • Smart and customizable interface that speeds up cards playing, attacks and troops movements. • Large selection of AI players, each one with its own "personality". • Context sensitive help. • Statistics window that shows counters for territories and armies. • Optional log window to track the game. • Windows 7 and Vista theme support. • Large selection of maps. • Companion program to create your own custom maps. • History of the played games and ranking of the players. • "Quick setup" feature to save the entire configuration of the players. • Menu option to download news and updates from the TurboRisk homepage. • Full featured companion IDE to edit, compile and test your own artificial intelligence players, and a simulation environment to test them. TurboRisk is really 100% free: no limitations, no time-outs, no nags, no adware, no banner ads and no spyware. It can be freely used and distributed provided that neither code nor documentation are altered in any way. System Requirements: Windows 95/98/NT/2000/XP/Vista/7/8/10/11, Linux Wine 5 to 30MB of free disk space (depending on type of installation) Screen capable of at least 800x600 recommended Portability: TurboRisk doesn't install any DLL or OCX or any other component in your Windows folders. It doesn't use the registry, except to register its Uninstall ...
5/5 5,011 Sep 05, 2023
Mario Ferrari <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/turborisk2_th.png"border="0">
Tweaking.com - Kill Frozen Programs 1.0.0
Tweaking.com - Kill Frozen Programs 1.0.0 This little program I made with my fellow gamers in mind. There have many many games that I have played that will crash or lock up. The problem is when they would do this the game window would stay open, and I couldn't get back to the desktop. Nothing I did could get the desktop to come back, even ctrl + Alt + Delete wouldn't get the task manger to open. This is because the game was set to be on top of everything else. So the only option was restart the computer. Now with this tool I can hit the Global Keys on my keyboard I set, the program will loop through all the processes on the system killing any that are not responding. Now I can get back to the desktop when a game crashes, and no longer have to reboot :-)
5/5 8,632 Sep 02, 2017
Tweaking.com <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/kill_frozen_program_th.png"border="0">
TweakPower v2.048
TweakPower v2.048 Powerful, free PC optimization tool TweakPower is an all-in-one suite that has been designed to keep you and all your family’s computers running at optimal speed and efficiency. TweakPower is an intelligent software tool that allows users to fine-tune their operating systems and programs for optimum performance. TweakPower protects users from PC problems, while increasing the performance and security of their computer. TweakPower includes advanced performance optimizers, helping you achieve super-fast application load times, work faster and make your games run smoother. Now it’s easier than ever to get a clean PC. TweakPower can quickly remove Windows, program and browser clutter while refreshing your registry and deleting massive disk space hogs. Also, its easy-to-use wizards and diagnostic tools help you find vulnerabilities and errors on your computer. Customize Windows System Settings - Change the settings of the system, the input devices, drives, application programs, and effects to better customize Windows to your needs. Communication - Customize Internet Explorer, Firefox and your connections to your needs and synchronize your computer with the atomic clock of a time server of your choice. Customize Windows - Give Windows your own style. Customize the Windows interface by customizing the appearance of Windows, including colors, window frames, icons, buttons, startup and logon screen, startup menu, desktop display, explorer, and login. Clean up Clean up - keep your PC fit. Remove unnecessary files, clean up the registry, delete internet traces, and optimize your computer with just one click to ensure more stability. Privacy Security - Protect your PC with the security features of Windows. Configure and manage the settings for the firewall, defrag, automatic updates, user account control, and security center. Permanently delete sensitive data from the hard drive, encrypt files using the highly advanced Advanced Encryption Standard (AES encryption), and safely delete the original files, control the settings of the display, printer, ...
5/5 8,795 Dec 22, 2023
KurtZimmermann SOFTWARE <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/TweakPower1_th.png"border="0">
UFO:Alien Invasion v2.5
UFO:Alien Invasion v2.5 It is the year 2084. You control a secret organisation charged with defending Earth from a brutal alien enemy. Build up your bases, prepare your team, and dive head-first into the fast and flowing turn-based combat. UFO: Alien Invasion is a squad-based tactical strategy game in the tradition of the old X-COM PC games, but with a twist. Our game combines military realism with hard science-fiction and the weirdness of an alien invasion. The carefully constructed turn-based system gives you pin-point control of your squad while maintaining a sense of pace and danger. Over the long term you will need to conduct research into the alien threat to figure out their mysterious goals and use their powerful weapons for your own ends. You will produce unique items and use them in combat against your enemies. If you like, you can even use them against your friends with our multiplayer functionality. UFO: Alien Invasion. Endless hours of gameplay — absolutely free. The game takes a lot of inspiration from the X-COM series by Mythos and Microprose. However, it's neither a sequel nor a remake of any X-COM or other commercial title. What we as a team wanted to make is a brand new experience that tries to surpass the quality of games from 1992, rather than simply recreate them with flashier graphics. We also believe that open-source projects don't need to be disorganised or badly-managed. We work together in a friendly and professional way, with a clear vision for a game that we know is worth playing. Gameplay Like the original X-COM games, UFO:AI has two main modes of play: Geoscape mode and Tactical mode. In Geoscape mode, the game is about base management and strategy. You manage the activities and finances of PHALANX, controlling bases, installations, aircraft and squads of armed-response troops. You'll ...
5/5 3,886 Jun 10, 2019
UFO:AI Team <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/UFOAlienInvasion7_th.png"border="0">
UK's Kalender v2.5.4
UK's Kalender v2.5.4 "UK's Kalender" is a MS Windows program intended to remind you of upcoming events and todos. There are several views for your dates that are organized similar to a calendar sheet. Dates and appointments can be entered into the calendar via an input form.You can enter a forewarn time, so as long as "UK's Kalender" is running in the background you'll be reminded of your dates as soon as the forewarn time is reached. Independent from the calendar function there is also a todo list where you can enter tasks with a deadline and a forewarn time. If the forewarn time is reached, "UK's Kalender" will inform you of the due tasks with symbols and colors. Since version 2.0 of "UK's Kalender" it is possible to share a common event file between several computers in a network. A shared event can be entered, changed or deleted on one computer, all other computers will synchronize their event database. This shared event file runs in parallel to the local event file, so private event entries can still be entered as usual. The program was tested under the MS Windows versions 98SE, 2000, XP, 7, 8.1 and 10. 1.1 What "UK's Kalender" can do Automatic saving Any changes to the database are automatically and immediately saved to disk. On every program start, a backup copy of your data file is created. Unlimited Undo and Redo Most changes can be undone and also repeated. Minimize to the system tray "UK's Kalender" minimizes into the system tray (the area next to the system clock). Network support "UK's Kalender" supports a shared event file, where every user can enter events that'll show up ...
5/5 4,510 Nov 26, 2019
Ulrich Krebs <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/UKs Kalender_th.png"border="0">
UninstallView v1.50
UninstallView v1.50 A tool for Windows that collects information about all programs installed on your system and displays the details of the installed programs in one table. You can use it to get installed programs information for your local system, for remote computer on your network, and for external hard-drive plugged to your computer. It also allows you to easily uninstall a software on your local computer and remote computer (Including quiet uninstall if the installer supports it). System Requirements This tool works on any version of Windows, starting from Windows XP and up to Windows 11. Both 32-bit and 64-bit systems are supported. Changes: v1.50: Added 'Sort By' toolbar button. Start Using UninstallView UninstallView doesn't require any installation process or additional DLL files. In order to start using it, simply run the executable file - UninstallView.exe After running UninstallView, it scans your local system and collects all information about the programs installed on your system. When the scanning process is finished, the installed programs information is displayed in the main window. Notice: UninstallView first takes the official uninstall information in the Registry provided by the software itself and then tries to complete any missing information from other places. It's possible that some of the unofficial information collected by UninstallView will be inaccurate. Loading uninstall information from other sources In order to load uninstall information from other sources (instead of your current system), press F9 (Advanced Options) and choose the desired option in the 'Load From' combo-box: Local system - current user: This is the default option, the uninstall information is loaded from your local system and current user. Local system - all users: UninstallView loads the uninstall information from your local system and current user, and also from all other users on this system. The scanning of other ...
5/5 5,322 Feb 20, 2024
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/uninstallview1_th.png"border="0">
Unreal Engine v7.16.0
Unreal Engine v7.16.0 What is Unreal Engine 4? Unreal Engine 4 is a complete suite of game development tools made by game developers, for game developers. From 2D mobile games to console blockbusters and VR, Unreal Engine 4 gives you everything you need to start, ship, grow and stand out from the crowd. Student? Indie? Pro? Yes. There is no limit to what you can achieve with Unreal Engine technology, whether you’re making a clever puzzle app or an open-world action game. Because Unreal Engine 4 is used by students, indies and large teams, it's an engine that you'll never outgrow. One Engine, One Workflow With Unreal Engine 4, you can learn one engine and one workflow to meet all of your needs now and in the future. From mobile projects to super high-end console and PC games, Unreal Engine is in use by indies and professionals around the world. Own The High End Push your visuals to the limit on PC, consoles, and VR with custom lighting, shading, VFX and cinematic systems. Create beautiful visuals for architectural visualizations, simulations, digital films, and more. Everything You Need To Get Started The Marketplace provides a wealth of production-ready game content, asset packs, documentation, sample projects, tutorials, and demos. Get up to speed rapidly with high-quality, UE4-ready items suitable for a wide range of art styles and game genres. Use For Free We give you everything so you can build anything. You get all tools, all features, all platforms, all source code, complete projects, sample content, regular updates and bug fixes. 5% When You Ship The 5% royalty starts after the first $3,000 of revenue per product per quarter. Pay no royalty for film projects, contracting and consulting projects such as architecture, simulation and visualization. Requires sign-up with the Epic Games Community.
5/5 6,494 Nov 27, 2018
Epic Games <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/tools-660x430-1779247555_th.png"border="0">
UTM v4.1.5
UTM v4.1.5 Securely run operating systems on your Mac. Windows. Linux. Meet Apple Silicon. UTM employs Apple's Hypervisor virtualization framework to run ARM64 operating systems on Apple Silicon at near native speeds. On Intel Macs, x86/x64 operating system can be virtualized. In addition, lower performance emulation is available to run x86/x64 on Apple Silicon as well as ARM64 on Intel. For developers and enthusiasts, there are dozens of other emulated processors as well including: ARM32, MIPS, PPC, and RISC-V. Your Mac can now truly run anything. Emulate classic operating systems. Not only can you run the latest and greatest operating systems, you can also emulate older operating systems whether it's on PowerPC, SPARC, or x86_64. Virtualize macOS as well. Run multiple instances of macOS on your Apple Silicon Mac with UTM. This can be useful for developers as well as security conscious users. Note that macOS VM support is limited to ARM based Macs running macOS Monterey or higher. Designed for macOS Unlike other free virtualization software, UTM was created for macOS and only for Apple platforms. It is designed completely from the ground up for the new style introduced in Big Sur. UTM looks and feels like a Mac app with all the privacy and security features you expect as well. QEMU without the headache Under the hood of UTM is QEMU, a decades old, free and open source emulation software that is widely used and actively maintained. While QEMU is powerful, it can be difficult to set up and configure with its plethora of command line options and flags. UTM is designed to give users the flexibility of QEMU without the steep learning curve that comes with it. Can I run games? No, probably not. UTM does not currently support GPU emulation/virtualization on Windows and therefore lacks support for 3D acceleration (e.g. OpenGL ...
5/5 1,165 Feb 01, 2023
UTM <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/UTM2_th.png"border="0">
Valor Stream Overlay v0.9.9
Valor Stream Overlay v0.9.9 An overlay for Riot's Valorant game that displays your current rank, recent rank progression, and your current ranked points and ELO. From the author: "Hey everyone, this program was made after I was bothered every other second on what my rank was. I could have implemented a !rank command, but I thought of doing something unique. A program that checks your account every few seconds and sees your current rank and your point movement (unofficially). All of the code is open source, so anyone can check if the program is safe or not as you need to type in your Username and Password in the configuration file. As of writing this, there are no alternatives. I will say it now, I will not verify if alternatives are safe. I know my program is safe, and anyone can check if that statement is valid." Installation Step 1: Download Latest Version below. Step 2: Extract Zip file to your preferred location Step 3: Open your extracted folder and make your way over to the references folder, here you will find a TTF File (Font File) and a Config.Json. Open Config.Json with your preferred text editor. Step 4: Enter your Riot Games Username (the one you use to login, not in-game name) and your Riot Games Password. Step 5: Set your region, please refer to the table below for your region. If your country/region is not on this list, please try every location shown in the table. These prefixes will be set in the part of the config file below. { "region": "PREFIXHERE" } Step 6: Set your delay. This is how often your rank and ranked points update. Recommendation is 10-20 seconds. For example if your config file looks like this: { "username" : "ValorantAdmin", "password" : "Hunter2", "region" : "na", "refreshtime" : 10 } This means that my region is North America &amp; the overlay will update ...
5/5 2,600 Dec 30, 2020
RumbleMike <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/ValorStreamOverlay1_th.png"border="0">
vDos v2021.05.01
vDos v2021.05.01 Your new Windows version doesn’t support DOS applications anymore. Previous Windows 32-bit versions included NTVDM, facilitating DOS programs to run. Windows 10 64-bit is now the norm: Starting a DOS program will only display a popup it can’t run… …Microsoft dropped 16-bit support (so also DOS) in 64-bit versions, not just recently in Windows 10! “To find a version for your PC, check with the software publisher.” That probably doesn’t help: The DOS application could be developed by yourself, a company not supporting it anymore, or even out of business. Despite Windows versions/alternatives, you may prefer using that DOS application for various reasons and time to come. First option was to install a virtual Windows 32-bit system. The setup can be daunting, to 'only' run that DOS application, its use overkill and cumbersome. vDos lets you conveniently run DOS applications by emulating an extended DOS PC in a window. vDos itself runs on Windows 7 or later, 32 and 64-bit. It will be the only adequate solution for using serious DOS programs. If you don't still use (so rely on) a DOS application, want to play/experiment with DOS, its command prompt, programs or games: Forget about vDos, it is not meant for you! vDos highlights. • DOS applications start instantaneously in a scalable window and crisp TTF font (in text mode). Actually delayed until the application is ready for input, so you don’t get a black DOS screen echoing startup commands. • No-nonsense, focuses on serious end-user programs, setup yours easily. No tricky configuration to load drivers, set file handles, keyboard layout, language character set… • Run multiple DOS applications (simultaneously), if needed with their own specific configuration. No conflicts with eventual Windows NTVDM instances running alongside (like in a mixed network). • Also prints to Windows-only (GDI) printers, for instance a virtual printer to produce PDF’s. • Its file system is (in sync ...
5/5 6,429 Jun 09, 2021
Jos Schaars <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/vdos1_th.png"border="0">
VeraCrypt v1.26.7
VeraCrypt v1.26.7 A free open source disk encryption software for Windows, Mac OSX and Linux. based on TrueCrypt. It adds enhanced security to the algorithms used for system and partitions encryption making it immune to new developments in brute-force attacks. It also solves many vulnerabilities and security issues found in TrueCrypt. This enhanced security adds some delay ONLY to the opening of encrypted partitions without any performance impact to the application use phase. This is acceptable to the legitimate owner but it makes it much harder for an attacker to gain access to the encrypted data. VeraCrypt can mount TrueCrypt volumes. It also can convert them to VeraCrypt format. Documentation: https://www.veracrypt.fr/en/Documentation.html FAQ: https://www.veracrypt.fr/en/FAQ.html Features: Available for Linux, MacOSX (10.7+) and Windows. Increased security and many vulnerabilities fixed compared to TrueCrypt Support both UEFI and MBR for Windows system encryption Release Notes: 1.26.7 (October 1st, 2023): All OSes: Security: Ensure that XTS primary key is different from the secondary key when creating volumes Issue unlikely to happen thanks to random generator properties but this check must be added to prevent attacks Reference: CCSS,NSA comment at page 3: https://csrc.nist.gov/csrc/media/Projects/crypto-publication-review-project/documents/initial-comments/sp800-38e-initial-public-comments-2021.pdf Remove TrueCrypt Mode support. Version 1.25.9 can be used to mount or convert TrueCrypt volumes. Complete removal of RIPEMD160 and GOST89 algorithms. Legacy volumes using any of them cannot be mounted by VeraCrypt anymore. Add support for BLAKE2s as new PRF algorithm for both system encryption and standard volumes. Introducing support for ...
5/5 6,376 Dec 15, 2023
IDRIX <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/VeraCrypt1_th.png"border="0">
Veusz v3.4
Veusz v3.4 A free scientific plotting package. Veusz is a scientific plotting and graphing program with a graphical user interface, designed to produce publication-ready 2D and 3D plots. In addition it can be used as a module in Python for plotting. Veusz is multiplatform, running on Windows, Linux/Unix and macOS. It supports vector and bitmap output, including PDF, Postscript, SVG and EMF. Veusz is Free Software. With the help of a tutorial the program can be used by the novice user and is flexible for advanced work. In Veusz plots are created by building up plotting widgets with a consistent object-based interface, where the user sets the properties of the widgets. There are many options for customization of plots. See features, 2D examples and 3D examples to see what can be done with the program. It allows data to be imported from text, CSV, HDF5 and FITS files. Datasets can also be entered within the program and new datasets can be created via the manipulation of existing datasets using mathematical expressions and more. The program can also be extended, by adding plugins supporting importing new data formats, different types of data manipulation or for automating tasks. Veusz Features 2D plotting features: X-Y plots (with errorbars, colours and sizes) Line and function plots Contour plots Images (with colour mappings and colorbars) Stepped plots (for histograms) Bar graphs Vector field plots Box plots Polar plots ...
5/5 1,916 Dec 08, 2021
Jeremy Sanders <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Veusz1_th.png"border="0">
VirtualDub v1.10.4
VirtualDub v1.10.4 Do you need quick capture and encoding capabilities for video on your desktop? VirtualDub is a free, Open Source solution specifically designed for that purpose. VirtualDub might lack the editing power of a general-purpose editor such as Adobe Premiere, but is streamlined for fast linear operations over video in return. It has batch-processing capabilities for processing large numbers of files and can be extended with third-party video filters. For 32-bit and 64-bit Windows platforms (98/ME/NT4/2000/XP/Vista/7/8/10) Build 35491 (1.10.4, stable): [October 27, 2013] [features added] * ExtEnc: Added %(outputbasename) to insert output filename without extension. * ExtEnc: Editor UI now has a drop-down for tokens. * Filters: Expanded color space support in resize filter. * Preview: Return now also stops preview. [bugs fixed] * AVI: Added Copy button to AVI file information dialog. * AVI: Fixed bitsPerPixel value for NV12 output. * Capture: Improved error handling in screen capture module. * Capture: Fixed sporadic errors in DXGI 1.2 screen capture mode related to tracking pointer shape changes. * Capture: Spill drives can be adjusted on Windows XP. * Display: Fixed regression in D3D effects display mode. * ExtEnc: Fixed weird selection behavior when duplicating item. * Filters: Fixed script operation for Convert Format filter for the new modes. * Filters: Fixed crash when attempting to crop video in a format that isn't AVI-compatible. * Filters: Fixed cropping errors on alias format filter. * Filters: Fixed issues with interpolate filter in nearest mode. * GIF: Fixed shifted presentation timings when reading animated GIFs. * Render: The processing priority setting now correctly adjusts the priority of filter and compression worker threads too when multithreading is enabled. * TARGA: Fixed vertical inversion issues during read. * UI: Add Windows 8.1 per-monitor DPI awareness support. \ This download is for the 64bit version. If you ...
5/5 3,779 Jun 23, 2021
Virtualdub <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/VirtualDub3_th.png"border="0">
VirtuaWin v4.4
VirtuaWin v4.4 VirtuaWin is a virtual desktop manager for the Windows operating system (Win9x/ME/NT/Win2K/XP/Win2003/Vista/Win7/Win10). A virtual desktop manager lets you organize applications over several virtual desktops (also called ‘workspaces’). Virtual desktops are very common in Unix/Linux, and once you get accustomed to using them, they become an essential part of a productive workflow. VirtuaWin is designed to be simple and elegant to use yet still be highly configurable and extensible. VirtuaWin is a freely distributed program and is licensed under the GNU General Public License. Features Multiple virtual desktops for windows Supports dual monitor, unicode &amp; 64 bit on Win9x/NT/2000/XP/Vista/7 Portable app version - no installation required Navigate using mouse, hotkeys, menus or visual pagers Customizable system tray icons &amp; several visual pagers Module interface for limitless extensibility Very active support forum Over a million downloads Change Log – Ver 4.4 2012/10/09 3178720 Added dynamic taskbar support for Win7 3082777 Implemented boss &amp; unboss key 3205756 Fixed activation of minimized window when not hiding them. 3213525 Fixed title bar redraw issue caused by toggling TOOLWIN flag 3310612 Implemented own FindWindow and improved module start-up reliability 3242208 Changed action of Module Enable/Disable button to start module 3060975 Improved code getting a window icon, getting icon from app first 3364055 Updated hotkey list when setup is applied as changes may effect it 3376539 Handled explorer exiting so middle mouse button still works 3575279 Added message VW_INVERTY to return invert Up/Down setting 3481678 Added Reapply window rules hotkey and module ...
5/5 3,333 Jul 02, 2020
Johan Piculell <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/VirtuaWin1_th.png"border="0">
vrBackupper v1.0
vrBackupper v1.0 A completely free tool designed to backup and restore Oculus Rift and its games, apps, etc. It can also move Oculus Rift installation directory to other drives instead of system drive to avoid low disk space problem. vrBackupper ensures Oculus work normally after restoration or migration. Move Oculus installation directory to another drive to solve lack of disk space problem of installing games. vrBackupper ensures Oculus work normally after moving to new drive. It can also transfer Oculus installation directory to external drives, but you have to insert the external drive into computer first and keep its drive letter unchanged every time you use Oculus. Why Need vrBackupper Backup saved game and its game configurations What game players are fearing is that saved game progress lost when they restart game, or reinstall Oculus rift. In general, vrBackupper is able to backup your VR game configurations covering saved game progress, in-game level, equipment, and gold. Even though you restore Oculus installation to other computers, or migrate to a different drive, you can still continue your game from the latest saving point. Have fun for your game. Move Oculus Rift game to other computer without re-downloading As the improvements made to computer configurations, Oculus users also want to play their games on a better equipped computer to have a better experience. However, re-download all its games on the new machine is troublesome especially when the download speed is low. Yet, you can back up Oculus installation directory from old computer and restore them to the new one with vrBackupper all in a quick process. Move VR game to another drive to ensure enough installation space Oculus VR games can only be stored in the installation directory of Oculus and Oculus old versions can only be installed on system partition. Thus, new downloaded games usually encounter a problem ...
5/5 4,897 Oct 16, 2021
AOMEI Tech Co., Ltd. <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/vrBackupper1_th.png"border="0">
Warcraft: Orcs and Humans
Warcraft: Orcs and Humans Warcraft: Orcs and Humans is the real-time fantasy strategy game from Blizzard Entertainment that quickly became a best seller. Warcraft has not only become a classic, winning many awards, but it has set new standards for multiplayer games. Set in the mythic kingdom of Azeroth, players are given the task of maintaining a thriving economy while building a war machine with which to destroy the enemy. By playing either the Humans or the Orcs in this saga, two separate story lines evolve with 12 scenarios per side telling the tale of the battle for Azeroth. From swords to sorcery, all the elements of classic fantasy are here to explore: rich forests, dark dungeons and bubbling swamps await the stalwart troops amassed to fight for dominance. Command many unique armies and creatures including Knights, Archers, Clerics, Warlocks, Daemons, Elementals, and the Dead.
5/5 5,527 Jun 09, 2016
Blizzard Entertainment <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/WarcraftOrcsHumans5_th.png"border="0">
Warsow v2.1.2
Warsow v2.1.2 The fastest sport on the web Set in a futuristic cartoonish world, Warsow is a completely free fast-paced first-person shooter (FPS) for Windows, Linux and macOS. Warsow is Art of Respect and Sportsmanship Over the Web Since 2005, Warsow is considered as one of the most skill-demanding games in the fast-paced arena shooter scene. If you're looking for some challenge or old-skool and hardcore gameplay, you came to the right place!" Here's a few tips that will improve your gaming experience in Warsow: GL, HF and GG - these are the fundamentals of esports. It never hurts to say them; Each loss is an opportunity to improve your skills and game knowledge; Each win is an opportunity to share your game knowledge with the others! Thanks for your attention and once again, welcome to Warsow! -Fabrice Demurger Warsow founder What is Warsow? Speed and movement is what Warsow is all about. Like a true cyberathlete you jump, dash, dodge, and walljump your way through the game. Grab power-ups before your enemy does, plant a bomb before anyone sees you, and steal the enemy’s flag before they know what is going on! Our goal is to offer a fast and fun competitive first-person shooter without hard graphical violence - Warsow has no blood or guts flying around. Red circles instead of blood indicate hits and colored triangles replace guts as gib effects. We put a great emphasis on extreme customazibility and e-sports features. Your browser does not support the video tag. This download is for the Windows version. All other download assets are below: MacOS: warsow-2.1.2.dmg Linux: warsow-2.1.2.tar.gz Click here to visit the author's website.
5/5 1,431 Oct 20, 2022
Chasseur de Bots <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Warsow3_th.png"border="0">
Winarc v1.4.0.1
Winarc v1.4.0.1 A collection of puzzle and logic games. Includes: Life, Krypto, Boxes, Hex, Rubik, Mazes, Pegs, Bishops, the Loyd 15 puzzle, Spaceship, and Sudoku. Note from The Older Geeks: If the window is tiny when you start the program, just grab the lower right corner by clicking and holding your left mouse button. Drag the corner diagonally to the bottom right. Click here to visit the author's website.
5/5 1,947 Dec 09, 2021
Peanut Software <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Winarc8_th.png"border="0">
Windows 11 Debloater v1.9.1
Windows 11 Debloater v1.9.1 Free, extensive utility to debloat Windows 11, 3rd party programs and games. Easily debloat or select what you want from the many options. You can also choose a preset list from ‘Debloat Preset’ to create the ultimate PowerShell script to debloat Microsoft Windows 11! Create your own radiobuttons preset and share! You can run the script directly from the program. Different colors are just for separation between alternate options such as hide or show this PC. The gray-circle option “None” is if you do not want to select either. Read the label and ToolTip message popup when you hover your mouse over the selection for more information. Click here to visit the author's website.
5/5 2,408 Oct 03, 2023
FreeTimeTech <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Win11Debloater1_th.png"border="0">
Windows 11 Requirements Check Tool v1.4.0
Windows 11 Requirements Check Tool v1.4.0 A free tool to see if your PC meets the requirements to run Windows 11. In addition it checks if your PC can support (gaming) features like AutoHDR and DirectStorage. Runs on Windows 8.1, Windows 10 or Windows 11. Supports 32-bit and 64-bit systems, including Windows on ARM. This tool is a standalone Win32 application written in C++. It does not install anything and spawns no additional processes. Requirement Checks The tool performs the following checks as specified in this document from Microsoft: System Type – Shows whether your PC contains an x86, x64 or ARM-processor. In addition it shows if your operating system is 32-bit or 64-bit. This item turns red if your processor does not support 64-bit instructions and registers, also known as long mode. Windows – Shows the version of Windows you are running. This item checks if your version of Windows can be upgraded to Windows 11. Processor – Shows the processor in your computer. This item checks if your processor has at least 2 cores and runs at 1 GHz or higher. In addition, this item also checks if your processor supports the following features and instructions: PAE (Physical Address Extension) is a processor feature that enables x86 and x86-64 processors to access more than 4 GB of physical memory on capable versions of Windows. NX (No-eXecute) is a processor feature that allows memory pages to be marked as non-executable. The feature enables the processor to help protect against malicious code exploits and is an integral part of hardware-enforced Data Execution Prevention (DEP). If not supported, check your BIOS whether "Data Execution Prevention," "XD," "Execute Disable," or "NX" is disabled. DEP is a Windows feature since 2004 (Windows XP SP2). SSE4.1 (Streaming SIMD Extensions 4.1) ...
5/5 1,910 Feb 01, 2022
ByteJams.com <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Win11ReqCheck1_th.png"border="0">
Windows 7 Games For Windows 10/11 v3.1
Windows 7 Games For Windows 10/11 v3.1 Install all of the original Windows 7 games on Windows 8/8.1/10/11. Starting in Windows 8, the OS comes without the classic Windows 7 games. They are no longer included with Windows 11, Windows 10 and Windows 8.1. Here is a Windows 7 Games package which solves this issue. This Windows 7 Games package is compatible with all builds of Windows 11, Windows 10, Windows 8.1 and Windows 8. It includes the following software: • Solitaire • Spider Solitaire • Minesweeper • FreeCell • Hearts • Chess Titans • Mahjong Titans • Purble Place • Internet Spades • Internet Checkers • Internet Backgammon Windows 11 Support The package has been updated to version 3.1. It now supports Windows 11 and fixes the error "Error opening file for writing: C:\Windows\System32\en-US\cmncliM.dll.mui". The non-working Game Explorer will no longer be installed. The installer now supports HiDPI displays. Finally, the Internet Games set is now optional, since Microsoft has turned off the game servers, making it nearly impossible to play them. The support for older Windows version, i.e. Windows 8.1/8 and Windows 10, remains intact. You can use this new version of the package on older Windows versions too. Click here to visit the author's website.
5/5 10,585 May 31, 2023
Winaero <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Windows7GamesforWin101_th.png"border="0">
Wineskin v1.7
Wineskin v1.7 Play your favorite Windows video games on Mac OS X. Porting tool, to make Windows programs/games into Mac OS X apps. GUI building, made for ease of use and customization. Features Make Mac OS X ports/wrappers for Windows™ software Integrated Wine (upgradable/downgradable) Integrated X11 (Xquartz) included installer, and easy configuration options Includes usable Winetricks as well. Support for fullscreen apps/games, including resolution switching. Make Custom EXE launchers along with the wrapper, for like a setup.exe wrappers are moveable from computer to computer, just like a native app. Menu driven basic Wine usage on your machine. Make and share wrappers with others Manual here: wineskin.urgesoftware.com/tiki-index.php?page=Manual
5/5 3,356 Feb 09, 2020
doh123.com <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/wineskin1_th.png"border="0">
Woody Gammon
Woody Gammon This backgammon game provides movement suggestions, move rating, supports online play, saving and loading games, and you can play against computer.
5/5 5,569 Mar 02, 2016
Omid G.L. <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/woodygammon1_th.png"border="0">
Writemonkey 2.6.0
Writemonkey 2.6.0 Writemonkey is a Windows zenware* writing application with an extremely stripped down user interface, leaving you alone with your thoughts and your words. It is light, fast and free. With an array of innovative tools under the hood, it helps you write better. Editing is for another day. Features: No Distractions Full-screen editing. Get free from your computer and its distractions. Writemonkey's full-screen mode hides it all away leaving just you and your text behind. Do more with less! Small, Fast, Stable No installation necessary. Just copy files and directories in any folder on your machine. Writemonkey is very fast and responsive. The main executable is less than 1,6 MB in size. Portable Put Writemonkey installation on USB key and use it on any Windows computer. Completely Customizable Choose your own ui language (separate download), colors, fonts, page layout and many other aspects of the program. Customize info bar with the info items you want. Scale up your text for easy reading, save different profiles … Standard and Clean Text Format For maximum portability your work is stored in standard text files. Writemonkey is fully UTF-8 compatible and will recognize virtually all international characters. Supports other encoding standards ‒ Unicode, ANSII … Accessibility Open files from Windows context menu, easily switch between full screen and normal mode, toggle recent files with CTRL+TAB, quick peep behind when in full screen mode (unique feature), quit to system tray or lock window on top … Keyboard Friendly Writemonkey is keyboard friendly software – all commands can be deployed with simple keyboard shortcuts. Even things like scrolling and selecting the text. If you prefer mouse, wm will play along … Markup Highlighting Highlighting helps you visually discern semantic chunks of texts (headings, block quotes, lists and comments). Writemonkey suports for all 3 markup standards. Start any paragraph with two slashes "//" and the whole paragraph will be regarded as ...
0/5 7,970 Oct 24, 2019
pomarancha
X-Bomber
X-Bomber X-Bomber is a free video game for Windows. It is a 2D, vertical-scrolling Space Shooter, based on the 1980s Japanese sci-fi show Star Fleet. X-Bomber is the main spacecraft in the show and in the game. The game has sharp controls, fast and smooth gameplay, attractive graphics, explosive sound and a huge range of enemies, weapons, allies, environments and objectives along with diligent balancing. X-Bomber is more than just a shoot-em-up, combining fast movement with a wide view of your surroundings, incorporating multiple mission objective types. You choose when to change ship. Choose whether to use firepower, mobility, durability, a balance of each, or force of numbers. Use amazing special and upgrade weapons, devastating secondary attacks or call on your allies for support. I want as many people as possible to enjoy X-Bomber. Distribute it. Mention it to as many people as you can. Let me know if you'd like the game's source files. If you're a fan of Star Fleet, science fiction or action games, be sure to try X-Bomber. It is written in my spare-time using my Clevo P150EM and is tested using a handful of other machines. I'm writing the game because I want to play it myself. Its development is sped along by your comments and feedback. Switch between the X-Bomber space battleship, Dai-X robot or all three of it's constituent Dai-X Fighters at any time by pressing Tab. Your unselected ships repair and re-arm themselves slowly in the background. Replay, flying The Skull space sailer or the WingBlade assault ship. Every single weapon shown in Star Fleet as well as 2 sets of 10 unique special weapons for X-Bomber and Dai-X 17 story-driven missions with: - progressive difficulty - varied environments, objectives and gameplay - swarms of enemies and hazards - Randomising level engine, environment engine and enemy AI mean you never play the same mission twice. - ...
0/5 5,820 Sep 08, 2015
Piers Bell <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/x-bomber1_th.png"border="0">
X-Mouse Button Control (PORTABLE) v2.19.1
X-Mouse Button Control (PORTABLE) v2.19.1 X-Mouse Button Control is a free tool for Windows that allows you to re-configure and expand the capabilities of your mouse. Overview: XMouse Button Control (XMBC) allows you to create application and window specific profiles. This in turn, allows you to re-configure your mouse behaviour for individual applications or windows. For each profile you can also configure up to 5 'layers' of different button configurations which you can switch between using hot-keys or mouse buttons. By default, profiles are automatically activated as the mouse moves over the defined window or application. This has many uses, for example: Changing the behaviour of the mouse over certain windows, such as making the mouse wheel change volume when hovering over the system tray or you-tube video. In games which do not natively support the extended, 4th and 5th mouse buttons, you can map keys to each button. XMBC allows you to change the behaviour of the mouse buttons and scroll wheel. The extensive list of functions available to map to your mouse buttons includes options such as: Send any keys using the 'simulated keystrokes' editor Launch any windows application Clipboard control (Copy/Cut/Paste) Media control (Play/Pause/Stop/Volume/Mute etc.) Capture screen (or active window) image to clipboard Click-Drag [Sticky buttons/keys] Click-Drag [Sticky buttons/keys] Various support for specific Windows operating systems, ...
5/5 6,240 Mar 18, 2020
Phillip Gibbons <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/X-Mouse Button Control1_th.png"border="0">
X-Mouse Button Control v2.19.1
X-Mouse Button Control v2.19.1 X-Mouse Button Control is a free tool for Windows that allows you to re-configure and expand the capabilities of your mouse. Overview: XMouse Button Control (XMBC) allows you to create application and window specific profiles. This in turn, allows you to re-configure your mouse behaviour for individual applications or windows. For each profile you can also configure up to 5 'layers' of different button configurations which you can switch between using hot-keys or mouse buttons. By default, profiles are automatically activated as the mouse moves over the defined window or application. This has many uses, for example: Changing the behaviour of the mouse over certain windows, such as making the mouse wheel change volume when hovering over the system tray or you-tube video. In games which do not natively support the extended, 4th and 5th mouse buttons, you can map keys to each button. XMBC allows you to change the behaviour of the mouse buttons and scroll wheel. The extensive list of functions available to map to your mouse buttons includes options such as: Send any keys using the 'simulated keystrokes' editor Launch any windows application Clipboard control (Copy/Cut/Paste) Media control (Play/Pause/Stop/Volume/Mute etc.) Capture screen (or active window) image to clipboard Click-Drag [Sticky buttons/keys] Click-Drag [Sticky buttons/keys] Various support for specific Windows operating systems, such ...
5/5 5,930 Mar 18, 2020
Phillip Gibbons <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/X-Mouse Button Control1_th.png"border="0">
X-Sec Malware Scanner v3.2.0.0
X-Sec Malware Scanner v3.2.0.0 Forever free, easy to use Features Fully compatible with other antivirus software Simple user interface Multi-language X-Sec Antivirus Engine + X-Sec Heuristic Engine + X-Sec Cloud Engine + Rising Antivirus Engine + Rising Cloud Engine Supported operating system: Windows 7/8/8.1/10/11 32bit and 64bit Requirements For 32-bit system: Visual C++ 2017 Runtime(x86 version) For 64-bit system: Visual C++ 2017 Runtime(x64 version) Changes: v3.2.0.0 2023-12-30 ADDED German language support IMPROVED Update X-Sec Antivirus Engine Module Update Rising Antivirus Engine Module FIXED Bug in X-Sec Antivirus Engine Bugs in X-Sec Malware Scanner Main UI This download is for the 64bit version. If you need the 32bit version, download here. Use 7-Zip 32bit or 7-Zip 64bit to unzip this file. Click here to visit the author's website.
5/5 4,787 Dec 31, 2023
X-Sec <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/XSecAntivirus1_th.png"border="0">
XBox One Controller Battery Indicator v1.3.1
XBox One Controller Battery Indicator v1.3.1 A tray application that shows a battery indicator for an Xbox-ish controller and gives a notification when the battery level drops to (almost) empty. It was originally written for the XBox One controller since Microsoft dropped all visual hints for low battery, but it should work with any gamepad that can be addressed via XInput (which should be all controllers that work in XBox-controller-enabled games). When more than one controller is present, the tray icon will cycle through the status display every 5 seconds. When a controller reaches low battery level, a notification is displayed. Controllers reported as working/being recognized so far: XBox Series X/S + dongle XBOne S + dongle XBOne S + Bluetooth XBOne Elite + dongle XBOne + dongle XB360 Currently known issues/limitations: Series X/S controllers connected via Bluetooth won't report any or a completely wrong battery level. This seems to be an issue with Microsofts BT implementation and I can't do anything about it. See Issue #49 for details. initial recognition of a newly connected controller can take a while. It will be displayed as "waiting for battery level data" at first but should switch to battery level after ~10 seconds and a button press. (This might be a limitation of the XInput API.) Changes: 1.3.1 The biggest change is that this version can detect if the new light theme introduced with Windows 10 1903 is used and switches to an inverted icon set (black lines instead of white). The switch can take a few seconds since it's coupled with the controller detection cycle (which takes 1-5 seconds for a cycle). See issue #23 for details. Also, as mentioned in issue #25 automatic update check ...
5/5 4,876 Apr 04, 2021
NiyaShy <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/XBoxOneBatteryIndi2_th.png"border="0">
XM Solitaire v1.7
XM Solitaire v1.7 200 card games for Windows (Freecell, Klondike, Fan, Spider, Pyramid, Gaps, ...). Games layout and rules are declared in XML format. User can add his own cards and background images. Features resizeable window statistics, score, time quickly move whole column if you have enough free cells right-click moves a card to the most suitable cell according to game rules double-click moves a card to a free cell unlimited undo, redo Click here to visit the author's website.
5/5 5,861 Jul 27, 2022
Petr Laštovička <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/xmsol3_th.png"border="0">
XnView Classic v2.51.5
XnView Classic v2.51.5 A free, efficient image viewer, browser and converter for Windows. This software is really simple to use and totally free for personal use. It supports more than 500 image formats! No Adware, No Spyware. Features: Photo Viewer With XnView you can browse, organize, and view your images in numerous ways: • Thumbnail View • FullScreen View • FilmStrip View • SlideShow with FX • Images Compare • etc... Photo Editor XnView allows you to process your images with an arsenal of editing tools: • Resize, Rotate, Crop • Lossless Rotate &amp; Crop (jpeg) • Adjust Brightness, Contrast, ... • Auto Levels, Auto Contrast • Modify Colors depth &amp; palette • Apply filters &amp; Effects Create In addition to exporting to more than 70 Formats XnView lets you create: • SlideShows • Web Pages • Contact Sheets • Video Thumbnails Gallery • File Listings • Strip of Images Unrivaled Compatibility XnView lets you read about 500 formats (including Multipage and animated still formats APNG, TIFF, GIF, ICO,etc..). Some formats may require Plug-ins XnView also provides a convenient Screen Capture module and Windows ™ TWAIN &amp; WIA interface to capture images. And Much More ... Some other notable features of XnView are: • Metadata support and Editing (IPTC) • JPEG lossless Transforms • Duplicate File Finder • Batch Processing • Batch Rename • Print Module XnView is provided as FREEWARE (NO Adware, NO Spyware) for private or educational use (including ...
5/5 2,332 Oct 06, 2023
XnSoft <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/xnview2_th.png"border="0">
XnView MP v1.5.5
XnView MP v1.5.5 Image management The enhanced Image Viewer for (Windows/MacOS/Linux) XnView MP is a versatile and powerful photo viewer, image management, image resizer. XnView is one of the most stable, easy-to-use, and comprehensive photo editors. All common picture and graphics formats are supported (JPEG, TIFF, PNG, GIF, WEBP, PSD, JPEG2000, OpenEXR, camera RAW, HEIC, PDF, DNG, CR2). Features Photo Viewer With XnView you can browse, organize, and view your images in numerous ways: • Thumbnail View • FullScreen View vFilmStrip View • SlideShow with FX • Image Compare • EXIF, IPTC, XMP metadata supported Photo Editor XnView allows you to process your images with an arsenal of editing tools: • Resize, Rotate, Crop • Lossless Rotate &amp; Crop (jpeg) • Adjust Brightness, Contrast, ... • Auto Levels, Auto Contrast • Modify Colors depth &amp; palette • Apply filters &amp; Effects Unrivaled Compatibility XnView MP supports more than 500 image formats (including Multipage and animated still formats APNG, TIFF, GIF, ICO, etc..) and export to about 70 different file formats. Batch Conversion XnView MP comes with an easy to use yet powerful batch conversion module. This same module also powers XnConvert And Much More ... Virtually all of standard XnView's much loved features have been preserved in XnView MP and many features have actually been tweaked and enhanced. Download the add-on and learn about how to add Face tags here: Face detection XnView MP is provided as FREEWARE (NO Adware, NO Spyware) for private or educational use (including non-profit organizations). This download is for the Windows 64bit Zip version. All other download assets are below: Windows 7/8/10/11: XnViewMP-win.zip XnViewMP-win-x64.exe XnViewMP-win.exe Mac 10.13+: XnViewMP-mac.dmg Linux: XnViewMP-linux-x64.deb XnViewMP-linux.deb XnViewMP-linux-x64.tgz XnViewMP-linux.tgz XnView_MP.glibc2.17-x86_64.AppImage Click here to visit the author's website.
5/5 1,537 Oct 06, 2023
XnSoft <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/xnviewmp1_th.png"border="0">
Xonotic v0.8.6
Xonotic v0.8.6 The Free and Fast Arena Shooter No installation needed on Windows, MacOS or Linux! Xonotic is an addictive arena-style first person shooter with crisp movement and a wide array of weapons. It combines intuitive mechanics with in-your-face action to elevate your heart rate. Xonotic will always be free to play and modify under the copyleft GPLv3+ license. Distinctive Weapons Xonotic has 9 core weapons and 16 full weapons in its armory. Each has a primary fire and a UT-like secondary fire. They are each useful in particular situations, so weapon choice is critical. Frag away! Game Modes Galore! Through the support of our diverse community Xonotic has a huge variety of game modes for you to play. There's the normal game modes you'd expect from an arena shooter like Deathmatch (FFA), Capture The Flag, and Clan Arena, plus more whacky modes like Nexball and Freeze Tag. Multiplayer Race is also supported! New and Classic Maps Xonotic ships ready to play with 25 official maps, with dozens of community-made ones just a click away. Classic Nexuiz maps are also supported, including those converted from Quake 3! Those interested in making maps of their own can use the map editor, which also ships with the game. Integrated Player Statistics Track your progress with XonStat, the integrated player statistics application. See vital stats like your kill:death ratio, weapon damage and accuracy, and recent games. Tracking is completely opt-in, and no login is required! Customizable Heads-Up Display Tailor the information on your screen to what you’re used to with our easy to use HUD editor. Stick with the defaults, add all the whiz-bang widgets, or go minimalist – it is completely up to you! Casual and Competitive Xonotic is easy to learn but hard to master! We strive to provide thrilling action for the casual player but also e-sport opportunities for those interested in friendly competition. ...
5/5 5,207 Feb 20, 2024
Team Xonotic <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Xonotic1_th.png"border="0">
XSnap v1.2
XSnap v1.2 A tool that enables you to quickly take multiple snapshots of your desktop, applications and games by using global hotkeys. The first time you run the tool, you may set the global hotkey and destination folder for the snapshots. You can select whether you want to capture the whole screen or a specific region. While setting a region to capture, hold "Ctrl" to snap to a region with the width and height currently set in the main window. You can also always move the tool to the system tray. If capturing DirectX applications (e.g. games) is not working, set them either to windowed, fake fullscreen or windowed mode without borders. Search the internet on how to do that with your application. On some systems disabling the Desktop Window Manager (DWM) will fix the issue. Hotkeys Control - While in "Set region" mode: Snap to currently set width and height Shift - While in "Set region" mode: Slow / normal cursor speed Mouse wheel - While in "Set region" mode: Switch line colors Windows XP Windows Vista Windows 7 Windows 8 Windows 10 Do not change, rename or delete any files from this folder. You can move the whole folder to an other place, but do not detach the files from the executable file. If the hotkeys aren't working in overlay or fullscreen applications, restart the tool as administrator. Version 1.2 Fixed unicode path issues Fixed refresh glitch when leaving "Set region" Click here to visit the author's website.
5/5 5,347 Jul 02, 2020
2xDSoft <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/xsnap1_th.png"border="0">
YAKD-Yet Another Key Displayer v1.3
YAKD-Yet Another Key Displayer v1.3 Displays the pressed keys of the keyboard and mouse for streamers and educators to assist their viewers. RTSS Rivatuner Statistics Server is supported. Key features Capture keyboard and mouse; 2 displaying modes are available: display keys in a window or send them to RTSS for display in fullscreen games; Ability to change the keys font, size, color and background; Auto-save of all styles settings; Not annoying notification of a new version; Free software without ads and donations; Key Displayer as a window can be captured in OBS (use the chroma key filter to make the window transparent). Click here to visit the author's website.
5/5 1,628 May 25, 2022
Alex Yagelo <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/YAKD4_th.png"border="0">
Yet Another (remote) Process Monitor 2.4.2
Yet Another (remote) Process Monitor 2.4.2 The main purpose of YAPM is to display all informations availables about processes running on a local or remote system, and to update all these informations in real time. The application has four principal windows : the main window : displays the list of opened tasks/processes/jobs/services/TCP-UDP-connections in real time the process detail window : displays in real time all informations about a specific process. Double-click on a process to open this window the service detail window : displays in real time all informations about a specific service. Double-click on a service to open this window the job detail window : displays in real time all informations about a specific job. Double-click on a job to open this window For all lists, it is possible to choose the columns to display. Lots of informations and functions are available, here are the main : Processes YAPM is able to kill (simple kill, kill process tree, kill by 6 different methods), stop, resume, set priority, set affinity of processes (multiple selection), add processes to job, create dump file, reduce WS size...etc. . You can also choose the informations you want to display (more than 50 available). The processes are highlighted depending of their type (system processes, processes in job...). Colors are of course configurable. Services YAPM can shutdown, stop, resume, pause, delete, create and change start type of all services. Changelog CHANGES FROM 2.4.0 * NEW / Improvements - Added massive signature check feature - Now 'Dump memory' feature is implemented and works fine - Now can create snapshot file from command line (-ssfile "FILE_PATH") - Optimized Service enumeration - Added LoadCount information for modules - Added 'Free memory' button (this calls the .Net GC) - x64 systems : added "IsWow64" information (and displays "* 32") - x64 systems : now ...
5/5 5,063 Nov 15, 2019
violent_ken <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/yapm1_th.png"border="0">
Yet Another Car Game (for Mac)
Yet Another Car Game (for Mac) A racing game with incredible physics, nitro, tornadoes, backfires, billboards and plenty of other goodies. Play first person or third person. See game menu for controls. Visit game page
0/5 5,908 Jul 16, 2015
Emre Ucan <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/YetAnotherCarGame1_th.png"border="0">
Yet Another Car Game (for Windows)
Yet Another Car Game (for Windows) A racing game with incredible physics, nitro, tornadoes, backfires, billboards and plenty of other goodies. Play first person or third person. See game menu for controls. Visit game page
0/5 5,969 Jul 16, 2015
Emre Ucan <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/YetAnotherCarGame1_th.png"border="0">
Zelda Classic v2.50.2 (Linux)
Zelda Classic v2.50.2 (Linux) From the authors: Zelda Classic is a tribute to (what we think is) the greatest video game of all time: Nintendo’s The Legend of Zelda. It has been developed into an exact replica of the NES version that we all know and love. Beyond that, Zelda Classic allows the development of new quests that can use either the traditional graphics or enhanced graphics, as well as new enemies, items, and challenges. Though it started as a basic Legend of Zelda clone by programmer Phantom Menace in April of 1999, Zelda Classic has grown into something much bigger in the past few years. A full LOZ replica was achieved by June of 2000, with Zelda Classic version 1.84, but the story didn’t end there. Although Phantom Menace moved on to other projects, Fans of Zelda Classic wanted more. Fast forward to after about a year of searching for a new programmer, when Dark Nation comes to Armageddon Games, and breathes new life into what seemed like a dying beast. Within weeks, a new version of Zelda Classic is released, and it’s popularity soars. Zelda Classic 1.90, introduced a list of new features, and with it’s addition to Download.com, Armageddon Games is flooded with about 3000+ new members, and over a million downloads in a matter of months! Zelda Classic has since been released as open source and has current stable ports on Windows, MacOS, and Linux. Development continues to this day with new features still being added. Check back often to see what’s new! Click with your left mouse button to see drop-down menus to select things such as fullscreen. Use arrows to move and ALT to shoot or use a gamepad. Zelda Classic and ZQuest will only run on X86 architecture. The only supported mobile devices are those with X86 cores, running Windows, ...
5/5 4,057 Mar 10, 2019
Armageddon Games <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/ZeldaClassic4_th.png"border="0">
Zelda Classic v2.50.2 (MacOS)
Zelda Classic v2.50.2 (MacOS) From the authors: Zelda Classic is a tribute to (what we think is) the greatest video game of all time: Nintendo’s The Legend of Zelda. It has been developed into an exact replica of the NES version that we all know and love. Beyond that, Zelda Classic allows the development of new quests that can use either the traditional graphics or enhanced graphics, as well as new enemies, items, and challenges. Though it started as a basic Legend of Zelda clone by programmer Phantom Menace in April of 1999, Zelda Classic has grown into something much bigger in the past few years. A full LOZ replica was achieved by June of 2000, with Zelda Classic version 1.84, but the story didn’t end there. Although Phantom Menace moved on to other projects, Fans of Zelda Classic wanted more. Fast forward to after about a year of searching for a new programmer, when Dark Nation comes to Armageddon Games, and breathes new life into what seemed like a dying beast. Within weeks, a new version of Zelda Classic is released, and it’s popularity soars. Zelda Classic 1.90, introduced a list of new features, and with it’s addition to Download.com, Armageddon Games is flooded with about 3000+ new members, and over a million downloads in a matter of months! Zelda Classic has since been released as open source and has current stable ports on Windows, MacOS, and Linux. Development continues to this day with new features still being added. Check back often to see what’s new! Click with your left mouse button to see drop-down menus to select things such as fullscreen. Use arrows to move and ALT to shoot or use a gamepad. Zelda Classic and ZQuest will only run on X86 architecture. The only supported mobile devices are those with X86 cores, running Windows, ...
5/5 4,006 Mar 10, 2019
Armageddon Games <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/ZeldaClassic4_th.png"border="0">
Zelda Classic v2.50.2 (Windows)
Zelda Classic v2.50.2 (Windows) From the authors: Zelda Classic is a tribute to (what we think is) the greatest video game of all time: Nintendo’s The Legend of Zelda. It has been developed into an exact replica of the NES version that we all know and love. Beyond that, Zelda Classic allows the development of new quests that can use either the traditional graphics or enhanced graphics, as well as new enemies, items, and challenges. Though it started as a basic Legend of Zelda clone by programmer Phantom Menace in April of 1999, Zelda Classic has grown into something much bigger in the past few years. A full LOZ replica was achieved by June of 2000, with Zelda Classic version 1.84, but the story didn’t end there. Although Phantom Menace moved on to other projects, Fans of Zelda Classic wanted more. Fast forward to after about a year of searching for a new programmer, when Dark Nation comes to Armageddon Games, and breathes new life into what seemed like a dying beast. Within weeks, a new version of Zelda Classic is released, and it’s popularity soars. Zelda Classic 1.90, introduced a list of new features, and with it’s addition to Download.com, Armageddon Games is flooded with about 3000+ new members, and over a million downloads in a matter of months! Zelda Classic has since been released as open source and has current stable ports on Windows, MacOS, and Linux. Development continues to this day with new features still being added. Check back often to see what’s new! Click with your left mouse button to see drop-down menus to select things such as fullscreen. Use arrows to move and ALT to shoot or use a gamepad. Zelda Classic and ZQuest will only run on X86 architecture. The only supported mobile devices are those with X86 cores, running Windows, ...
5/5 4,170 Mar 10, 2019
Armageddon Games <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/ZeldaClassic4_th.png"border="0">
   
Showing rows 301 to 354 of 354 Showing Page 4 of 4  « First  «  2  3  4 


OlderGeeks.com Copyright (c) 2024