[RELEASE] HUD Requests OXP and LogEvents OXP
Moderators: winston, another_commander
- Norby
- ---- E L I T E ----
- Posts: 2577
- Joined: Mon May 20, 2013 9:53 pm
- Location: Budapest, Hungary (Mainly Agricultural Democracy, TL10)
- Contact:
Re: [RELEASE] HUD Requests OXP and LogEvents OXP
Thank you dertien! I think the allocation of pictures can happen in order of requests, I will ask also when I need some.
Similar "talking faces" concepts are in the [wiki]Vector_OXP[/wiki], you can check it.
Similar "talking faces" concepts are in the [wiki]Vector_OXP[/wiki], you can check it.
-
- ---- E L I T E ----
- Posts: 471
- Joined: Sun Jan 23, 2011 9:27 pm
- Location: Belgium, Monarchy, Feudal, Overtaxed system
Re: [RELEASE] HUD Requests OXP and LogEvents OXP
No worries there, will have a look at that Vector oxp as soon as I can, looks cool, thanks for the update.
Laterz
Laterz
Alpha Backer of Elite Dangerous
With 250 GBP
With 250 GBP
Re: [RELEASE] HUD Requests OXP and LogEvents OXP
dertien - I thought of something else when I saw those faces. One of them could be your face, I mean, the Commander Jameson's! Please make a Jameson Faces OXP
-
- ---- E L I T E ----
- Posts: 471
- Joined: Sun Jan 23, 2011 9:27 pm
- Location: Belgium, Monarchy, Feudal, Overtaxed system
Re: [RELEASE] HUD Requests OXP and LogEvents OXP
Okay, but when would you see them ? Sorry I don't play that often and am mostly flying wings3d. Only for the load screen would be a little overkill ?
Alpha Backer of Elite Dangerous
With 250 GBP
With 250 GBP
Re: [RELEASE] HUD Requests OXP and LogEvents OXP
Load screen, but also F5 and possibly F5/F5 (manifest/contracts) sound like good ideas.dertien wrote:Okay, but when would you see them ? Sorry I don't play that often and am mostly flying wings3d. Only for the load screen would be a little overkill ?
Re: [RELEASE] HUD Requests OXP and LogEvents OXP
Also, on topic, with the MFDs in this could be a good way to resurrect Kaks' old idea: linky
- Norby
- ---- E L I T E ----
- Posts: 2577
- Joined: Mon May 20, 2013 9:53 pm
- Location: Budapest, Hungary (Mainly Agricultural Democracy, TL10)
- Contact:
Re: [RELEASE] HUD Requests OXP and LogEvents OXP
Worth to check Overlay with Coloring and Decals in Cabal Common Library.dertien wrote:I would like very much to see the face of the freighter pilot I need to escort
-
- ---- E L I T E ----
- Posts: 471
- Joined: Sun Jan 23, 2011 9:27 pm
- Location: Belgium, Monarchy, Feudal, Overtaxed system
Re: [RELEASE] HUD Requests OXP and LogEvents OXP
Ha! yes I see, and thank you Norby but... there's programming and there's me. And these two don't match very well. except for writing CSS (cascading style sheets), and that is something we won't be needing in Oolite. With a working example (maybe something like the Vector ship) I could read the JS and interpret what it does.Norby wrote:Worth to check Overlay with Coloring and Decals in Cabal Common Library.dertien wrote:I would like very much to see the face of the freighter pilot I need to escort
But yes, like Zirael said about load screens and so on would indeed sound like a good idea. Or when the escort contract says thank you just before entering the station and paying you.
Alpha Backer of Elite Dangerous
With 250 GBP
With 250 GBP
Re: [RELEASE] HUD Requests OXP and LogEvents OXP
I've ported Kaks old comms demo code for use with the HUD Requests OXP.
https://www.dropbox.com/s/cge5lg6z02i65 ... ommsreq.js
If Norby updated this baby to use MFDs or comms exclusively for the dialogues, we could proceed with the ship-to-ship comms.
A hudoverlay plist wouldn't be unwelcome, too.
https://www.dropbox.com/s/cge5lg6z02i65 ... ommsreq.js
If Norby updated this baby to use MFDs or comms exclusively for the dialogues, we could proceed with the ship-to-ship comms.
A hudoverlay plist wouldn't be unwelcome, too.
- Norby
- ---- E L I T E ----
- Posts: 2577
- Joined: Mon May 20, 2013 9:53 pm
- Location: Budapest, Hungary (Mainly Agricultural Democracy, TL10)
- Contact:
Re: [RELEASE] HUD Requests OXP and LogEvents OXP
I think I do not need to do anything with my HUD Request OXP. You can make a new OXP from your js if you print the messages into an MFD and use a primable equipment to select the answer, that's all.
Re: [RELEASE] HUD Requests OXP and LogEvents OXP
I know how to print messages into MFDs but I'm afraid I don't know anything about primable equipment. And at any rate, it'd get done next weekend when I have access to all my files and Oolite.Norby wrote:I think I do not need to do anything with my HUD Request OXP. You can make a new OXP from your js if you print the messages into an MFD and use a primable equipment to select the answer, that's all.
- Norby
- ---- E L I T E ----
- Posts: 2577
- Joined: Mon May 20, 2013 9:53 pm
- Location: Budapest, Hungary (Mainly Agricultural Democracy, TL10)
- Contact:
Re: [RELEASE] HUD Requests OXP and LogEvents OXP
[wiki]CommsLogMFD[/wiki] is a nice example of using a primable equipment together with a MFD.
- Norby
- ---- E L I T E ----
- Posts: 2577
- Joined: Mon May 20, 2013 9:53 pm
- Location: Budapest, Hungary (Mainly Agricultural Democracy, TL10)
- Contact:
Re: [RELEASE] HUD Requests OXP and LogEvents OXP
LogEvents got an update after almost four years to also log the calls of new events which are added into the game meantime.
Thanks to phkb and SMax for the requests.
Thanks to phkb and SMax for the requests.
- phkb
- Impressively Grand Sub-Admiral
- Posts: 4830
- Joined: Tue Jan 21, 2014 10:37 pm
- Location: Writing more OXPs, because the world needs more OXPs.
Re: [RELEASE] HUD Requests OXP and LogEvents OXP
Just to be clear, the two events (Norby wrote:new events which are added into the game
escapePodSequenceOver
and shipReleasedEquipment
) have been in the game for a long time (at least v1.75). It's just that the Wiki pages didn't have any mention of them, so they were kind of invisible.