Page 1 of 1

Pictures in AvatarNameJournal.html?

PostPosted: Tue Nov 10, 2020 4:29 pm
by Maroonroon
Hello. :)

I have a question about the "AvatarNameJournal.html" file of the "MyJournals" subfolder of "Uru CC (GOG version) + Drizzle" installation folder...

- If I understood well, we can now put pictures in a journal while building an Age; but is there a way to add pictures in the "AvatarNameJournal.html" (probably while being out of the game), and to see those pictures in the journal while being in game?

If the answer is "yes":
- Does it also works without Drizzle (GOG version and disc version of "Uru CC")?
- How to do it?

Please.

Re: Pictures in avatarNameJournal.html?

PostPosted: Wed Nov 11, 2020 12:56 am
by Dulcamara
Hello Maroonroon,

I don't know if I understand the question correctly.

I'm still working with Blender PyPRP and the horrible alcscripts as you may know.
I have journals with photos in my ages and I could insert them directly into the blend file.
Is that what you ask ?
Or have I completely misunderstood that?
Google Translate wasn't very helpful either.

Greetings Dulcamara

Re: Pictures in avatarNameJournal.html?

PostPosted: Thu Nov 12, 2020 8:25 pm
by Maroonroon
Hello Dulcamara.

Sorry, it isn't about Age Building, but about Offline game Editing.

I'd like to add pictures in the journal that we can pick-up on the right shelf of the Relto library...
The file of this journal is a ".html", so we can edit it while the game is turned off; but I don't manage to edit it in a way the journal still works well when the game is turned on after I added a picture in the journal... The picture isn't showing up.

Re: Pictures in avatarNameJournal.html?

PostPosted: Thu Nov 12, 2020 11:05 pm
by Dulcamara
Thanks for the explanation Maroonroon.

So I really misunderstood the text.
Unfortunately, I can't help you with that.

Good luck and I hope someone can help you with your project.

Greetings
Dulcamara

Re: Pictures in avatarNameJournal.html?

PostPosted: Sat Nov 28, 2020 5:40 am
by Maroonroon
Thanks for your message, Dulcamara.

Someone else?

EDIT: Nobody? So, I think it means that it isn't possible to add pictures in the AvatarNameJournal.html...

Re: Pictures in AvatarNameJournal.html?

PostPosted: Mon May 23, 2022 12:03 pm
by DutchRoy
It's plain HTML. Does the HTML-tag <IMG src="filename.png"> not work?

Re: Pictures in AvatarNameJournal.html?

PostPosted: Mon May 23, 2022 5:06 pm
by Tsar Hoikas
It is not "plain HTML". Any images you use in esHTML must be in the game's PRP files.

Re: Pictures in AvatarNameJournal.html?

PostPosted: Mon May 23, 2022 5:51 pm
by Maroonroon
So, if I build an Age which contains an image in one of its PRP files, and add it to my Uru folder, I can add this image in "AvatarNameJournal.html"?

If the answer is "yes", is there a way to edit the default content of this journal, to add this image?
That way, if I create a brand new avatar, the image will already be in my journal when I will pick-it-up.
(It's for my USB Uru installation, which I can share with friends; I'd like this journal to help them, giving them tips and tricks.)

Re: Pictures in AvatarNameJournal.html?

PostPosted: Wed May 25, 2022 6:42 pm
by Tsar Hoikas
You would need to put the images into a global PRP somewhere (eg GUI_District_BkBookImages.prp) and be sure to list them in an ImageLibMod to ensure they get loaded. I don't know of a way to change the default contents of the journal, aside from sending your file over.

Re: Pictures in AvatarNameJournal.html?

PostPosted: Thu May 26, 2022 8:10 am
by Maroonroon
OK thanks; if I understand well I have to edit "GUI_District_BkBookImages.prp" with PlasmaShop:
- to add my image as a new object in the "Mipmap" folder,
- to add its filename in the "StandardBookImageLib" list of the "ImageLibMod" folder,
- and finaly, add the image in the Journal using "<img src="myimage.hsm" align=center>".
But does the SRC should be "myimage.hsm" or something else, like "GUI_District_BkBookImages.prp/myimage.hsm"?