Page 1 of 1

Studio: change name of game?

Posted: Tue Mar 11, 2003 9:07 am
by Karlos
How can I change the name of a new game I have created? I've changed my concept from an Ultima parody to a more serious Ultima-style game, so I wanted to change the name to reflect this.

I tried renaming the game directory, and changing all of the references to the old game to the new game, and updating the paths accordingly, but when I try to run the game, Exult crashes. Does something else need to be changed that I missed in order to rename a game?

-Karl


--

karlos@platypus karlos $ exult --game heritage
Exult version 1.1.0cvs
Built at: Feb 24 2003 13:19:51
Compile-time options: DEBUG, HAVE_TIMIDITY_BIN, USE_EXULTSTUDIO, NO_SDL_PARACHUTE, HAVE_ZIP_SUPPORT
Compiler: gcc, version: 3.2.1 20021207 (Gentoo Linux 3.2.1-20021207)

Platform: Linux version 2.4.20-gentoo-r1
Data path = /usr/local/share/exult
Audio requested frequency 22050, channels 2
Audio actual frequency 22095, channels 2
Audio initialisation OK
Starting 'heritage' game
Current path settings:
Static : /home/karlos/heritage//static
Gamedat : /home/karlos/.exult/heritage/gamedat
Savegame: /home/karlos/.exult/heritage
Patch : /home/karlos/heritage//patch

Creating 'gamedat' files.
exult: shapes/vgafile.h:253: Shape_frame* Vga_file::get_shape(int, int): Assertion `shapes!=0' failed.
Aborted

Re: Studio: change name of game?

Posted: Tue Mar 11, 2003 9:11 am
by artaxerxes
there is an IDENTITY file that may need to be updated too.

Artaxerxes

Re: Studio: change name of game?

Posted: Tue Mar 11, 2003 9:45 am
by drcode
Might be nice if Exult printed an error instead of crashing:-)

Re: Studio: change name of game?

Posted: Tue Mar 11, 2003 10:22 am
by Karlos
Where's the identity file and what's it called?


-Karl

Re: Studio: change name of game?

Posted: Tue Mar 11, 2003 10:30 am
by artaxerxes
IDENTITY

it holds the name of the game you are playing.
Artaxerxes

Re: Studio: change name of game?

Posted: Wed Mar 12, 2003 2:07 pm
by Skutarth
Take note of that for the docs.

Re: Studio: change name of game?

Posted: Thu Mar 13, 2003 5:45 am
by Karlos
Oh, I forgot to mention that altering this file did indeed fix the problem. On Linux, it was named identity (lower case) and was under the .exult/(gamename) directory.


-Karl