The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.24 (Linux)
|
Random factoids about YR - Printable Version +- Renegade Projects Network Forums (https://forums.renegadeprojects.com) +-- Forum: Modding (https://forums.renegadeprojects.com/forumdisplay.php?fid=3) +--- Forum: Red Alert 2 & Yuri's Revenge Editing (https://forums.renegadeprojects.com/forumdisplay.php?fid=8) +--- Thread: Random factoids about YR (/showthread.php?tid=938) Pages:
1
2
|
RE: Random factoids about YR - Vinifera7 - 09.04.2008 Thanks for the awesome info! From my testing it also seems that the Napalm powerup is hardcoded to use the first animation listed in [Animations]. RE: Random factoids about YR - DCoder - 10.05.2008 Small random fact I just investigated, thanks to Marshall for bringing it to my attention and Carnotaurus for testing: an IFV cannot have a sane Mind Control mode - if you assign Weapon1 a weapon that can do Mind Control, it will be able to MC properly whenever the current weapon mode allows it to, but the link will not be cleared upon passenger exit, and other weapons will work fine without breaking the link. Assigning a non-MC weapon to Weapon1 will result in IEs whenever another mode attempts to use an MC weapon. Just a note if someone feels like formalizing it on ModEnc. RE: Random factoids about YR - Guest - 25.08.2008 "Action 45 - Ion Storm Stop: Doesn't defer functionality to Lighting Storm, seemingly just clears some internal flag, possibly one that tracks whether an Ion Storm is active." You know when one Lightning Storm is active, the player is unable to activate another? Perhaps this can somehow allow 2 simultaneous Weather Storms to be fired at once. Might be worth looking into. I know this is an old thread, but I've only just seen it. (Sorry for the bump). As I understand, the fact that only one Weather Storm can be active at one time is hard-coded? RE: Random factoids about YR - DCoder - 25.08.2008 The fact that only one Weather Storm can be active is hard coded, yes, due to the fact that WW used global variables (at C++ level) for this. RE: Random factoids about YR - MRMIdAS - 26.08.2008 (31.01.2008, 22:52:13)DCoder Wrote: Shouldn't that be unit at "1="? the first unit in the taskforce is at "0=" which by my testing, never works...... RE: Random factoids about YR - DCoder - 01.03.2009 Subtle hint: It would be nice if someone made sure ModEnc contains all these tidbits of data. RE: Random factoids about YR - Nighthawk - 08.03.2009 There, that should be the good majority of the non-map stuff in now. RE: Random factoids about YR - DCoder - 08.03.2009 Thank you! RE: Random factoids about YR - AlliedG - 14.06.2009 Well just some information add in regards to FA2 - Action 16 Reveal All Map causes a recon error online RE: Random factoids about YR - MRMIdAS - 14.06.2009 (26.08.2008, 02:07:26)MRMIdAS Wrote:(31.01.2008, 22:52:13)DCoder Wrote: can anyone get the same results as me? I'm pretty sure this works as I described, as WW's taskforces use it, but I'd like confirmation from someone else. thanks. RE: Random factoids about YR - Guest - 29.11.2010 NoAutoFire = , AutoCrush =, anyone else know what this is? "DemandLoad = if set, the SHP will not be cached on map load, but loaded from disk when needed.", so if it set to yes, does it game goes smoother? RE: Random factoids about YR - DCoder - 30.11.2010 DemandLoad is not read from the INI at all, it's internally set to zero at startup and never changed. RE: Random factoids about YR - lilyroads - 18.07.2011 interesting |