Jump to content

Iran

Retired staff
  • Posts

    1161
  • Joined

  • Last visited

Everything posted by Iran

  1. Those patches look great!
  2. There are 97 players playing Renegade X right now and 90 playing Renegade.
  3. I can't update the Desert and Winter RAED to also support Jungle, because I can't add new theaters and the SNOW theater is only 4 letters (can't add new strings easily). You'll have to hex edit another copy of RAED instead. EDIT: Oh I see what you mean. I'd rather have JUNGLE than JUNG though.
  4. Here's the latest ra303p patch which supports the JUNGLE theater, read from JUNGLE.MIX with SHPs and TMPs using the .JUN extension https://www.dropbox.com/s/fs9m62y73etql1p/ra95.exe Also fixes the sidebar/dos interface stuff
  5. The game is a garbage piece of shit and you're better off playing the original.
  6. Iran

    Ra95 Crash

    What did you do exactly and how did you load the map?
  7. The option is broke because I broke it in the Red Alert patch which Allen uses.
  8. Jelly-server Marathon on Renegade has 50 players alone, Renegade-X barely tops 130 players at prime time.
  9. It's working for me too, using Chrome. The site might have been down or experiencing an issue (maybe related to the recent OpenSSL Heartbleed bug). Tell me if the issue persists, I'll just pastebin a text file equivalent.
  10. There's the feature list which I update whenever doing additions/changes, but no changelog: https://github.com/Iran/ra303p-iran/blob/master/docs/features.md
  11. You can hex edit stock RAED to use Winter instead of Temperate. Mine uses Winter isntead of Interior like Allen262 said. I never thought about the different CLEAR1 tile behavior for the Interior theater, sadly. Note that RAED uses Pascal style strings, in front of the string you're editing there's a byte which has the string's length, if you edit a string you also need to change this preceding byte to update the length. Other than that it's just replace all references to the theater name and short hand (e.g. Temperate and TEM).
  12. I should have made the changes done to the embedded tutorial text feature clearer. My apologies.
  13. Yes the CLEAR1 RA1 tile has some hacky special logic to it. It's used interchangeably as 4x4 and 1x1.
  14. It needs to be [basic] UseCustomTutorialText= (Yes/No), after which it gets read in from the [Tutorial] section of the map. I think the format needs to be a ascending numeric keys starting from '1=', like: [Tutorial] 1=dee 2=34e343 3=hihihi The mission you uploaded doesn't have 'UseCustomTutorialText=' set correctly and I'm not sure if the '1=' then '247=' thing under [Tutorial] works. Though I'm not sure about the latter and I'm also not sure if my suggestions fix any crashes. Give it a try. At first I patched the game to allow you to use an external Tutorial.INI file to read the tutorial text from but I figured I might as well modify it to read it from a [Tutorial] section in the map file itself, as it seems no one cares about localisation. It's probably where the confusion comes from.
  15. Ah, I understand that. I could add them as rules.ini options if you like though. They're only cosmetic so it doesn't interact with the dozens of other subsystems which interact strictly with rules.ini.
  16. I disagree with the way the text power, colors and main menu layout and stuff look. I think they look awful. It's your mod though of course. I fixed the MCV and Harvester and fixed the aircrafts remaps too now. Yes RapidShare used to be better but it still was mediocre--now it's absolute garbage. The alternative PPMsite link isn't really visible compared to the 6 RapidShare links.
  17. Main menu buttons top offset adjust: 00501DBD BE 99000000 MOV ESI,99
  18. Minor power bar color change: 00527820 B9 03000000 MOV ECX,3
  19. Changes which need to be applied: 004F7545 B5 04 MOV CH,4 005538A9 B4 03 MOV AH,3 005538B0 B2 04 MOV DL,4 or if you want a slightly darker green color: 004F7545 B5 04 MOV CH,3 005538A9 B4 03 MOV AH,3 005538B0 B2 04 MOV DL,3
  20. What color do Nod's aircrafts have in C&C1?
  21. I'm really enjoying the 1 hour left on my 105 MB download from RapidShare. Even though my max download speed is 1.5MB/s. I suggest having Tore or banshee host the download instead.
  22. Not something i'm interested in personally.
×
×
  • Create New...