Jump to content


xelono

Member Since 25 Jan 2013
Offline Last Active May 16 2017 01:20 AM

Topics I've Started

ANM lost on file

18 February 2017 - 06:10 PM

Hello everyone,
 
Does anyone know what the name of the green beret animation is to get the fist and hit in bcd?
 
Because when extracting the file COMMANDO.ANM a certain list of animations is lost and therefore I can not know the name of this animation in specifio. (Also happens with with others, like CABO.ANM, MECANIC.ANM among others)
 

"COMANDO.ANM file"

SPRITE "CARR0054.RLE",-20,-14,0

SPRITE "CARR0062.RLE",-26,-12,0
SPRITE "CARR0070.RLE",-31,-12,0
 
FRAME 16
SPRITE "CARR0007.RLE",-29,-11,0
SPRITE "CARR0015.RLE",-26,-12,0
SPRITE "CARR0023.RLE",-22,-16,0
SPRITE "CARR0031.RLE",-16,-16,0
SPRITE "CARR0039.RLE",-11,-16,0
SPRITE "CARR0031.RLE",-14,-16,1
SPRITE "CARR0023.RLE",-17,-15,1
SPRITE "CARR0015.RLE",-22,-12,1
SPRITE "CARR0007.RLE",-21,-10,1
SPRITE "CARR0071.RLE",-18,-11,1
SPRITE "CARR0063.RLE",-15,-12,1
SPRITE "CARR0055.RLE",-11,-14,1
SPRITE "CARR0047.RLE",-11,-14,0
SPRITE "CARR0055.RLE",-20,-14,0
SPRITE "CARR0063.R
 
Here should follow the animation list and at the end close with bracket parenthesis.

 


RENDERVOL / POLY and VOLCOLISION / POLY

09 February 2017 - 11:23 PM

Hello
 
Anyone has any idea how to add the correct POLY for the sprite I need.
 

 

      ]

      .GRAPH [ 
        .ANIM XELO_LANDIBOAT1
        .TILES 2
        .RENDERVOL [ 
          POLY
          [ 
            .H 40
            .VERT [ [ 250 0 ] [ 210 70 ] [ -60 45 ] [ -60 -45 ] [ 210 -70 ] ]
          ]
        ]
      ]
      .VOLCOLISION [ 
        POLY
        [ 
          .H 60
          .VERT [ [ 220 40 ] [ -60 40 ] [ -60 -40 ] [ 220 -40 ] ]
        ]
      ]

 

 
Apparently these data configure the limit of the sprite so that commands, Germans, animals, etc., when colliding with the object these stop and do not pass over or under.
 
How to configure this data if I want to change the sprite by another vehicle, for example the boat (LANCHON)
 
I leave an example here:
 
Attached File  polys0.jpg   19.45KB   40 downloadsAttached File  polys1.jpg   23.23KB   41 downloads

 

 

 
 

how to create a mini map? (BEL style)

05 February 2017 - 06:31 AM

Hello everyone,
 
Is there any tool to compile (.RLE) minimapas style BEL ??
 
I need to modify certain maps for my mod.

Cannon don't work in BtCoD

21 July 2016 - 09:20 PM

Hello everyone,
 
How to make the cannon gunner first mission in Africa (Commandos BEL) work (shoot) in Commandos BtCoD ??
 
Also how to operate the Red light (blinking) in BtCoD?
 
anyone know some code to make it work all this?
 
(This has to do with the subject of .INTENDENCIA?)