Go Back   Forums > Community Chatterbox > Tech Corner > Programming
Memberlist Forum Rules Today's Posts
Search Forums:
Click here to use Advanced Search

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 19-11-2008, 02:26 PM   #1
Rogerwilco
Forum hobbit

 
Join Date: Nov 2008
Location: Lehi, United States
Posts: 39
Default Modifying a Saved game for Dummies

Modifying a Savedgame for Dummies

Ever wanted to know how to Modify/Cheat a game?
If, for nothing else, then the satisfaction of knowing how to do it?

Well, I'll lead you through on how.

This will be different: nothing on Hex, Binary, octal, 2 bit, 4 bit, Single value, Kitchen sink, etc. etc. Only thing you'll need is a readily available abandonware interpreter.

It'll be explained in a simple, common sense way. Simple programming.
All you'll need to do at first is change a path, file name and a value or two. I'll write the rest. Just cut and past to your program.

(Programming!?! Interpreter!?! I've never programmed in my life!)

The Interpreter is simple: I'll cover that in a bit . . ..

Programming? How's this for easy.

A& = 10000
OPEN "c:\Xeen\dark01.sav" FOR BINARY AS #1
PUT #1, 14848, A&
CLOSE

You just gave yourself 10,000 Widgits, Money, Gems, or whatever. Or 50,000 or 5 Million.

You'll follow along with me as I delve into the World of Xeen, though what I'll show you will work with any saved game.

So, if you're interested, this is what you do.

Google qb45.zip. It's out there, for free, in multiple sites.

Unzip it in its own folder, make a shortcut to qb45.exe, set it to full screen.
(If you don't know how to do that, let me know)

Next message, we'll start with an easy one: finding and modifying a single value(Item) like Gold, Gems, etc. I'll write the code.
Rogerwilco is offline                         Send a private message to Rogerwilco
Reply With Quote
 


Similar Threads
Thread Thread Starter Forum Replies Last Post
A question about slightly modifying Strife... Simoneer Tech Corner 0 25-05-2009 09:44 PM
Chaos Overlords Multiplayer Saved game TMK Troubleshooting 0 13-12-2007 04:04 PM
Cyberia1 Problems With Loading Saved Game edemark Troubleshooting 9 18-01-2007 04:12 PM
Incredible Crash Dummies, The [NON-PC] Frodo Invalid Requests 3 28-10-2006 05:58 PM
I Did It, I Saved Her! The Niles Gaming Zone 14 16-02-2005 01:36 PM


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump
 


The current time is 05:43 AM (GMT)

 
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.