njw Posted December 25, 2006 Share Posted December 25, 2006 Well, following on from my last trivial patch, I present: an even more trivial one. The journal dates were for some reason colored yellow, which looked nasty and is not as in the original. So this just eliminates the color commands from it. *** /home/nick/programming/c/gemrb/gemrb/GUIScripts/bg1/GUIJRNL.pyFri Jan 6 23:09:59 2006 --- GUIJRNL.pyMon Dec 25 04:24:56 2006 *************** *** 98,100 **** GemRB.SetToken("YEAR",year) ! GemRB.TextAreaAppend (Window, Text, ""+GemRB.GetString(15980)+"", 3*i) --- 98,100 ---- GemRB.SetToken("YEAR",year) ! GemRB.TextAreaAppend (Window, Text, GemRB.GetString(15980), 3*i) Also, on a rather more important note, I cannot save in bg1. The menus all load up pretty much fine (there are some imperfections, I'll work on them once I get some more time), but after pressing save evidently it is not. The GUISAVE.py guiscript is identical to the BG2 one, so I'm not sure why this should be the case. The only output of interest from GemRB when saving is: [Control] Nested event handlers are not supported! (which incidentally has no proceeding newline) But I don't know if it's relevant or not. Anyway, keep up the good work, kind gentlem[ea], and have a nice festive time. Link to comment
Avenger Posted December 26, 2006 Share Posted December 26, 2006 Do you have write access to the save game directory? For example, i have mine on an ntfs partition and i have RO access there. Link to comment
njw Posted December 27, 2006 Author Share Posted December 27, 2006 aha! thanks. I actually set the save directory to ~/.baldursgate , which didn't work. But making the directory save in that made everything great again Horrah! Thank you Link to comment
Avenger Posted December 28, 2006 Share Posted December 28, 2006 I'll add some more feedback to the code, so non existent folders/file creation errors will be notified. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.