Jump to content

AlexB

Members
  • Content count

    236
  • Joined

  • Last visited

Community Reputation

8 Neutral

About AlexB

  • Rank
    Master Sergeant
  • Birthday 06/10/1983

Contact Methods

Profile Information

  • Location
    Germany
  • Interests
    Different projects involving coding stuff.
  1. AlexB

    Faster rendering

    That does not sound like a problem with this patch, because it can be reverted completely. If the game does not run with this patch disabled again, I suspect it did not run before you applied it. Try to run the game as admin. If that does not work, you might have to reinstall (run the setup as admin, if you haven't done so before).
  2. I created an empty 128x128 map with a bunch of V2RLs and some destroyers on the lower border. The V2RLs were made to leave the map through a teamtype. I don't know whether I still got that map somewhere.
  3. Thanks for the code snippets. Most likely the credit crash will help, but I already updated the AI to behave a little differently. It's just not released yet.
  4. Minor correction for question #3: With Ares you can have up to 4 campaigns on the campaign selection screen. That is the graphical menu you can select Allies, Soviet and Tutorial in RA2 (and only the former in YR). With Ares' Campaign List feature, you can show any number of campaigns.
  5. I haven't had that much free time lately. I looked into what would be needed to allow adding new units, but this is rather complex. It's five different systems that decide what the AI builds, with at least two modes each. But this should be the easy part. I know of a problem with the credits, but I don't know the reason yet. It happens when the first line of text reaches the upper screen border. (Btw, you can click the WW logo without holding down the shift key. That's only needed for the ant missions.)
  6. Hi Vlad Razvan, Sounds like an ambitious project. It is very easy to add an unbuildable (preplaced on map) unit or building. It was one of the first things I did. But before I can add new buildable units or buildings (from a new rules.ini list) I need to create the infrastructure that supports them. Many features -- almost everything, actually -- are hardcoded. The Gap Generators use the internal firing timer for gap regeneration, the game only creates gap for [GAP] buildings, radar is hardcoded, SAM and AAGUN firing / target selection is hardcoded, Radar jammers only jam DOME and SAM, ... Another one of the hardcoded things is the Owner= tag, which gets special treatment, if it isn't set to allies or soviets. I've seen on CnC Comm Center that certain buildings don't remap. I found the remap settings and I think I can add a new tag quite quickly that would enable this.
  7. @Iran: I got a bunch of macros that take care of putting the parameters into the right registers and retrieving certain return values. I don't know yet whether I'll make it open source. @Bullet: Without excepts I can't help. The first crash address is no valid game instruction. The second one lools like tying to call a function on a null pointer. I have yet to look it up what's going on there.
  8. Do you have the except.txt files from the crashes? Without them, the first one makes no sense.
  9. I like it (as well as the other episodes), including the commentary, because it is a more personal way to look into the subject than just stating facts.
  10. Hi Chad1233, at the moment I'm working on Ares again. There won't be updates in the next days, but when the new stuff is in the testing phase, I think I'll find some time to work on RA again.
  11. Possibly that or more. Who knows... I removed the aircraft check to build a radar more quickly.
  12. Hi FunkyFr3sh, please mind that you are getting Arda for free. Requests like "Don't do X, because we have other requirements" and "Remove feature Y, because RA becomes incompatible to people playing without Arda", aren't really things I'd like to consider, because they eliminate the fun I have coding Arda. It's not like I'm locking players out, but why should I try to please people who don't even use Arda? Is it my fault they don't use it? I wouldn't gain a damn thing if they would. "Not interested in doing anything for the online gamers"? Really? They are free to download it also, but I won't feed it to them. I don't even remember when I talked to any of the online players in the last few months. In the last weeks I found out what most of the important functions and do and what most of the fields in the classes are about. I succeeded to add new stuff to savegames and to send arbitrary network events. Even before the last update I worked on the AI. It's fun to push around bytes like this. Nothing of this is what online players find remotely interesting. I specifically marked Arda as being incompatible so it wouldn't collide with non-Arda players. Sure I could rip out all the new stuff and create a compatible version for online play. It could contain hi-res + longer sidebar + the health-on-mouse-over. Then it would be more like a cheat, because players using Arda got an unfair advantage. I could even add auto-repair, map reveal, activate all spy effects, and whatnot without other players noticing. The only thing that wouldn't work is the bugfixes, because if one player doesn't use Arda, the game would still be over. This really isn't what I had in mind. For fairness reasons, Arda should be incompatible to the original version, even if it added of the "real" cheats. Aside from this rant, Arda already supports the TLF videos, and it is multi-language, even if only the 3,3 MB package is used. It doesn't require the registry keys like CStrikeInstalled, because they can be read from an INI file.
  13. Isn't that the same with just one more level of indirection? If you pay you get to the next level in less time or you get to a higher level in the same time. The effect is the same.
  14. EchoLocation: Yeah, again, ants are hardcoded not to smoke (which is reasonable and more healhy). Should be an easy addition. ROB: Without posting what you actually tried I can't give any good advice. Here I posted the codes for the MLRS I used to convert the 1TNK (or 2TNK, don't remember). You have to set Ammo= and Turret=yes also. If you are using Ammo=3 and the Image=MLRS from C&C, it should work, though when the first rocket is fired the image should not change. This is because the file only contains images for 2, 1 and 0 rockets. If ammo is larget than 2, 2 rockets are shown. If you added a fourth image set with a third rocket, put it before all the other turret frames and set AmmoTurretCount=4.
  15. In the same folder as the debug logs. If you sort the files by date, the excepts should be next to the related debug.log of the same match.
×