• S.T.A.L.K.E.R. Series Megathread: If nobody will make it I will
    5,001 replies, posted
[QUOTE=nige111;24750192]fucking rookie why you use crosshair and hud and minimap and not redux :downs:[/QUOTE] I don't care,Also I dislike Redux
[QUOTE=Carnage2323;24746479]Deadly anomalies, Dangerous mutants, Anarchists and bandits, will not stop Duty on it's triumphant march to save this planet and it's citizens! Free stalkers join Duty, protecting the world from the contagious Zone! Its the duty of us all! Every new member of Duty supplied with excellent gear! [URL]http://www.youtube.com/watch?v=hT-wUR0LFaY&feature=related[/URL][/QUOTE] I asked the person who made that video a long time ago what it was, he apparently made it in 3dsMax. So I doubt it was early footage of the game. Does anyone else agree that the relationships between CoP mods are: Redux = Lurk SGM = SMP
Still not working Thorny. Expression : !m_error_code Function : raii_guard::~raii_guard File : D:\prog_repository\sources\trunk\xrServerEntities\script_storage.cpp Line : 748 Description : ... call of pripyat\gamedata\scripts\sound_theme.script:226: bad argument #1 to 'gsub' (string expected, got nil)
Different error that time. Let me take a look.
Wait, wait, I'm still using 1.2, that's probably why.
Try this one. [url]http://dl.dropbox.com/u/3676303/redux%20sound%20theme%20script%20fix.rar[/url] [editline]06:09PM[/editline] Patch to 1.05 and then try it again.
Now I get this. Expression : !m_error_code Function : raii_guard::~raii_guard File : D:\prog_repository\sources\trunk\xrServerEntities\script_storage.cpp Line : 748 Description : ... call of pripyat\gamedata\scripts\sound_theme.script:256: bad argument #2 to 'random' (interval is empty)
Which file are you using? Also, patch 1.05?
That one was the second file, patch 1.05, this log is from the first one, patch 1.05. Expression : !m_error_code Function : raii_guard::~raii_guard File : D:\prog_repository\sources\trunk\xrServerEntities\script_storage.cpp Line : 748 Description : ... call of pripyat\gamedata\scripts\sound_theme.script:226: bad argument #1 to 'gsub' (string expected, got nil) [editline]06:46PM[/editline] Official Fix Redux Megathread.
I don't know why it's doing that... That second file is the VANILLA file, so what the fuck is happening?
Probably why I'm trying to help him instead of telling him he's terrible at this. [editline]06:59PM[/editline] Ninja'd Disable the background music? I think that's what's going on there.
Naw, or that would happen on every level.
Started a new game in Redux cuz I was didn't even get to Yanov yet had an Exo with a SPAS, and Vintorez. So I thought that I'd try again as 1.05 makes it slightly harder. I skip the oepning cut scene. Looks normal, got my AK 74U, Makarov, a med-[b]BLOODSUCKERS, BLOODSUCIKERS EVERYWHERE.[/b]
I shot a dying Rookie in SGM and got "Hero of the Zone" rank.
Because you stopped him from having a horrible death and ended it quickly.
[QUOTE=JDER14;24758750]Because you stopped him from having a horrible death and ended it quickly.[/QUOTE] But I had 80 medkits on me. :saddowns:
Then I don't know. [editline]02:27PM[/editline] Also is your avatar from "The Room: The Game?"
Of course, that's why it cannot be unseen. :v:
I thought so...
Oh yea, and I wonder if the space anomaly killed anyone that was under the Cordon railway bridge in CS when it teared it's side apart and made the train cars fall all over the road below.
What`s the better game? Clear Sky or Call of Pripyat? I`ve already played through Shadow of Chernobyl, and:iia:. I`m just not sure which one I should buy first.
So I just got through [sp]X8[/sp]. Turned off the game to take a break, 5 seconds later, my tinnitus acts up and I hear this high pitched whine in the same pitch as when a controller is around. I freak out and turn around before realizing what happened. Freaked the hell out of me.
[QUOTE=kaine123;24760711]What`s the better game? Clear Sky or Call of Pripyat? I`ve already played through Shadow of Chernobyl, and:iia:. I`m just not sure which one I should buy first.[/QUOTE] CoP, imo
This is fucked up. The swamps are so dangerous. [IMG]http://i55.tinypic.com/xm3b5k.jpg[/IMG]
[QUOTE=kaine123;24760711]What`s the better game? Clear Sky or Call of Pripyat? I`ve already played through Shadow of Chernobyl, and:iia:. I`m just not sure which one I should buy first.[/QUOTE] I would go with clear sky first and finish it before you buy call of pripyat. Its extremely enjoyable, more so than CoP imo
Is there a command to change the amount of memory the game uses?
If you're playing call of pripyat, download the patched .exes that are in the OP
Bulldog 6 feels like a revolver-based rocket launcher more than a grenade launcher.
I got a problem in redux. Somehow I can't talk to sultan and thus can't start the shevchenko mission. For some reason he is hostile towards me but the bandits are neutral. Is there any way to reset his status?
For the people who are having the corpse_detection crash in Redux, I found this that might help: [url]http://s4.invisionfree.com/STALKERRE/ar/t858.htm[/url] [quote] After becoming frustrated by regular crashes in the Jupiter area - all relating to corpse issues - I decided to do some investigating. I wound up making some changes that seem to have fixed my crashes (at least for now). I will describe below the change I made and how to do it. Note that I am not an experienced Stalker modder, nor do I know exactly what impacts this has on the game, but it seems to have worked for me with no ill-effects. 1. Open the file xr_corpse_detection.script - I used notepad++ to do this. This file can be found in the following directory: [cop directory]/gamedata/scripts/ 2. Find the following line (should be line 346): [code] elseif items_value >= 0 and math.random(items_value) < 50 then [/code] 3. Change it to the following (note I only removed the equal sign from the first comparison operator): [code] elseif items_value > 0 and math.random(items_value) < 50 then [/code] 4. Immediately after that line, add the following two lines (before 'end'): [code] elseif items_value == 0 then xr_sound.set_sound_play(id,"corpse_loot_bad") [/code] Also, Thorny, I remember you mentioned you were going to put in a small base for a new faction for 1.0, but didn't have the time. If you end up doing that, you should expand on the Final Day faction mentioned for a split second in SoC. :v: Note: This fix has not in any way been endorsed by the developer of this mod. Don't blame me if bad stuff happens! [/quote] Also, Thorny, I remember you saying a while back you wanted to add a small faction for 1.0, but didn't have the time. If you do end up doing that, you should expand on the Final Day faction mentioned briefly in SoC. :v:
Sorry, you need to Log In to post a reply to this thread.