.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Raging Tiger- Save $9.00
winSPMBT: Main Battle Tank- Save $6.00

   







Go Back   .com.unity Forums > Shrapnel Community > Space Empires: IV & V

Reply
 
Thread Tools Display Modes
  #1  
Old November 21st, 2000, 08:45 PM

Talenn Talenn is offline
Sergeant
 
Join Date: Nov 2000
Posts: 273
Thanks: 0
Thanked 0 Times in 0 Posts
Talenn is on a distinguished road
Default Question regarding patches/updates and mods...


How are patches and upgrades going to work? Are they going to continually be changing the Data and AI files? I certainly hope not. Many people, myself included, will be using modified data etc and dont really want all that effort wiped out with every new tweak or upgrade.

Will there be a way to maybe clearly indicate what changes are made to the data and AI files so that Users of custom files can simply update their files? Otherwise, it will be impossible to remain current with the game system and not go insane having to retype mod after mod.

Has a process for this already been spec'ed out?

Thanx for any info!
Talenn

Reply With Quote
  #2  
Old November 21st, 2000, 09:14 PM
Noble713's Avatar

Noble713 Noble713 is offline
Sergeant
 
Join Date: Aug 2000
Location: Garden-Variety State
Posts: 356
Thanks: 5
Thanked 0 Times in 0 Posts
Noble713 is on a distinguished road
Default Re: Question regarding patches/updates and mods...

Put each of your mods in a separate folder in the Space Empires IV directory. You can change which ones you are accessing in the path.txt file.
__________________
Hail Caesar!

L+ GdY $? Fr! C- SdS T!+ Sf+ Tcp A% M++ MpM R!- Pw+ Fq-- Nd-- RP+ G++
Reply With Quote
  #3  
Old November 21st, 2000, 09:18 PM

Zanthor Zanthor is offline
Private
 
Join Date: Nov 2000
Location: Oshkosh, WI USA
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Zanthor is on a distinguished road
Default Re: Question regarding patches/updates and mods...

I always keep copies of any files I change. Do the same for the files you have altered and want to keep just in case they are changed back to the originals. Then just pull the modified copy back. Takes a few seconds.
Reply With Quote
  #4  
Old November 21st, 2000, 09:38 PM

Talenn Talenn is offline
Sergeant
 
Join Date: Nov 2000
Posts: 273
Thanks: 0
Thanked 0 Times in 0 Posts
Talenn is on a distinguished road
Default Re: Question regarding patches/updates and mods...


Heh,

I guess I phrased it poorly I want to know if the FIXES are going to require a new database. It wont do much good to have backup copies of your old data if those datafiles either a) still contain the 'bugs' or b) arent compatible with the new patch.

This is what I'm concerned about. That the patch changes will be implemented in new data files which will be required to replace the ones I've (we've) already made. What I would like to see is that any 'patch changes' to data be clearly indicated so that Users of custom data can simply 'cut and paste' the updated areas into their custom data.

Thanx,
Talenn
Reply With Quote
  #5  
Old November 21st, 2000, 10:42 PM
LintMan's Avatar

LintMan LintMan is offline
Sergeant
 
Join Date: Oct 2000
Posts: 295
Thanks: 0
Thanked 0 Times in 0 Posts
LintMan is on a distinguished road
Default Re: Question regarding patches/updates and mods...

Here's my geeky solution...

Do you have access to a unix/linux machine?

Unix has a standard tool called "diff" that intelligently compares two files and outputs the differences between them, line by line, showing insertions, changes, and deletions. With that, you could diff the old and new Versions of the data files, and easily make a list of changes to them.

I know one of the old MS C++ compilers came with a graphical Windows tool which did essentially the same thing, but I don't know if it still does or if there is any diff equivalent for the PC.

Well, for that matter, when the patch comes out, if Malfador does make data file changes and doesn't detail them, I can do the diff myself and post the changes here if people would like.

Reply With Quote
  #6  
Old November 21st, 2000, 10:44 PM
Taqwus's Avatar

Taqwus Taqwus is offline
Major General
 
Join Date: Aug 2000
Location: Mountain View, CA
Posts: 2,162
Thanks: 2
Thanked 4 Times in 4 Posts
Taqwus is on a distinguished road
Default Re: Question regarding patches/updates and mods...

Context-sensitive diffs might work well, given how much of the data is ASCII text...

I'd be really, really, surprised if 'patch' and 'diff' have not been ported to DOS/Windows given their usefulness. And they'd be quite useful for mods (e.g. Tcl/Tk or VB or what-have-you front-end used for selecting between standard game and mods; if a mod is selected, the front-end applies the relevant patches, and then reverses the patches after SE4 exits. Probably would need an option to revert manually if the script gets aborted before the patch gets reversed, or what-not. But that'd be workable as long as Version changes don't induce incompatibilities like changing field semantics (adding mandatory fields, etc) or conflicts (same-name components, same-number component images, etc).

------------------
-- The thing that goes bump in the night
__________________
Are we insane yet? Are we insane yet? Aiiieeeeee...
Reply With Quote
  #7  
Old November 21st, 2000, 10:57 PM

greghacke greghacke is offline
Corporal
 
Join Date: Oct 2000
Location: Columbus, OH, USA
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
greghacke is on a distinguished road
Default Re: Question regarding patches/updates and mods...

Both diff and patch are available under Windows 9x/NT. You can also superimpose to create a diff through Metapad (a free replacement for Notepad with unlimited file size, standard and floating tabs, multiple font support, word wrap and, best of all, cursor line and column tracking.) right now, I use MetaPad to create adjustments to the files. I can then track all my changes and repair as required.
Reply With Quote
  #8  
Old November 21st, 2000, 11:07 PM

Talenn Talenn is offline
Sergeant
 
Join Date: Nov 2000
Posts: 273
Thanks: 0
Thanked 0 Times in 0 Posts
Talenn is on a distinguished road
Default Re: Question regarding patches/updates and mods...

LintMan:

That would be GREAT if you wouldnt mind posting the changes. I'm not quite up to snuff on doing comparisons etc. I'm sure this will force me to learn as I am NOT going back and retyping all my data changes

Thanx,
Talenn
Reply With Quote
  #9  
Old November 21st, 2000, 11:14 PM
LintMan's Avatar

LintMan LintMan is offline
Sergeant
 
Join Date: Oct 2000
Posts: 295
Thanks: 0
Thanked 0 Times in 0 Posts
LintMan is on a distinguished road
Default Re: Question regarding patches/updates and mods...

No prob, Talenn.

Greghacke, thanks for the info about that MetaPad editor - it sounds slick and I've been looking for a good replacement for Notepad.
Reply With Quote
  #10  
Old November 22nd, 2000, 05:55 AM

greghacke greghacke is offline
Corporal
 
Join Date: Oct 2000
Location: Columbus, OH, USA
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
greghacke is on a distinguished road
Default Re: Question regarding patches/updates and mods...

No problem. To prevent everyone from scouring the world for it, here it is...
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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 On

Forum Jump


All times are GMT -4. The time now is 01:45 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2024, Shrapnel Games, Inc. - All Rights Reserved.