Jump to content

ToxLaximus

Member
  • Content Count

    59
  • Joined

  • Last visited

  • Medals

Everything posted by ToxLaximus

  1. The routines that plan routes, tried changing them, replacing with other commands, even removing, make no difference. Below is unaltered, I changed it so it can only getnextnode, by removing any getprevnode's, in the hope the walrus would stop messing about, but makes no difference, if there are any syntax errors the game wont start, strange. RouteNode FindNextNode( RouteNode node, bool fwd ) { if( RouteHasNames ) { //!!!!MEGA HACK!!!! if( !node ) { node = AssaultRoute.GetFirstNode(); } string nodeName = node.GetName(); if (fwd) node = node.GetNextNode(); else node = node.GetPrevNode(); if( !node ) return NULL; nodeName = node.GetName(); while (node) { if ( strstr( nodeName,"Regroup" ) >= 0 ) return node; if ( strstr( nodeName,"Wait" ) >= 0 ) return node; if ( strstr( nodeName,"End" ) >= 0 ) return node; if (fwd) node = node.GetNextNode(); else node = node.GetPrevNode(); if (node) nodeName = node.GetName(); } return NULL; } else { //TODO: FIND NODE FAR ENOUGH if (fwd) return node.GetNextNode(); else return node.GetPrevNode(); } }
  2. Great, I've been messing about with ai stuff but it does not make any difference in game, even removing stuff does not change anything, I have the right files in the right place because a change to stop intros works, will repacking make everything work?
  3. There are quite a few oldies here, myself included, CCGM certainly beats slippers and smoking jackets.
  4. Anyone that makes a extra long walrus will know how to turn it :p
  5. ToxLaximus

    [MOD] Island Mod

    They should hire Thygrrr, he's very motivated.
  6. Check this, it lifts its wheel up to turn on the spot, go to 1:30
  7. Because the pathfinder keeps adding its own way-points as the vehicle moves, I'm talking about direct way-points done manually.
  8. Is there a way to disable pathing and make the walrus go straight to the waypoint, using shift-clicks to make a route would be quicker.
  9. The wide door on the back of the carrier that's just above the water, real life marines launch on a big hovercraft out the back though a similar door.
  10. 1986-1987 Sledge Hammer tv series, classic. Everything in the 80's was cheesy and had a turbo, good old 80's.
  11. Technology A new drug Crack appears ( A derivative of Cocaine ) and is increasingly found in US Cities. First transatlantic fibre optic cable laid able to carry 40,000 telephone calls simultaneously. Stephen Hawking Publishes " A Brief History Of Time ". The first major computer virus infects computers connected to the Internet. The Hubble Space Telescope is put into operation. The US Stealth Bomber is unveiled. Using Carbon Dating it is established that the Turin Shroud Can Not Be the Burial Cloth of Christ. Popular Films Rain Man Who Framed Roger Rabbit Big Twins Crocodile Dundee II Die Hard The Naked Gun: From the Files of Police Squad! Beetlejuice Dangerous Liaisons A Fish Called Wanda Friday the 13th Part VII: The New Blood Popular Musicians Enya Robert Palmer Erasure Kylie Minogue U2 The Beach Boys Bros Michael Jackson with " Dirty Diana " Gloria Estefan Chicago with " Look Away " George Michael with " father Figure " Guns N' Roses George Harrison Also Red Dwarf sci-fi series started in 1988 and is also being remade soon ... http://uk.ign.com/articles/2012/10/04/red-dwarf-trojan-review
  12. Oops...http://www.metacritic.com/game/pc/carrier-command-gaea-mission Example: Modern Warfare 3 and Battlefield 3 were released at roughly the same time and are the same kind of game, Modern Warfare 3 was polished and sold 29 million, Battlefield 3 was not and sold 14 million to date.
  13. Game works, fans happy and recommend to their friends, devs make more money and buy porches, girls like porches. But seriously a game that works is going out sell one that does not work so well, that's the point many sales teams cant understand.
  14. LOL, another remake! Mac and Me :p
  15. Setting up manual waypoints would be a lot quicker.
  16. You know your stuff as many others here, given half a chance someone on these forums could turn out a quick fix in days or even hours, this would keep the ranting down and give the game a fighting chance.
  17. Early as in not finished yet.
  18. Amiga Game I had in 1988 (press title for link) Buggy Boy Captain Blood Carrier Command Falcon Star Wars
  19. Has anyone got the files from beta2?, those walrus were better.
  20. Skid steering to turn on the spot, or even steering like this ... The front and back wheels turn opposite to each other giving a really tight turning circle. EDIT: Yes I do have that lego model, and yes it does that stuff in the video :p http://www.youtube.com/watch?feature=fvwp&NR=1&v=7vzOuz7DfwY
  21. ToxLaximus

    Mod Script Findings

    //! send unit at 'to' proto native Action CreateMovementAction( vector to ); //! send unit at 'to' by direct steering proto native Action CreateIMovementAction( vector to ); These in cc.h, CreateIMovementAction is not in any other file, yet CreateMovementAction is used 30 times in 7 files, I tried changing all the CreateMovementAction to CreateIMovementAction in those 7 files, the walrus seemed to have more positive steering and climb better but that could be just wishfull thinking.
  22. After a few seconds the unit is replaced on the carrier after being destroyed, when stocking up keep an eye in the middle section it tells you how many of any particular item you can store on the carrier, I think 2 hammerheads can be on the carrier.
  23. The first 3 were pics of units that were never made into wallpapers by BI, so I extended the background pattern to fill HD 16:9 size (1920x1080) http://my.desktopnexus.com/ToxLaximus/uploads/
  24. ToxLaximus

    Mod Script Findings

    Modders, bookmark this page, good work.
  25. With the walrus trying to hump everything in sight its not easy, personally I'm leaving campaign
×