Jump to content
The Dark Mod Forums

Recommended Posts

Posted

Has anyone ever used this entity? The description says:

Shaking object. Starts shaking at map start by default. Triggering entity turns it on and off.

 

 

Does this entity make an actual model shake? Or does it make the whole screen shake like some loud noises do?

 

I'm wondering if it could be used to simulate a really unstable floor by shaking the player's view as they walk.

Posted

Is this http://idtechforums.fuzzylogicinc.com/index.php?topic=365.msg3819;topicseen#msg3819 related to your question?

 

If so, no, it's not possible to make floating ship out of the box. However, with minor game code tweaks, you could do it. Basically you need for an entity that is being bound to the root entity via bind to copy its origin and angles. Then you can make animated (as func_animated) model of the ship and a collisions hull for it. Collision hull would be func_mover and you can bind it to the func_animated. Player's code works with func_mover (collisions) and func_mover will "float" with animation of func_animated.

Posted

This isn't necessarily related to a ship. It's about making the player feel like they're shaking or bobbing by moving only the camera, not any geometry.

Posted

Try to have a look at the map "Thomas Porter 3: Glenham Tower". If I remember correctly, there is a shaky cam, when the player reaches the top of the tower. Maybe you can ask Sotha, how he did this.

Posted

func_shaking makes an entity wobble, either a model or an fs created in DR. I don't think it could make the camera bob during normal play.

 

It'd be possible to script moving the player (and therefore the eye camera) around, but it probably won't work if the player has to move around normally at the same time. The wobble script would probably get the player stuck in the surrounding geometry.

Posted
Collision hull would be func_mover and you can bind it to the func_animated.

 

 

Would the same principle work if you bound a func_mover to a func_pendulum or func_bobbing?

Posted

 

Would the same principle work if you bound a func_mover to a func_pendulum or func_bobbing?

 

Yes, if you modify binding functionality. Currently the way binding works is that bound object will only change location, but not rotation.

Posted

 

Yes, if you modify binding functionality. Currently the way binding works is that bound object will only change location, but not rotation.

Are you sure about that? Keys bound to AI rotate correctly as the AI moves, for example.

Posted

I did a quick test binding a simple func_mover to a model that was bound to a func_bobbing entity, and the results are promising. The player moved correctly with it, and movables did too--at least until you stacked two movables on top of each other--then the bobbing was interrupted. That was to be expected, though, since the same thing happens to elevators and doors.

Posted (edited)

Are you sure about that? Keys bound to AI rotate correctly as the AI moves, for example.

 

Maybe you guys already had it fixed in TDM. I recall we didn't have it working right and had to fix it in the Storm Engine. Or maybe it worked fine with entity>bone, but didn't work with entity>entity binding. I don't recall by now.

Edited by motorsep
Posted

Doors attached to a func_bobbing seem to work properly, but oddly their sounds are extremely muted--so muted you can't hear anything but the loudest noises.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recent Status Updates

    • JackFarmer

      "The Year of the Rat." 
      😄

      Al Stewart must be proud of you!
      Happy testing!
      @MirceaKitsune
      · 1 reply
    • datiswous

      I posted about it before, but I think the default tdm logo video looks outdated. For a (i.m.o.) better looking version, you can download the pk4 attached to this post and plonk it in your tdm root folder. Every mission that starts with the tdm logo then starts with the better looking one. Try for example mission COS1 Pearls and Swine.
      tdm_logo_video.pk4
      · 2 replies
    • JackFarmer

      Kill the bots! (see the "Who is online" bar)
      · 3 replies
    • STiFU

      I finished DOOM - The Dark Ages the other day. It is a decent shooter, but not as great as its predecessors, especially because of the soundtrack.
      · 5 replies
    • JackFarmer

      What do you know about a 40 degree day?
      @demagogue
      · 4 replies
×
×
  • Create New...