Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Forum » Disappearing animated object
Disappearing animated object [message #449375] Sun, 03 July 2011 13:21 Go to next message
LR01 is currently offline  LR01
Messages: 842
Registered: April 2006
Location: The Netherlands
Karma: 0
Colonel
When I make a animated object, it disappears when I look at it at certain angels, mostly when looking up. It only happens whit a animated object where you can stand in, like a box moving around.
I searched the forums first and found a topic whit the same problem as I have, though there isn't a solution from it. So, is it possible to do correct ore is it a limitation of the w3d engine?
http://www.renegadeforums.com/index.php?t=msg&goto=13730


Moding can be real Fun...
Re: Disappearing animated object [message #449389 is a reply to message #449375] Sun, 03 July 2011 20:54 Go to previous messageGo to next message
YazooGang is currently offline  YazooGang
Messages: 742
Registered: August 2008
Location: US
Karma: 0
Colonel
try creating a world box. i'm not sure but i think it could help
Re: Disappearing animated object [message #449393 is a reply to message #449389] Mon, 04 July 2011 01:15 Go to previous messageGo to next message
LR01 is currently offline  LR01
Messages: 842
Registered: April 2006
Location: The Netherlands
Karma: 0
Colonel
Adding a worldbox does indeed seems to help, though the weird is thing that the height of the box doesn't seems to matter. Well, it works now, thanks a lot for that.

Moding can be real Fun...
Re: Disappearing animated object [message #449395 is a reply to message #449393] Mon, 04 July 2011 02:11 Go to previous messageGo to next message
sla.ro(master) is currently offline  sla.ro(master)
Messages: 610
Registered: September 2010
Location: Romania
Karma: 0
Colonel
i had same problem, i will try with world box too maybe works Smile
thanks too.


Creator of Mutant Co-Op
Developer of LuaTT
Re: Disappearing animated object [message #449408 is a reply to message #449375] Mon, 04 July 2011 09:00 Go to previous messageGo to next message
kamuixmod is currently offline  kamuixmod
Messages: 211
Registered: July 2010
Karma: 0
Recruit
what about analyzing the orginal renegade elevator since they are animated as well?

http://img46.imageshack.us/img46/5836/kmauixsignature.png
Re: Disappearing animated object [message #449410 is a reply to message #449408] Mon, 04 July 2011 11:13 Go to previous messageGo to next message
sla.ro(master) is currently offline  sla.ro(master)
Messages: 610
Registered: September 2010
Location: Romania
Karma: 0
Colonel
kamuixmod wrote on Mon, 04 July 2011 19:00

what about analyzing the orginal renegade elevator since they are animated as well?


are u sure? elevator has problems sometimes on multyplayer


Creator of Mutant Co-Op
Developer of LuaTT
Re: Disappearing animated object [message #449414 is a reply to message #449375] Mon, 04 July 2011 13:56 Go to previous messageGo to next message
kamuixmod is currently offline  kamuixmod
Messages: 211
Registered: July 2010
Karma: 0
Recruit
since they dont dissapear, it might work

http://img46.imageshack.us/img46/5836/kmauixsignature.png
Re: Disappearing animated object [message #449437 is a reply to message #449414] Tue, 05 July 2011 11:47 Go to previous messageGo to next message
LR01 is currently offline  LR01
Messages: 842
Registered: April 2006
Location: The Netherlands
Karma: 0
Colonel
Well, having a worldbox covering the animation fixed the problem, not sure if the elevators in ren all have wordboxes covering the entire animations of the elevator.

Moding can be real Fun...
Re: Disappearing animated object [message #449461 is a reply to message #449437] Wed, 06 July 2011 04:50 Go to previous messageGo to next message
Gen_Blacky is currently offline  Gen_Blacky
Messages: 3250
Registered: September 2006
Karma: 1
General (3 Stars)
LR01 wrote on Tue, 05 July 2011 11:47

Well, having a worldbox covering the animation fixed the problem, not sure if the elevators in ren all have wordboxes covering the entire animations of the elevator.


they have a world box and bounding box. Animations need the world world box covering the entire animation.


http://s18.postimage.org/jc6qbn4k9/bricks3.png
Re: Disappearing animated object [message #449463 is a reply to message #449375] Wed, 06 July 2011 08:16 Go to previous messageGo to next message
kamuixmod is currently offline  kamuixmod
Messages: 211
Registered: July 2010
Karma: 0
Recruit
oh .btw should the worldbox be linked to the animated object, so it moves with the animated object? or should the whole animation area be covered?

http://img46.imageshack.us/img46/5836/kmauixsignature.png
Re: Disappearing animated object [message #449590 is a reply to message #449463] Wed, 13 July 2011 07:09 Go to previous messageGo to next message
LR01 is currently offline  LR01
Messages: 842
Registered: April 2006
Location: The Netherlands
Karma: 0
Colonel
Linking a worldbox doesn't work, you need to cover the animation area whit the box.

Moding can be real Fun...
Re: Disappearing animated object [message #449622 is a reply to message #449375] Thu, 14 July 2011 06:59 Go to previous messageGo to next message
kamuixmod is currently offline  kamuixmod
Messages: 211
Registered: July 2010
Karma: 0
Recruit
i mean does the Worldbox has to Move with the animation as well or only Cover the Animation Area

http://img46.imageshack.us/img46/5836/kmauixsignature.png
Re: Disappearing animated object [message #449634 is a reply to message #449622] Fri, 15 July 2011 01:54 Go to previous messageGo to next message
sla.ro(master) is currently offline  sla.ro(master)
Messages: 610
Registered: September 2010
Location: Romania
Karma: 0
Colonel
kamuixmod wrote on Thu, 14 July 2011 16:59

i mean does the Worldbox has to Move with the animation as well or only Cover the Animation Area


world box doesn't move


Creator of Mutant Co-Op
Developer of LuaTT
Re: Disappearing animated object [message #449771 is a reply to message #449634] Wed, 20 July 2011 15:43 Go to previous messageGo to next message
Jerad2142 is currently offline  Jerad2142
Messages: 3809
Registered: July 2006
Location: USA
Karma: 6
General (3 Stars)
Tiles and terrain do not need a bounding box, however certain vehicle/simple objects with the right physics settings do. Keep in mind that using a boundingbox (instead of a worldbox) allows you to make sure it shows up without forcing collisions on all the visible space.

Re: Disappearing animated object [message #449991 is a reply to message #449375] Sun, 24 July 2011 12:25 Go to previous messageGo to next message
kamuixmod is currently offline  kamuixmod
Messages: 211
Registered: July 2010
Karma: 0
Recruit
ehhh, im confused now. I want to make an Elevator which moves the player to the left/right and so on without the player falling. But the object dissapears and what do i need to put now? Worldbox or BoundingBox.

2. What is the Worldbox/Boundingbox now?
3. Whats their difference in doing?


http://img46.imageshack.us/img46/5836/kmauixsignature.png
Re: Disappearing animated object [message #450011 is a reply to message #449375] Sun, 24 July 2011 22:32 Go to previous messageGo to next message
Gen_Blacky is currently offline  Gen_Blacky
Messages: 3250
Registered: September 2006
Karma: 1
General (3 Stars)
AABox This mesh is to be used as an axis aligned collision box.
"worldbox"

OBBox Use this if youre exporting a bounding box area. Checkmark "Hide".
"boundingbox"

bounding box its whats suppose to cover the animation area sorry if I confused you before.


  • Attachment: HGLIFT.zip
    (Size: 154.47KB, Downloaded 59 times)


http://s18.postimage.org/jc6qbn4k9/bricks3.png

[Updated on: Sun, 24 July 2011 22:41]

Report message to a moderator

Re: Disappearing animated object [message #451194 is a reply to message #449991] Wed, 10 August 2011 13:21 Go to previous message
Jerad2142 is currently offline  Jerad2142
Messages: 3809
Registered: July 2006
Location: USA
Karma: 6
General (3 Stars)
kamuixmod wrote on Sun, 24 July 2011 13:25

ehhh, im confused now. I want to make an Elevator which moves the player to the left/right and so on without the player falling. But the object dissapears and what do i need to put now? Worldbox or BoundingBox.

2. What is the Worldbox/Boundingbox now?
3. Whats their difference in doing?

Neither, Elevators are type tile and not object, they don't need bounding or world boxes. (You could make an object elevator, but you'd have to code it to move the objects, animated bounding boxes just slide over other objects).


Previous Topic: Help!! How to get base defenses shoot at mutant units in multiplayer?
Next Topic: renx scale
Goto Forum:
  


Current Time: Thu Nov 21 15:28:49 MST 2024

Total time taken to generate the page: 0.01821 seconds