Jump to content

Recommended Posts

Posted
On 2/5/2021 at 5:57 AM, Peregrin said:

Welcome back, Porco, long time no see. We missed you.

 

Careful though: as you can see, your ego is not without equal anymore around here...

Welcome back? He said he was a new player... Imim smelling pork pies.  

Posted
On 2/4/2021 at 12:08 PM, FrigoPorco said:

OK then.....yes, I ran for president in 2015 with Pantera as my running mate.

Ahhh so that's why you lost. You were conned into wearing no pants?  ^_^

 

Spoiler

PUT SOME PANTS ON!

 

Posted
3 hours ago, DarkHorizon said:

Ahhh so that's why you lost. You were conned into wearing no pants?  ^_^

 

  Reveal hidden contents

PUT SOME PANTS ON!

 

you mean....FREED! Into wearing no pants! 

 

  • DrFrigoPorco changed the title to The Alioth Chronicle Newspaper - Today's Issue
Posted
15 hours ago, GraXXoR said:

Welcome back? He said he was a new player... Imim smelling pork pies.  

 

Doctor Porco is what you might call a notorious iconoclast from the days of Landmark.  ?

 

imho he's just what this community needs right about now.

 

It is probably better to keep these all in one thread.  It makes it easier to keep up with them that way anyway.

 

It would be cool if there was a way to have these show up on a screen in game.  And update each day with a new one.  LUA masters, is this possible? 

 

 

Posted
4 hours ago, Atmosph3rik said:

 

Doctor Porco is what you might call a notorious iconoclast from the days of Landmark.  ?

 

imho he's just what this community needs right about now.

 

It is probably better to keep these all in one thread.  It makes it easier to keep up with them that way anyway.

 

It would be cool if there was a way to have these show up on a screen in game.  And update each day with a new one.  LUA masters, is this possible? 

 

 

Yes, looking to get them approved, but that takes forever on the NQ media upload page. 

Posted

You should consider that when you do any updates to put it to the top of the OP so that you have the current issue on the top but also maybe the last two issues below the new one. So when there is a new issue out you can check it out right in the op.

 

Or like any newspaper/chronicle you should also have a (your ad here) sort of thing or in the upper right having a 50h cost on there lol.

 

Otherwise keep up the good work.

Posted
4 hours ago, FrigoPorco said:

Yes, looking to get them approved, but that takes forever on the NQ media upload page. 

You can display images by embedding them in the screen's html directly rather than waiting for the approval process. That might work for these it depends on their size. If you're ok going that route, I can post an example of what you would add to a screen to display the image.

Posted
1 hour ago, fiddlybits said:

You can display images by embedding them in the screen's html directly rather than waiting for the approval process. That might work for these it depends on their size. If you're ok going that route, I can post an example of what you would add to a screen to display the image.

OHHHH......lets chat on Discord please! Teach me!

Posted
10 hours ago, FrigoPorco said:

OHHHH......lets chat on Discord please! Teach me!

Sure, I'm fiddlybits on the Infinity Corp discord, feel free to message me any time. The downside with this method is that there is a 50KB limit on the size of html you can have in a screen. So you have to set the image to a fairly low quality level. Here is the general technique:

1. In an html page you can embed an image that is base64 encoded. 
2. Go to a site like https://onlinejpgtools.com/convert-jpg-to-base64 and convert your image to base64 encoding.
3. On a screen in game, right click and select Advanced->Edit HTML content
4. In the html page you can put the following tag to include the image  

<img src="data:image/jpg;base64,...">

5. Replace the ... in the above line with the Base64 encoded text from your conversion in step #2.

6. If the size of the image is too large you will get an error that the size is larger than 50KB. The way to fix this is to reduce the image quality or scale it down so that it's smaller. In my experience if your jpg image size is ~35KB or less the resulting base64 will be small enough.
7. You can use other HTML and CSS tags as well to center your image or resize it.

Posted
7 hours ago, fiddlybits said:

Sure, I'm fiddlybits on the Infinity Corp discord, feel free to message me any time. The downside with this method is that there is a 50KB limit on the size of html you can have in a screen. So you have to set the image to a fairly low quality level. Here is the general technique:

1. In an html page you can embed an image that is base64 encoded. 
2. Go to a site like https://onlinejpgtools.com/convert-jpg-to-base64 and convert your image to base64 encoding.
3. On a screen in game, right click and select Advanced->Edit HTML content
4. In the html page you can put the following tag to include the image  


<img src="data:image/jpg;base64,...">

5. Replace the ... in the above line with the Base64 encoded text from your conversion in step #2.

6. If the size of the image is too large you will get an error that the size is larger than 50KB. The way to fix this is to reduce the image quality or scale it down so that it's smaller. In my experience if your jpg image size is ~35KB or less the resulting base64 will be small enough.
7. You can use other HTML and CSS tags as well to center your image or resize it.

ok, so no, it doesn't work. It surpasses the allowed character limit. 

Posted
8 minutes ago, SirJohn85 said:

I still have no idea who you are, but your posts are always a boost for the day.

Dr. Frigo Porco....President of Alioth! Master of the Universe! Hero of the People!  ....pleased to meet you! 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...