Jump to content

new video


xdxxdy

Recommended Posts

Nice. Well made and much smoother then the last video. :)

There is one issue though. I guess you can't select the unit in the editor after it has been placed? And also, it won't have any kind of interaction with anything else so it would only be good for backdrops where the players can't reach or throw grenades at it.

Why? Because it doesn't have any body. So it has no physical existents in the game.

Link to comment
Share on other sites

substitute the content of sfera.xml with this:

<?xml version="1.0" encoding="ISO-8859-1" ?>

<dynamic_object>

<diesel file="/data/objects/sfera.diesel" orientation_object="root_point" materials="/data/objects/materials.xml"/>

<object name="root_point"/>

<animation_group name="test" playing="true">

<object name="sfera"/>

</animation_group>

<body name="bo" keyframed="true">

<object name="sfera" collision_type="mesh_mopp" shadow_caster="true"/>

</body>

</dynamic_object>

How has said wolfsong the units without the body or wrong body declaration are unselectable in the editor after placement.

Note the

<object name="sfera"/>

and

<object name="sfera" collision_type="mesh_mopp" shadow_caster="true"/>

they have the same name chosen in 3dsmax "sfera".

In the unit file u_sfera.xml lacks the line "network sync" that allow the sync of the animations for the on-line game. I have removed that because increase network traffic but this can cause graphics difference in the clients

especially in coop.

substitute the content of u_sfera.xml with this:

<?xml version="1.0" encoding="ISO-8859-1"?>

<units>

<unit type="prop" name="test_sfera_anim" slot="20">

<network sync="bodies" />

<model file="sfera.xml"/>

<script_class name="base" class="Base"/>

<stats block="base_data">

</stats>

</unit>

</units>

Bye

Edited by xdxxdy
Link to comment
Share on other sites

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.

×
×
  • Create New...