Join us at the Oolite Anniversary Party -- London, 7th July 2024, 1pm
More details in this thread.

Screenshots

General discussion for players of Oolite.

Moderators: winston, another_commander

User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16073
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Re: Screenshots

Post by Cody »

Does the fact that most of those entities are contained within a small area affect the FPS? Or is it purely the number?
I'll have to crank-up Moar Rocks, methinks. So far, 600-700 entities ain't a problem (nor should it be, on my rig).
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6571
Joined: Wed Feb 28, 2007 7:54 am

Re: Screenshots

Post by another_commander »

I think that having them all close together might be a factor too, simply because the system will have to actually update their AIs and physically render them all. To what extent though, that I am not very sure of.

Edit to add: I guess also collision detection will shoot up crazy if almost all entities being checked are close to eachother.
User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16073
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Re: Screenshots

Post by Cody »

Testing Postimage.org...

Image
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6571
Joined: Wed Feb 28, 2007 7:54 am

Re: Screenshots

Post by another_commander »

Image

Image
User avatar
CWolf
---- E L I T E ----
---- E L I T E ----
Posts: 317
Joined: Mon Jul 03, 2006 12:33 pm
Location: Currently floating round Eninre

Re: Screenshots

Post by CWolf »

Apologies if this is blatantly mentioned before - how do you get rid of the HUD for screenshots?
The act of talking b*ll*cks whilst waving one's arms about wildly is referred to as testiculation.

Image
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6571
Joined: Wed Feb 28, 2007 7:54 am

Re: Screenshots

Post by another_commander »

CWolf wrote:
Apologies if this is blatantly mentioned before - how do you get rid of the HUD for screenshots?
Pause, then "O". Same key brings it back while in pause.
User avatar
CWolf
---- E L I T E ----
---- E L I T E ----
Posts: 317
Joined: Mon Jul 03, 2006 12:33 pm
Location: Currently floating round Eninre

Re: Screenshots

Post by CWolf »

another_commander wrote:
CWolf wrote:
Apologies if this is blatantly mentioned before - how do you get rid of the HUD for screenshots?
Pause, then "O". Same key brings it back while in pause.
Aaahhhh. Pause first! Didn't try that in all the years I have been playing!
The act of talking b*ll*cks whilst waving one's arms about wildly is referred to as testiculation.

Image
User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16073
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Re: Screenshots

Post by Cody »

To be precise, that should be lower-case.
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16073
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Re: Screenshots

Post by Cody »

If, like me, you take a lot of in-action screenshots, you can create a primable Hud Toggle OXP that doesn't need to be paused.
You'll need a Config folder containing an equipment.plist with this in it...

Code: Select all

(
   (
      5,
      500,
      "HUD Toggle",
      "EQ_HUD_TOGGLE",
      "Allows the HUD to be turned on and off in flight.",
       {
          "available_to_all" = YES;
          "script" = "hud-toggle.js";
       }
    )
)
... and a Scripts folder containing hud-toggle.js with this in it...

Code: Select all

this.activated = function() {
  player.ship.hudHidden = !player.ship.hudHidden;
}
Wrap both folders in an outer folder, name it Hud Toggle.oxp, drop it into your AddOns folder, buy it, and it should work.

Hope I've explained that clearly enough. All code courtesy of cim, of course.
Last edited by Cody on Sun Jan 17, 2016 11:01 pm, edited 2 times in total.
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
Fritz
---- E L I T E ----
---- E L I T E ----
Posts: 591
Joined: Sun Jul 12, 2015 2:30 pm
Location: Bavaria, Germany
Contact:

Re: Screenshots

Post by Fritz »

Good idea! I added the code to my "personal" OXP, and it works. 50 Cr. well spent! I do prefer to have the HUD on forward view screenshots though, but this will be very useful for pictures taken from side and external views.
"You wouldn't kill me just for a few credits, would you?" – "No, I'll do it just for the fun!"
User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16073
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Re: Screenshots

Post by Cody »

It has the added bonus of being cannon-fodder too - sweet!
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
User avatar
Norby
---- E L I T E ----
---- E L I T E ----
Posts: 2577
Joined: Mon May 20, 2013 9:53 pm
Location: Budapest, Hungary (Mainly Agricultural Democracy, TL10)
Contact:

Re: Screenshots

Post by Norby »

A fight started between tough ships. Nice target...
Image

I think I have enough firepower to win...
Image

Yes! But... that was the fuel scoop only.
Image

Yes again! But... that was the fuel injector only.
Image

Then the energy unit...
Image

Yes? No, just the ECM...
Image

Then a laser...
Image

Still looks well without subentities...
Image

Another laser gone...
Image

Finally said S.O.S. just before waporized. Phew. :)
Image
ralph_hh
---- E L I T E ----
---- E L I T E ----
Posts: 297
Joined: Tue Nov 11, 2014 12:42 pm
Location: Germany

Re: Screenshots

Post by ralph_hh »

There goes my.. ?? What a funny OXP is creating such messages?
The pictures are awesome!!
User avatar
Rxke
Retired Assassin
Retired Assassin
Posts: 1757
Joined: Thu Aug 12, 2004 4:54 pm
Location: Belgium

Re: Screenshots

Post by Rxke »

I barely recognize Oolite in these screenshots! 8)
Post Reply