header general

[SUBMISSION] Dynamic Sky Viewpoint

  • A-Bomb
  • A-Bomb's Avatar Topic Author
  • Dark Imp
  • Dark Imp
More
8 years 9 months ago - 8 years 1 month ago #1 by A-Bomb
[SUBMISSION] Dynamic Sky Viewpoint was created by A-Bomb
Information:
Type: SkyViewpoint editor Thing
Connections: SkyViewpoint
Spawn Offsets: None
Documentation: Yes
Spawn Ceiling: No
Variants: 1 (DynamicSkyViewpoint, editor number 9084)
Summon: DynamicSkyViewpoint
ACS: Yes

Credits:

Submitted: A-Bomb
Decorate: A-Bomb
Idea Base: Source and similar engines' approach to skyboxes

Actor/ Thing: extends the existing ZDoom SkyViewpoint Actor

Description:

This is a single player intended editor Thing which expands upon the existing SkyViewpoint functionality used to create static skyboxes. The DynamicSkyViewpoint Actor moves according to the player's movement and a user-defined displacement constant.

Screenshots:


Last edit: 8 years 1 month ago by A-Bomb. Reason: Added SkyViewpoint as connection, Removed old link

Please Log in or Create an account to join the conversation.

  • Blue Shadow
  • Blue Shadow's Avatar
  • Administrator
  • Administrator
More
8 years 9 months ago #2 by Blue Shadow
Replied by Blue Shadow on topic [SUBMISSION] Dynamic Sky Viewpoint
Could you provide a demo map?

Please Log in or Create an account to join the conversation.

  • A-Bomb
  • A-Bomb's Avatar Topic Author
  • Dark Imp
  • Dark Imp
More
8 years 9 months ago #3 by A-Bomb
Replied by A-Bomb on topic [SUBMISSION] Dynamic Sky Viewpoint

Blue Shadow wrote: Could you provide a demo map?


Sure thing!

Please Log in or Create an account to join the conversation.

  • ozymandias81
  • ozymandias81's Avatar
  • Pain Elemental
  • Pain Elemental
More
8 years 9 months ago - 8 years 9 months ago #4 by ozymandias81
Replied by ozymandias81 on topic [SUBMISSION] Dynamic Sky Viewpoint
Better add it within the attachment added on main OP. Anyway, gonna try this now... I noticed it before on FB though and also added a "like" for this thing.

[EDIT]: Also, build the map in UDMF format and under GZDoom Builder. It's the better choice imho and you'll save a lot of space.
Last edit: 8 years 9 months ago by ozymandias81. Reason: typo

Please Log in or Create an account to join the conversation.

  • ozymandias81
  • ozymandias81's Avatar
  • Pain Elemental
  • Pain Elemental
More
8 years 9 months ago - 8 years 9 months ago #5 by ozymandias81
Replied by ozymandias81 on topic [SUBMISSION] Dynamic Sky Viewpoint
Ok, I polished a bit the wad and turned it into a pk3 though. There is your map inside, now in UDMF format.

Check the attachment, the pk3 is done in a way that's most clear possible. Also I added a nifty script on the map for lulz plus a reference for new usage for DoomEdnums inside MapInfo.txt

I like the effect, but surely I must give to this a deep try in order to get all the points, but everything's there and I am starting to like it really.

File Attachment:

File Name: DYNSKIES.zip
File Size:15 KB


Also it has a connection though: The SkyBox Viewpoint. Beside that, it's a very interesting workaround.
Attachments:
Last edit: 8 years 9 months ago by ozymandias81. Reason: connection

Please Log in or Create an account to join the conversation.

  • A-Bomb
  • A-Bomb's Avatar Topic Author
  • Dark Imp
  • Dark Imp
More
8 years 9 months ago #6 by A-Bomb
Replied by A-Bomb on topic [SUBMISSION] Dynamic Sky Viewpoint

ozymandias81 wrote: Better add it within the attachment added on main OP. Anyway, gonna try this now... I noticed it before on FB though and also added a "like" for this thing.

[EDIT]: Also, build the map in UDMF format and under GZDoom Builder. It's the better choice imho and you'll save a lot of space.


All this time I've been using Hexen format (pretty much without any deviation) because that's what I'd been used to since I first dabbled in DB2 years ago. Lol, I saw that you could set the fade and color right in the properties tab in this format and was like "yeah, this from now on" xD thanks! And I'm on it.

Please Log in or Create an account to join the conversation.

  • ozymandias81
  • ozymandias81's Avatar
  • Pain Elemental
  • Pain Elemental
More
8 years 9 months ago - 8 years 9 months ago #7 by ozymandias81
Replied by ozymandias81 on topic [SUBMISSION] Dynamic Sky Viewpoint
You are welcome. :)

OffTopic: I've seen your nice RayCast try video, and while I am a super-fan of Ultima Underworld 1 & 2, I hope you'll get into that one too.

ANYWAY, WELCOME ON REALM667 A-BOMB!
Last edit: 8 years 9 months ago by ozymandias81. Reason: details

Please Log in or Create an account to join the conversation.

  • A-Bomb
  • A-Bomb's Avatar Topic Author
  • Dark Imp
  • Dark Imp
More
8 years 9 months ago #8 by A-Bomb
Replied by A-Bomb on topic [SUBMISSION] Dynamic Sky Viewpoint
I just noticed your other message sorry! By the way, you just helped me out immensely! When I ran the pk3 my effect was disabled... So I added a #library declaration in my script and it seems to have fixed whatever was causing the issue.

Please Log in or Create an account to join the conversation.

  • ozymandias81
  • ozymandias81's Avatar
  • Pain Elemental
  • Pain Elemental
More
8 years 9 months ago #9 by ozymandias81
Replied by ozymandias81 on topic [SUBMISSION] Dynamic Sky Viewpoint
Ah yep, forgot to save the source file with the #library declaration... that was true. In fact I just renamed the SCRIPT compiled library into DYNSKY yesterday... it was 3am so that's why XD :fear:

Anyway, check ZDoomWiki to gather some more infos concerning libraries and usage under pk3'd files. They can improve greatly your works though.

Directives
Libraries

Keep in mind that in order to use the #import directive inside a library, you ALWAYS have to set up your directives with the #library declaration before anything else, so you may have something like this:
Code:
#library "dynsky" #include "zcommon.acs" #import "functns.acs" ...
Also stay always within 8 characters at least, this is mandatory. Have a nice day. :cool:

Please Log in or Create an account to join the conversation.

  • Blue Shadow
  • Blue Shadow's Avatar
  • Administrator
  • Administrator
More
8 years 9 months ago #10 by Blue Shadow
Replied by Blue Shadow on topic [SUBMISSION] Dynamic Sky Viewpoint
I don't have much in-terms of feedback, but it does look nice.

Please Log in or Create an account to join the conversation.