.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 > Illwinter Game Design > Dominions 2: The Ascension Wars

Reply
 
Thread Tools Display Modes
  #1  
Old January 12th, 2004, 10:16 PM
iRichard's Avatar

iRichard iRichard is offline
Private
 
Join Date: Oct 2003
Location: Home province
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
iRichard is on a distinguished road
Default how to patch the OSX Version ?

Hi.

I just downloaded the patch.
I de-tgzed it.
I launched the obtained file 'dominions2'.
I launched dom2
Well, no change it says "Version 2.02".

Did I miss a step ?
__________________
Just don't dot it -- Nuke
Reply With Quote
  #2  
Old January 13th, 2004, 12:09 AM
Johan K's Avatar

Johan K Johan K is offline
Brigadier General
 
Join Date: Aug 2003
Location: Mictlan
Posts: 1,767
Thanks: 12
Thanked 165 Times in 22 Posts
Johan K is on a distinguished road
Default Re: how to patch the OSX Version ?

Seems like some instructions are missing.

You have to replace the old dominions files with the respective new ones from the new dominions app bundle.
__________________
http://www.illwinter.com
Reply With Quote
  #3  
Old January 13th, 2004, 11:49 AM
iRichard's Avatar

iRichard iRichard is offline
Private
 
Join Date: Oct 2003
Location: Home province
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
iRichard is on a distinguished road
Default Re: how to patch the OSX Version ?

Well, I hope for you that the "keep things user-friendly" commando from apple don't have your address.

Thanks for the answer
__________________
Just don't dot it -- Nuke
Reply With Quote
  #4  
Old January 13th, 2004, 12:54 PM
Johan K's Avatar

Johan K Johan K is offline
Brigadier General
 
Join Date: Aug 2003
Location: Mictlan
Posts: 1,767
Thanks: 12
Thanked 165 Times in 22 Posts
Johan K is on a distinguished road
Default Re: how to patch the OSX Version ?

I'm not an OSX user, so feel free to instruct in how to do it the proper way!
__________________
http://www.illwinter.com
Reply With Quote
  #5  
Old January 13th, 2004, 05:00 PM
iRichard's Avatar

iRichard iRichard is offline
Private
 
Join Date: Oct 2003
Location: Home province
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
iRichard is on a distinguished road
Default Re: how to patch the OSX Version ?

Here is a little scipt which should work (it worked for me)

I'm assuming that the old dom2 installation is inside a folder named "oldDom". oldDom, dominions2*, and the patch should be in the same folder.

*dominions2 : file obtained after decompressing the patch "dompatch206_osx.tar.gz"
code:
 
#!/bin/bash

#THIS SCRIPT ISN'T PROVIDED BY SHARPNEL GAMES OR ILLWINTER USE IT AT YOUR OWN RISK

DOM_PATH="./oldDom/dominions2.app/Contents"
PATCH_PATH="./dominions2.app/Contents"

#echo "$DOM_PATH"
#echo "$PATCH_PATH"

sudo cp $PATCH_PATH/MacOS/dominions2 $DOM_PATH/MacOS/
sudo chmod 755 $DOM_PATH/MacOS/dominions2

sudo cp $PATCH_PATH/Resources/*trs $DOM_PATH/Resources/
sudo cp $PATCH_PATH/Resources/maps/*map $DOM_PATH/Resources/maps

exit 0

note : this script will ask for the password and it must be launched as an administator (wheel group in OSX)

[ January 13, 2004, 15:01: Message edited by: iRichard ]
__________________
Just don't dot it -- Nuke
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 06:24 AM.


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