Rename characters?

Have trouble running Grimrock 1 or you're wondering if your graphics card is supported? Look for help here.
Jimaroid
Posts: 1
Joined: Fri Apr 13, 2012 10:48 am

Rename characters?

Post by Jimaroid »

Searched but couldn't find any info on this one.

I've started a game but forgot to name two of my characters in the party creation. I don't want to have to restart, so is it possible to rename characters in a game in progress? It's a super tiny niggle but having "New Prisoner" as character names is a bit confusing to me.

Loving the game so far. Thanks very much for your creative endeavour. :D
mcaden
Posts: 1
Joined: Sun Apr 15, 2012 10:52 pm

Re: Rename characters?

Post by mcaden »

Same here. All 4 characters and I'm way too far to start over.
nyarlanotep
Posts: 1
Joined: Mon Apr 16, 2012 2:23 pm

Re: Rename characters?

Post by nyarlanotep »

I totally didn't notice this during creation too, I don't know why but even if it's only available for people who still have the New Prisoner name that would be nice. Though since it's single player I don't see why you couldn't change you names all the time if you wanted.
User avatar
RMariano
Posts: 287
Joined: Mon Apr 02, 2012 1:16 pm
Location: Florida, USA
Contact:

Re: Rename characters?

Post by RMariano »

Simply being able to re-name the 4 characters would be nice. Please?
Regards,

RMariano
User avatar
stefanosx
Posts: 2
Joined: Fri Apr 27, 2012 7:26 am

Re: Rename characters?

Post by stefanosx »

+1 vote to add a rename character option
Please make this happen, I got two new prisoners and I am dying to know their true names!
P.S. My money was well spend, this game it a fantastic piece of art
User avatar
Crashbanito
Posts: 326
Joined: Sun Apr 01, 2012 2:50 pm
Location: Louisiana, USA
Contact:

Re: Rename characters?

Post by Crashbanito »

Instead of a rename character option, it'd be nice if the game would give you blank character names and not let you continue until you name them. That way this accident will stop happening all together.
Grimrock FAQ | If you see something fishy, flag that post! | My Gaming/Tech Blog
User avatar
stefanosx
Posts: 2
Joined: Fri Apr 27, 2012 7:26 am

Re: Rename characters?

Post by stefanosx »

Instead of a rename character option, it'd be nice if the game would give you blank character names and not let you continue until you name them. That way this accident will stop happening all together.
That is true, a necessary change, but a lot of us are too far below to start over.
User avatar
Disasterrific
Posts: 212
Joined: Sun Mar 04, 2012 6:47 pm

Re: Rename characters?

Post by Disasterrific »

There's a story there - maybe they forgot their names? The other guys keep calling each other "new prisoner." because they're hardened convicts with no use for names...
User avatar
Dej
Posts: 8
Joined: Sun Apr 29, 2012 9:42 pm
Location: Geneva, Switzerland

Re: Rename characters?

Post by Dej »

I created a python script to rename characters in an existing savefile. It is an adaptation of the one to put custom portraits in old (pre-patch) saved games.

The script renamecharacters.py is available here: http://pastebin.com/pQHt3Dhf

It goes like this: find the LoG savegame folder in your installation, and let's say you want to edit the names in save file savegame01.sav. Do:

Code: Select all

$ python renamecharacters.py savegame01.sav
Parsing savegame01.sav:
    Found character Fodok
    New name (press Enter to keep identical)?
    Found character Bardar
    New name (press Enter to keep identical)? Babar
    Found character Daedoc
    New name (press Enter to keep identical)?
    Found character Gamdalf
    New name (press Enter to keep identical)?
Here I renamed only one character, "Bardar" has become "Babar". An edited savegame is created in the same folder with the name savegame01.edited.sav.

Delete the savegame01.sav file from LoG save folder, and replace it by the new file savegame01.edited.sav, which you'll rename savegame01.sav.

Same as the other tool: this comes with *no* warranty whatsoever, *no* support, and you are advised to backup all your save files before you play with them! ;)
User avatar
Darklord
Posts: 2001
Joined: Sat Mar 03, 2012 12:44 pm
Location: England

Re: Rename characters?

Post by Darklord »

Nice work Dej. :)

Daniel.
A gently fried snail slice is absolutely delicious with a pat of butter...
Post Reply