Studio: change name of game?

NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Locked
Karlos
Posts: 149
Joined: Thu May 14, 2020 1:34 pm

Studio: change name of game?

Post 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
artaxerxes
Site Admin
Posts: 1310
Joined: Thu May 14, 2020 1:34 pm

Re: Studio: change name of game?

Post by artaxerxes »

there is an IDENTITY file that may need to be updated too.

Artaxerxes
drcode
Site Admin
Posts: 2267
Joined: Thu May 14, 2020 1:34 pm

Re: Studio: change name of game?

Post by drcode »

Might be nice if Exult printed an error instead of crashing:-)
Karlos
Posts: 149
Joined: Thu May 14, 2020 1:34 pm

Re: Studio: change name of game?

Post by Karlos »

Where's the identity file and what's it called?


-Karl
artaxerxes
Site Admin
Posts: 1310
Joined: Thu May 14, 2020 1:34 pm

Re: Studio: change name of game?

Post by artaxerxes »

IDENTITY

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

Re: Studio: change name of game?

Post by Skutarth »

Take note of that for the docs.
Karlos
Posts: 149
Joined: Thu May 14, 2020 1:34 pm

Re: Studio: change name of game?

Post 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
Locked