IPB

Welcome Guest ( Log In | Register )


> New research information, You CAN teach an old dog new tricks!
DeathRay2K
post Jul 5 2007, 12:17 AM
Post #1


Banned God
Group Icon

Group: Super Moderators
Posts: 517
Joined: 2-October 06
From: Canada
Member No.: 9
Alliance: Nod
Favorite game: Tiberian Sun



Several new researches have been conducted at PPM recently, concerning Tiberian Sun.

First of all, it turns out that TS is more extensible than anyone previously thought! It turns out, you can make your own locomotors for TS with high-level programming languages that support DLL files, such as Delphi, C, and C++. CNCVK discovered this and posted a fair bit of information on it, and even posted a working locomotor (It makes the unit go around in circles) which you can download over at PPM.
The main part of the code ofr new locomotors looks something like this:
CODE
if (m_bMoving)
    {
        // rotate an object
        m_crd.X = m_pos.X + m_radius * sin(m_angle);
        m_crd.Y = m_pos.Y + m_radius * cos(m_angle);
        m_crd.Z = m_pos.Z;

        TechnoClass::InterMoveLocker(m_pObject, 0);
        TechnoClass::SetPos(m_pObject, &m_crd);
        TechnoClass::InterMoveLocker(m_pObject, 1);

        // increase an angle
        m_angle += 0.01;
        if (m_angle > 6.2831)
        {
            m_angle = 0;
        }
    }
   return m_bMoving;

Here's what it looks like:


There has also recently been some research on vehicular jumpjets.
Normally, when a vehicle is made a jumpjet, it becomes invincible and it cannot reveal shroud.
With this new research, conducted by Team Black, it was uncovered that in fact, two things do harm vehicular jumpjets. The firestorm defence and, more importantly, railguns!
Simply by giving the railgun AA=yes in its code allows it to fire at and harm vehicular jumpjets.

The ramifications of this discovery are huge for TS modders. This allows for helicopters with rotors (Or other animations), transports, and everything else vehicles are able to handle that aircraft are not. Even dogfights are made possible (albeit somewhat buggy) by giving the vehicular jumpjets a railgun.


--------------------
Go to the top of the page
 
: | +Quote Post
 
Start new topic
Replies
Robo fish
post Jul 5 2007, 12:33 AM
Post #2


Attack Cycle
Group Icon

Group: Members
Posts: 304
Joined: 21-October 06
From: Quebec, Canada
Member No.: 22
Alliance: Scrin
Favorite game: Tiberian Sun



Break dancing titans? Hell yeah!
That quite nice.


--------------------

QUOTE(Ixith)
dude.......get this.......in my Latin class tomorrow........wer having an Orgi
Go to the top of the page
 
: | +Quote Post
Lin Kuei Ominae
post Jul 5 2007, 12:40 AM
Post #3


Stealth Tank
Group Icon

Group: Members
Posts: 1,065
Joined: 14-November 06
From: Germany
Member No.: 281
Alliance: CABAL
Favorite game: Tiberian Sun



is it only the image that moves in circles or the unit itself? (If you shoot at it, would the projectile fly to the midpoint or the unit)
It doesn't follows the restrictions of the cells, that's why i ask.

But after 8 years a late and none the less amazing advance in modding TS.

Just think about new Hover locos or jumping pogo like locos or aircraft/plane locos or new underground locos... just wow dance.gif


--------------------
Co-Leader of Twisted Insurrection
my public units for you
Nod units:____________________________GDI units:
Nod Scorpion__________________________GDI 3A Kodiak
Nod Tachyon Tank______________________GDI Medusa (Triple Cannon Mech)
Nod Goliath___________________________GDI Behemoth (medium size Mech)
Nod Cobra (fast medium mech)__________GDI Battleship Aurora
Nod Siegebot (light MG-Mech)__________GDI Fortress Tower (Heavy Base Defense)
Nod Redeemer (4 legged heavy Cyborg)__GDI Triton (Titan support Mech)
Nod/Scrin WotW Tripod_________________GDI Exciter
______________________________________GDI Ion Charge Collector
Misc and Fun units:
X-Mech Calendar 28 SHP Units
Star Wars Mechs ATAT/ATST
Cyborg Barrack on PPM_________________Mech Factory
Mutant Tiberium Flyer
yt1300 (Millenium Falcon + BIG version)

if you use my units in your mod, please credit me.if you want to use my units on your website please ask me before.
Go to the top of the page
 
: | +Quote Post



Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 31st May 2025 - 03:06 AM


XGhozt.com