<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.3">Jekyll</generator><link href="https://newagesoldier.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://newagesoldier.com/" rel="alternate" type="text/html" /><updated>2023-11-01T19:16:01+00:00</updated><id>https://newagesoldier.com/feed.xml</id><title type="html">New Age Soldier</title><subtitle>Video game console hacking guides, cheat codes, and homebrew software. PlayStation, Xbox, Nintendo video game hacking tools, guides and codes.</subtitle><entry><title type="html">Make PC Game Cartridges</title><link href="https://newagesoldier.com/make-pc-game-cartridges/" rel="alternate" type="text/html" title="Make PC Game Cartridges" /><published>2021-01-21T00:00:00+00:00</published><updated>2021-01-21T00:00:00+00:00</updated><id>https://newagesoldier.com/make-pc-game-cartridges</id><content type="html" xml:base="https://newagesoldier.com/make-pc-game-cartridges/">&lt;p&gt;Gaming consoles like the Nintendo Switch and Sony Playstation Vita/TV are newer cartridge based media systems. There cartridges are pretty close in size to a normal SD card. I thought it would be fun to explore the possibilities of making our own game cartridges for the PC.&lt;/p&gt;

&lt;h3 id=&quot;important-notes&quot;&gt;Important Notes&lt;/h3&gt;
&lt;p&gt;Cheap MicroSD and SD cards typically have slow read/write speeds. So if you’re plan on making one for older games, go ahead and use cheap ones. For more demanding games, use more expensive cards. Do not purchase unknown name cheap cards from Amazon or Ebay as they can be fakes.&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;Capacity	
SD: Up to 2 GB
SDHC: over 2 GB to 32 GB
SDXC: over 32 GB to 2 TB
SDUC: over 2 TB to 128 TB

Read mechanism	
Standard: 12.5 MB/s
High-speed: 25 MB/s
UHS-I: 50 MB/s or 104 MB/s
UHS-II: 156 MB/s full-duplex, or 312 MB/s half-duplex
UHS-III: 312 MB/s full-duplex, or 624 MB/s full-duplex
Express: ≥ 985 MB/s full-duplex
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;resources&quot;&gt;Resources&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;Windows PC with MicroSD or SD Card Reader&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.vmware.com/products/thinapp.html&quot;&gt;VMWare ThinApp&lt;/a&gt;, &lt;a href=&quot;https://online.cameyo.com/apps/1/download&quot;&gt;Cameyo Packager&lt;/a&gt; or &lt;a href=&quot;https://www.dosbox.com/download.php?main=1&quot;&gt;DOSBox&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;MicroSD card or SD Card for game storage media. Note the above speeds and sizes.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/erfg12/Autorun_win10&quot;&gt;Autorun_Win10 app&lt;/a&gt; for making game media cartridges launch the executable or batch file upon insertion.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;instructions&quot;&gt;Instructions&lt;/h3&gt;
&lt;ol&gt;
  &lt;li&gt;Download and run the Autorun_Win10 app on our Windows PC.&lt;/li&gt;
  &lt;li&gt;Format your storage media device (ex: Our SD Card) to be FAT32 or NTFS. Note that FAT32 has a restriction of file sizes over 4GB. I recommend NTFS.&lt;/li&gt;
  &lt;li&gt;You will use Cameyo Packager or VMWare ThinApp to create a packaged (containorized) version of your game. If it’s an older DOS game, you can use scripts to auto launch DOSBox with your game in a .bat (batch) file.&lt;/li&gt;
  &lt;li&gt;Place your containorized game with any required files onto your storage media device, and create a new file in the root of the drive called &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Autorun.inf&lt;/code&gt;. This will make our game automatically launch when you insert the game into our Windows computer.&lt;/li&gt;
  &lt;li&gt;This is optional, but you may want to go into your &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Settings &amp;gt; Devices &amp;gt; Autoplay&lt;/code&gt; and change the dropdown boxes to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Take no action&lt;/code&gt; to prevent a file explorer window from opening upon insertion.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;autoruninf-structure&quot;&gt;Autorun.inf Structure&lt;/h3&gt;
&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;[autorun] 
open=Filename.exe 
icon=Filename.ico
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;gaming-boxes&quot;&gt;Gaming Boxes&lt;/h3&gt;
&lt;p&gt;You can make boxes for your cartridges to display on a shelf for safe storage. Here’s a &lt;a href=&quot;https://www.amazon.com/25PCS-14mm-Micro-Card-Clear/dp/B071KT56BL&quot;&gt;full size DVD case with a MicroSD card holder&lt;/a&gt; or you can buy &lt;a href=&quot;https://www.aliexpress.com/item/32921619896.html&quot;&gt;Nintendo Switch replacement boxes&lt;/a&gt; and put &lt;a href=&quot;https://www.thingiverse.com/thing:2838566&quot;&gt;3D printed MicroSD card holders&lt;/a&gt; in them.&lt;/p&gt;</content><author><name></name></author><category term="hacks" /><summary type="html">Gaming consoles like the Nintendo Switch and Sony Playstation Vita/TV are newer cartridge based media systems. There cartridges are pretty close in size to a normal SD card. I thought it would be fun to explore the possibilities of making our own game cartridges for the PC.</summary></entry><entry><title type="html">EverQuest Single Player</title><link href="https://newagesoldier.com/everquest-single-player/" rel="alternate" type="text/html" title="EverQuest Single Player" /><published>2020-02-27T00:00:00+00:00</published><updated>2020-02-27T00:00:00+00:00</updated><id>https://newagesoldier.com/everquest-single-player</id><content type="html" xml:base="https://newagesoldier.com/everquest-single-player/">&lt;p&gt;Ever since I was young I wanted to play a single player version of EverQuest. Well today, I did just that, and I’m going to show you how you can too!&lt;/p&gt;

&lt;iframe style=&quot;width:360px;height:320px;&quot; src=&quot;https://www.youtube.com/embed/Uj_jZQqjRHE&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;

&lt;h3 id=&quot;benefits&quot;&gt;Benefits&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;Remove corpse retrieving&lt;/li&gt;
  &lt;li&gt;Remove experience loss upon death&lt;/li&gt;
  &lt;li&gt;Remove unmemorize spells upon death&lt;/li&gt;
  &lt;li&gt;Higher HP/MANA/STA regen&lt;/li&gt;
  &lt;li&gt;Soul bind anywhere&lt;/li&gt;
  &lt;li&gt;Reduce NPC running away at low HP&lt;/li&gt;
  &lt;li&gt;Higher hit chance&lt;/li&gt;
  &lt;li&gt;Remove NPC bonuses&lt;/li&gt;
  &lt;li&gt;Reduce stun chance&lt;/li&gt;
  &lt;li&gt;Other minor adjustments&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;steps&quot;&gt;Steps&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;&lt;a href=&quot;https://docs.eqemu.io/server/installation/server-installation-windows/&quot;&gt;Install EQEmu&lt;/a&gt;  - This is our EverQuest server.&lt;/li&gt;
  &lt;li&gt;Open eqemu_server.pl file, type in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;setup_loginserver&lt;/code&gt;, then type in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;setup_bots&lt;/code&gt;, then type in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;database&lt;/code&gt;, then type in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;check_bot_db_updates&lt;/code&gt;. Bots and local login server are now setup.&lt;/li&gt;
  &lt;li&gt;Install &lt;a href=&quot;https://dev.mysql.com/downloads/workbench/&quot;&gt;MySQL WorkBench&lt;/a&gt;. First, click Edit &amp;gt; Preferences… &amp;gt; SQL Editor &amp;gt; (scroll down) Uncheck Safe Updates. Restart MySQL WorkBench. Double click on the first entry. Username is root, password is eqemu (lowercase). Click on the Schemas tab. Right click on PEQ &amp;gt; Set as Default Schema. &lt;a href=&quot;https://gist.github.com/erfg12/75e3dc772a0c9a5e432aec013e748cdb&quot;&gt;Here is the SQL Statements you would want to run&lt;/a&gt;. Click the yellow lightning bolt above to run the update statements.&lt;/li&gt;
  &lt;li&gt;Download and install &lt;a href=&quot;https://archive.org/details/everquest_rof2&quot;&gt;EverQuest RoF2 client&lt;/a&gt;. Open your EverQuest game folder, make a shortcut of EQGame.exe onto your desktop. Right click on EQGame.exe &amp;gt; Properties &amp;gt; add &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;patchme&lt;/code&gt; to the end of your Target.&lt;/li&gt;
  &lt;li&gt;Open your EQEmu folder, run &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;t_start_server_with_login_server.bat&lt;/code&gt;. This will launch several windows. Keep these open, as this is your game server. Hopefully there is no red text in any of these windows. If you have any issues, please consult the EQEmu project website or their Discord channel.&lt;/li&gt;
  &lt;li&gt;Run the EQGame.exe shortcut you made on your desktop. Type in an account username and password you want to use, this will automatically create the account in the database. Create your character and jump into the game!&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Consult the &lt;a href=&quot;https://eqemu.gitbook.io/server/categories/bots/bot-commands&quot;&gt;bot commands list&lt;/a&gt; in the EQEmu wiki if you want to use bots. But, with the DB updates we made, you should be able to solo play EverQuest!&lt;/p&gt;</content><author><name></name></author><category term="tutorials" /><category term="everquest" /><summary type="html">Ever since I was young I wanted to play a single player version of EverQuest. Well today, I did just that, and I’m going to show you how you can too!</summary></entry><entry><title type="html">Xbox 360 and PS3 (1080p + all games) Remote Play Streaming</title><link href="https://newagesoldier.com/xbox-360-ps3-remote-play/" rel="alternate" type="text/html" title="Xbox 360 and PS3 (1080p + all games) Remote Play Streaming" /><published>2019-11-24T00:00:00+00:00</published><updated>2019-11-24T00:00:00+00:00</updated><id>https://newagesoldier.com/xbox-360-ps3-remote-play</id><content type="html" xml:base="https://newagesoldier.com/xbox-360-ps3-remote-play/">&lt;h2 id=&quot;required-hardware&quot;&gt;Required Hardware&lt;/h2&gt;
&lt;ol&gt;
  &lt;li&gt;0 latency HDMI input device (Elgato Cam Link, HD60S, etc.)&lt;/li&gt;
  &lt;li&gt;GIMX cable&lt;/li&gt;
  &lt;li&gt;Xbox360 - Wired Xbox 360 controller for authentication purposes&lt;/li&gt;
  &lt;li&gt;PS3 - HDCP stripping tool&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 id=&quot;instructions&quot;&gt;Instructions&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;If you made the &lt;a href=&quot;https://gimx.fr/wiki/index.php?title=DIY_USB_adapter_for_dummies&quot; target=&quot;_BLANK&quot;&gt;GIMX dummy cable&lt;/a&gt;, you’ll have to write the PS3 or Xbox360 firmware to the board depending on which console you wish to remote into.&lt;/li&gt;
  &lt;li&gt;Open Steam and add a non-steam game. Select the Elgato Game Capture software.&lt;/li&gt;
  &lt;li&gt;Setup the &lt;a href=&quot;https://gimx.fr/wiki/index.php?title=Installation&quot; target=&quot;_BLANK&quot;&gt;GMX Launcher software&lt;/a&gt; with the input of your PC’s internal network IP and the output to GMX cable. On your remote device (laptop, GPDWin, etc.) use input hardware device, output host PC’s internal network IP.&lt;/li&gt;
  &lt;li&gt;Be sure to have your controller plugged in (GPDWin Xbox controller switched on) prior to launching the GIMX Launcher software.&lt;/li&gt;
  &lt;li&gt;Launch the GIMX host PC software first, then the client software after. Leave the command windows open as this is your live client/host connection. If you close them, it will break the connection.&lt;/li&gt;
&lt;/ul&gt;

&lt;iframe onload=&quot;this.style.height=this.contentDocument.body.scrollHeight +'px';&quot; src=&quot;https://www.youtube.com/embed/dTs2hRjXhe8&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;</content><author><name></name></author><category term="tutorials" /><category term="GPDWin" /><summary type="html">Required Hardware 0 latency HDMI input device (Elgato Cam Link, HD60S, etc.) GIMX cable Xbox360 - Wired Xbox 360 controller for authentication purposes PS3 - HDCP stripping tool</summary></entry><entry><title type="html">Diablo 1 Xbox Controller &amp;amp; Keyboard Mod</title><link href="https://newagesoldier.com/diablo-xbox-controller-mod/" rel="alternate" type="text/html" title="Diablo 1 Xbox Controller &amp;amp; Keyboard Mod" /><published>2019-06-20T00:00:00+00:00</published><updated>2019-06-20T00:00:00+00:00</updated><id>https://newagesoldier.com/diablo-xbox-controller-mod</id><content type="html" xml:base="https://newagesoldier.com/diablo-xbox-controller-mod/">&lt;p&gt;When I was trying to play Diablo 1 on my GPD Win I thought there has to be a way to incorporate controller support, similar to the Playstation 1 port. I remembered that there was an open source reverse engineered project for Diablo 1 called Devilution, so I figured that would be a good starting place for this project. After forking the repo, I started by getting familiar with the code base and creating new functions for how I would imagine this system working.&lt;/p&gt;

&lt;p&gt;Things like detecting nearby items, monsters, towners, etc and being able to interact with them. Or, moving the cursor through the inventory and skills tree system and selecting what item or skill I need. So I created 4 new files. plrctrls.cpp/.h and joystick.cpp/.h and marking my code with //JAKE to make adding this modification for other Diablo 1 mods easy.&lt;/p&gt;

&lt;p&gt;If you would like to grab the source code or add it to your own Diablo 1 mod, check it out at &lt;a href=&quot;https://github.com/erfg12/devilution&quot;&gt;https://github.com/erfg12/devilution&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here is the final product:&lt;/p&gt;

&lt;video-js data-setup=&quot;{&amp;quot;fluid&amp;quot;: true, &amp;quot;autoplay&amp;quot;: false}&quot; class=&quot;video-js vjs-default-skin vjs-big-play-centered&quot; controls=&quot;&quot; preload=&quot;&quot;&gt;
	&lt;source src=&quot;https://newagesoldier.b-cdn.net/videos/diablo1_xbox_controller_mod/video.m3u8&quot; type=&quot;application/x-mpegURL&quot; /&gt;
&lt;/video-js&gt;

&lt;p&gt;&lt;img src=&quot;https://newagesoldier.com/devilution/img/diablo_keyboard.jpg&quot; style=&quot;width:100%;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://newagesoldier.com/devilution/img/diablo_controller.jpg&quot; style=&quot;width:100%;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;new-keyboard-setup&quot;&gt;New Keyboard Setup&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Spacebar - Attack nearby enemies, talk to towns people and merchants. Pickup &amp;amp; Drop items in inventory.&lt;/li&gt;
  &lt;li&gt;Enter - Pickup gold, potions &amp;amp; equipment from ground, open chests and doors that are nearby.&lt;/li&gt;
  &lt;li&gt;Arrow Keys and WASD Keys - Move character in that direction. Move cursor in inventory &amp;amp; speedbook.&lt;/li&gt;
  &lt;li&gt;X Key - Cast spell or use skill. Back out of menus.&lt;/li&gt;
  &lt;li&gt;Q Key - Use first health potion in belt.&lt;/li&gt;
  &lt;li&gt;E Key - Use first mana potion in belt.&lt;/li&gt;
  &lt;li&gt;Moved Speedbook key to H.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;new-functions&quot;&gt;New Functions&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Automap only moves when you hold down shift.&lt;/li&gt;
  &lt;li&gt;Towns people, items and objects show information when nearby.&lt;/li&gt;
  &lt;li&gt;Inventory snaps to grid system, use arrow/WASD keys to move around. Spacebar to pickup/drop items.&lt;/li&gt;
  &lt;li&gt;Speedbook spells have snap grid system, use arrow/WASD keys to move around. Spacebar to select spell.&lt;/li&gt;
  &lt;li&gt;Character info window level up attribute increase buttons now make cursor snap to them.&lt;/li&gt;
  &lt;li&gt;Xbox One &amp;amp; 360 controller support added.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;xbox-controller-button-layout&quot;&gt;Xbox Controller Button Layout&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;A Button:&lt;/strong&gt; Attack nearby enemies, talk to towns people and merchants, confirm menu clicks.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;B Button:&lt;/strong&gt; Open inventory&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;X Button:&lt;/strong&gt; Pickup gold, potions &amp;amp; equipment from ground, open chests and doors that are nearby.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Y Button:&lt;/strong&gt; Cast spell or use skill. Back out of menus.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Back Button:&lt;/strong&gt; Open automap.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Start Button:&lt;/strong&gt; Open game menu.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Left Shoulder Button:&lt;/strong&gt; Open the speed spell book.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Right Shoulder Button:&lt;/strong&gt; Open character info window.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Direction Pad&lt;/strong&gt; &amp;amp; &lt;strong&gt;Left Joystick:&lt;/strong&gt; Move character.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Right Joystick:&lt;/strong&gt; Move Cursor. Click for mouse left click.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Left Trigger:&lt;/strong&gt; Use first health potion in belt.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Right Trigger:&lt;/strong&gt; Use first mana potion in belt.&lt;/li&gt;
&lt;/ul&gt;</content><author><name></name></author><category term="hacks" /><category term="Diablo" /><category term="Xbox" /><category term="PC" /><summary type="html">When I was trying to play Diablo 1 on my GPD Win I thought there has to be a way to incorporate controller support, similar to the Playstation 1 port. I remembered that there was an open source reverse engineered project for Diablo 1 called Devilution, so I figured that would be a good starting place for this project. After forking the repo, I started by getting familiar with the code base and creating new functions for how I would imagine this system working.</summary></entry><entry><title type="html">Windows 95, 98, XP, Vista And 7 Themes For Windows 10</title><link href="https://newagesoldier.com/windows-95-theme-for-windows-10/" rel="alternate" type="text/html" title="Windows 95, 98, XP, Vista And 7 Themes For Windows 10" /><published>2018-07-31T00:00:00+00:00</published><updated>2018-07-31T00:00:00+00:00</updated><id>https://newagesoldier.com/windows-95-theme-for-windows-10</id><content type="html" xml:base="https://newagesoldier.com/windows-95-theme-for-windows-10/">&lt;p&gt;The zip packages on this page have assets and documents for theming a Windows 10 computer to look like an older operating system. Watch the YouTube video and read the documentation provided to get an understanding of how this process works. If at any time you want to undo the theme, uninstall Classic-Shell and run the Uninstall-Theme.bat file.&lt;/p&gt;

&lt;p&gt;The demigod customizer program may give you errors or warnings when customizing some of the system tray icons, and this is an issue I have seen before.&lt;/p&gt;

&lt;iframe style=&quot;width:360px;height:320px;&quot; src=&quot;https://www.youtube.com/embed/eN4ajmEyiDU&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;

&lt;p&gt;Lots of changes have been made prior to the video. Please, open the README.md file with notepad or wordpad and follow the instructions provided.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/erfg12/WinRetro_Themes/archive/master.zip&quot;&gt;Windows 9x, Vista &amp;amp; XP Theme Files&lt;/a&gt;, &lt;a href=&quot;https://github.com/erfg12/WinRetro_Themes&quot;&gt;Code Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Want to change the boot screen? &lt;a href=&quot;https://github.com/erfg12/Windows10_Boot_Changer/archive/master.zip&quot;&gt;I made this pack to customize it!&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Want an America Online themed web browser? &lt;a href=&quot;https://github.com/erfg12/AOL_4.0_Emu&quot;&gt;I made a Chromium web browser look like AOL!&lt;/a&gt;&lt;/p&gt;</content><author><name></name></author><category term="tutorials" /><category term="Windows" /><category term="Microsoft" /><summary type="html">The zip packages on this page have assets and documents for theming a Windows 10 computer to look like an older operating system. Watch the YouTube video and read the documentation provided to get an understanding of how this process works. If at any time you want to undo the theme, uninstall Classic-Shell and run the Uninstall-Theme.bat file.</summary></entry><entry><title type="html">Play Original Xbox Games On Your XBox 360 Unofficial Hard Drive</title><link href="https://newagesoldier.com/play-original-xbox-games-on-your-xbox-360-unofficial-320gb-external-hard-drive/" rel="alternate" type="text/html" title="Play Original Xbox Games On Your XBox 360 Unofficial Hard Drive" /><published>2018-04-12T00:00:00+00:00</published><updated>2018-04-12T00:00:00+00:00</updated><id>https://newagesoldier.com/play-original-xbox-games-on-your-xbox-360-unofficial-320gb-external-hard-drive</id><content type="html" xml:base="https://newagesoldier.com/play-original-xbox-games-on-your-xbox-360-unofficial-320gb-external-hard-drive/">&lt;p&gt;Lets say you purchased an unofficial xbox 360 hard drive and you want to play your original Xbox games on your Xbox 360. Well, you can’t without this program and a special partition file that allows you to create the data required for playing these games!&lt;/p&gt;

&lt;iframe src=&quot;https://www.youtube.com/embed/-vbL73sQ88U&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;

&lt;ol&gt;
  &lt;li&gt;&lt;a href=&quot;https://newagesoldier.b-cdn.net/downloads/Xplorer360_Extreme2.zip&quot;&gt;Download the Xplorer 360 Extreme2 program and Partition2.bin files.&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Extract the program and bin file. I would recommend to your desktop for easy access.&lt;/li&gt;
  &lt;li&gt;Right click on Xplorer360 Extreme2.exe and click the option “Run as administrator”&lt;/li&gt;
  &lt;li&gt;Click on the Drive tab &amp;gt; Open &amp;gt; Harddrive or Memcard…&lt;/li&gt;
  &lt;li&gt;Click on the Drive tab &amp;gt; Restore Partition 2&lt;/li&gt;
  &lt;li&gt;Using this newly opened window, navigate to the Partition2.bin, select it and click the open button.&lt;/li&gt;
  &lt;li&gt;You will now see a progress bar, and once it is complete it will either say it has finished OR the program will crash! This is ok, as the program has finished it’s process.&lt;/li&gt;
  &lt;li&gt;Put the hard drive back in to your Xbox 360 console, turn it on, and play an Xbox original game. It might prompt you for a small 5mb patch. Go ahead and download/install the patch.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;You are now ready to play Xbox original games on your Xbox 360!&lt;/p&gt;</content><author><name></name></author><category term="tutorials" /><category term="Xbox" /><category term="Microsoft" /><summary type="html">Lets say you purchased an unofficial xbox 360 hard drive and you want to play your original Xbox games on your Xbox 360. Well, you can’t without this program and a special partition file that allows you to create the data required for playing these games!</summary></entry><entry><title type="html">EverQuest – PC Trainer</title><link href="https://newagesoldier.com/everquest-pc-trainer/" rel="alternate" type="text/html" title="EverQuest – PC Trainer" /><published>2018-04-02T00:00:00+00:00</published><updated>2018-04-02T00:00:00+00:00</updated><id>https://newagesoldier.com/everquest-pc-trainer</id><content type="html" xml:base="https://newagesoldier.com/everquest-pc-trainer/">&lt;p&gt;Currently for EQEmu servers; Titanium, Mac, RoF, etc. game clients.&lt;/p&gt;

&lt;h2 id=&quot;program-features&quot;&gt;PROGRAM FEATURES&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Teleport To Coordinates&lt;/li&gt;
  &lt;li&gt;Save and Load Teleport Coordinates&lt;/li&gt;
  &lt;li&gt;No Falling Damage&lt;/li&gt;
  &lt;li&gt;No Stuns&lt;/li&gt;
  &lt;li&gt;Show Buff/Debuff Times&lt;/li&gt;
  &lt;li&gt;Target Level &amp;amp; Class (even if anonymous)&lt;/li&gt;
  &lt;li&gt;Separate GPS Map System&lt;/li&gt;
  &lt;li&gt;Display Bank &amp;amp; Character Money&lt;/li&gt;
  &lt;li&gt;Display HP, Mana and XP Numerical Values&lt;/li&gt;
  &lt;li&gt;Follow Exactly Behind Any Target&lt;/li&gt;
  &lt;li&gt;Search NPCs in Zone And Teleport To Them&lt;/li&gt;
  &lt;li&gt;Ultravision For Any Race&lt;/li&gt;
  &lt;li&gt;Infinite under water breathing&lt;/li&gt;
  &lt;li&gt;Automated Bot Scripts&lt;/li&gt;
  &lt;li&gt;Multiple Game Process Hacking&lt;/li&gt;
  &lt;li&gt;Can use MQ2 (Macroquest 2) functions&lt;/li&gt;
  &lt;li&gt;100’s of Zone teleport coordinate files from server&lt;/li&gt;
  &lt;li&gt;and much more!&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;downloads&quot;&gt;DOWNLOADS&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://www.redguides.com/community/threads/emu-only-eqtrainer-free-everquest-hacking-program.28651/&quot;&gt;RedGuides.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://www.mmobugs.com/forums/everquest-cheats-and-guides/29184-eqtrainer-free-everquest-hacking-program.html&quot;&gt;MMOBugs.com&lt;/a&gt;&lt;/p&gt;</content><author><name></name></author><category term="hacks" /><category term="Cheats" /><category term="EverQuest" /><category term="Sony" /><category term="PC" /><summary type="html">Currently for EQEmu servers; Titanium, Mac, RoF, etc. game clients.</summary></entry><entry><title type="html">Getting Your Dreamcast Online, Without A Broadband Adapter!</title><link href="https://newagesoldier.com/getting-your-dreamcast-back-online-without-a-broadband-adapter/" rel="alternate" type="text/html" title="Getting Your Dreamcast Online, Without A Broadband Adapter!" /><published>2018-04-01T00:00:00+00:00</published><updated>2018-04-01T00:00:00+00:00</updated><id>https://newagesoldier.com/getting-your-dreamcast-back-online-without-a-broadband-adapter</id><content type="html" xml:base="https://newagesoldier.com/getting-your-dreamcast-back-online-without-a-broadband-adapter/">&lt;p&gt;Few people these days have dial up internet. Most everyone has ethernet cables with broadband, which leaves older technology behind. Even with the addition of the broadband adapter, you will not be able to play some games that require the dial up modem. Luckily there is a new developer out there to bring the Dreamcast back online with the use of a Raspberry Pi!&lt;/p&gt;

&lt;div class=&quot;video&quot;&gt;
&lt;a href=&quot;https://www.youtube.com/watch?v=KOo5Kay9fcU&quot; title=&quot;Click here to watch the video!&quot; target=&quot;_BLANK&quot;&gt;&lt;i class=&quot;svg-icon youtube&quot;&gt;&lt;/i&gt;&lt;div class=&quot;play&quot;&gt;&lt;/div&gt;&lt;img src=&quot;https://img.youtube.com/vi/KOo5Kay9fcU/0.jpg&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&quot;required-materials&quot;&gt;Required Materials&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Raspberry Pi (used model A in example)&lt;/li&gt;
  &lt;li&gt;RJ-11 Phone Data/Voice Wire&lt;/li&gt;
  &lt;li&gt;330 Ohm Resistor&lt;/li&gt;
  &lt;li&gt;330 ohm 1/4W 5% Carbon Film Resistor&lt;/li&gt;
  &lt;li&gt;Heavy-Duty 9V Snap Connector&lt;/li&gt;
  &lt;li&gt;9v Battery&lt;/li&gt;
  &lt;li&gt;Soldering Iron and Solder&lt;/li&gt;
  &lt;li&gt;Wire Strippers&lt;/li&gt;
  &lt;li&gt;Kazade’s SD Card Image&lt;/li&gt;
  &lt;li&gt;Win32 Disk Imager&lt;/li&gt;
  &lt;li&gt;RJ-45 ethernet cable for your Raspberry Pi&lt;/li&gt;
  &lt;li&gt;Fax to USB modem adapter&lt;/li&gt;
  &lt;li&gt;Disc Juggler&lt;/li&gt;
  &lt;li&gt;Dreamcast Web Browser (US) (Europe)&lt;/li&gt;
  &lt;li&gt;Blank CD-R’s for burning. You will need a CD burner as well.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;setup-instructions&quot;&gt;Setup Instructions&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Take your RJ-11 Voice/Data cable and cut it open about 4-5 inches and cut the inside red wire. Use your wire strippers to strip the ends of this red wire. Solder the 1UF capacitor to one end of the red wire and solder the red 9v snap connector on to that same end. Now on the other end of the RJ-11 red cable you will solder both the other end of the 1UF capacitor and the 330 ohm 1/4w resistor. On the other end of the resistor you will solder the black 9v snap connector cable. Once finished, it should look like this.&lt;/li&gt;
  &lt;li&gt;Use Disc Juggler to burn your Planetweb or Dreamkey web browser CDI. Follow this video.&lt;/li&gt;
  &lt;li&gt;Use WIN32 Disk Imager to write Kazade’s SD card image to your SD card for your Raspberry Pi. Plug in your Raspberry Pi’s RJ-45 ethernet cable and your fax to USB modem with your new RJ-11 cable. You can plug in the Raspberry Pi’s power to turn it on.&lt;/li&gt;
  &lt;li&gt;Plug in your RJ-11 cable in to your Dreamcast, put in the Planetweb or Dreamkey burnt disc and turn it on. We will now be setting up the modem. Once you set up your modem, you are ready to play online! Follow Kazade’s thread on AssemblerGames.com to watch for upcoming updates.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;modem-settings&quot;&gt;Modem Settings&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;User Login: dream&lt;/li&gt;
  &lt;li&gt;Password: dreamcast&lt;/li&gt;
  &lt;li&gt;Dial Up Number: 555&lt;/li&gt;
  &lt;li&gt;DNS1: 0.0.0.0&lt;/li&gt;
  &lt;li&gt;DNS2: 0.0.0.0&lt;/li&gt;
  &lt;li&gt;Modem Init: AT&amp;amp;F0&lt;/li&gt;
  &lt;li&gt;Dial: Tone&lt;/li&gt;
  &lt;li&gt;Dial Area Code: Off&lt;/li&gt;
  &lt;li&gt;Blind Dial: On&lt;/li&gt;
  &lt;li&gt;Proxy: No&lt;/li&gt;
&lt;/ul&gt;</content><author><name></name></author><category term="tutorials" /><category term="Sega" /><category term="Dreamcast" /><summary type="html">Few people these days have dial up internet. Most everyone has ethernet cables with broadband, which leaves older technology behind. Even with the addition of the broadband adapter, you will not be able to play some games that require the dial up modem. Luckily there is a new developer out there to bring the Dreamcast back online with the use of a Raspberry Pi!</summary></entry><entry><title type="html">Clan Mod - The Jedi Knight Mod</title><link href="https://newagesoldier.com/clanmod/" rel="alternate" type="text/html" title="Clan Mod - The Jedi Knight Mod" /><published>2016-01-01T00:00:00+00:00</published><updated>2016-01-01T00:00:00+00:00</updated><id>https://newagesoldier.com/clanmod</id><content type="html" xml:base="https://newagesoldier.com/clanmod/">&lt;p&gt;From my early days as a developer, I loved playing the Jedi Knight series. Specifically Academy and Outcast. When playing Jedi Outcast with my new founded clan RoAR (Rebels of Another Realm), we found it necessary to use a mod to help us grow closer and enforce rules. At that time we used Jedi Academy mod (not the second game) that was developed by TheChosenOne. A very well developed mod, few bugs, overall a nice piece of software. Later, we moved on to Slider’s JA+ mod. Once again a nice mod, but this one was riddled with 1 hit kill bugs, and glitches galor! I had to make a better mod!&lt;/p&gt;

&lt;p&gt;This is a mod for Jedi Knight: Jedi Academy multiplayer, specifically for clan and server management. Developed to offer all the features a server or clan owner needs. Administrative in-game commands, map modification in-game commands, and game customization options. There is a plugin to alter some in-game functions, but any client can join a clan mod server without any required files. Removed all 1 hit kill glitch/bugs and fixed any known server crashing exploits. This mod is a massive collaboration with many other developer’s codes that created this wonderful project. This may include features you never knew existed. For example, 3 NEW game types that were built in to the game, but were removed before the game released!&lt;/p&gt;

&lt;p&gt;Another fun feature is you can have NPC wars! Spawn a Desann army to fight the Kyle Katarn army! You can control them to follow you and become your body guards to fight off any attackers, or tell them to attack certain people or other NPCs. Spawn FXfiles and models in your map while you play and save them for future use! You can add chairs, tables, glasses and other dodads from the game. You can also spawn really great looking effects in your map like flames, lazers and ice cones. Create ride able vehicles such as rancors and speeder bikes. 5 levels of administration, new administration commands never seen before in other mods, advanced server ban options, clan authentication system, and full administration UI menus!&lt;/p&gt;

&lt;p&gt;After a few months of development, and several tests, it was ready to release! I gave out the build to jk3files.com, and had several revisions. And finally, give the community the open source builds that it deserved to have in the first place.&lt;/p&gt;

&lt;h2 id=&quot;jedi-academy-mod&quot;&gt;Jedi Academy Mod&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/erfg12/clanmod-jka&quot;&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;jedi-outcast-mod&quot;&gt;Jedi Outcast Mod&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/erfg12/clanmod-jko&quot;&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;</content><author><name></name></author><category term="hacks" /><summary type="html">From my early days as a developer, I loved playing the Jedi Knight series. Specifically Academy and Outcast. When playing Jedi Outcast with my new founded clan RoAR (Rebels of Another Realm), we found it necessary to use a mod to help us grow closer and enforce rules. At that time we used Jedi Academy mod (not the second game) that was developed by TheChosenOne. A very well developed mod, few bugs, overall a nice piece of software. Later, we moved on to Slider’s JA+ mod. Once again a nice mod, but this one was riddled with 1 hit kill bugs, and glitches galor! I had to make a better mod!</summary></entry><entry><title type="html">How to Minimize Discord on Startup</title><link href="https://newagesoldier.com/how-to-minimize-discord-on-startup/" rel="alternate" type="text/html" title="How to Minimize Discord on Startup" /><published>2016-01-01T00:00:00+00:00</published><updated>2016-01-01T00:00:00+00:00</updated><id>https://newagesoldier.com/how-to-minimize-discord-on-startup</id><content type="html" xml:base="https://newagesoldier.com/how-to-minimize-discord-on-startup/">&lt;p&gt;Here’s a batch file that will minimize Discord on startup. There is a small setup needed to do this though.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Start up Discord first, right click on the system tray icon and uncheck the “Run Discord when computer starts” option.&lt;/li&gt;
  &lt;li&gt;Unzip the DiscordMinimize.bat program and place it in your startup folder “%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup”.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Now when you restart your computer Discord will open and do its update/spin animation then when it goes in to its full chat window it will minimize.&lt;/p&gt;

&lt;p&gt;HOW IT WORKS: It will use the default Discord startup commands and the batch file will detect when Discord launches then give it 10 seconds and kill the program. Effectively making it minimize back to the system tray.&lt;/p&gt;

&lt;p&gt;(https://newagesoldier.b-cdn.net/downloads/DiscordMinimize.zip)[Download the DiscordMinimizer here.]&lt;/p&gt;</content><author><name></name></author><category term="tutorials" /><summary type="html">Here’s a batch file that will minimize Discord on startup. There is a small setup needed to do this though.</summary></entry></feed>