Notices

Go Back   FileFront Forums > The Games! > S.T.A.L.K.E.R. > S.T.A.L.K.E.R. Shadow of Chernobyl > S.T.A.L.K.E.R. SoC Modding, Mapping and Editing

Remember Me?

S.T.A.L.K.E.R. SoC Modding, Mapping and Editing
Want more info about a Mod? Making a Mod? Looking for Modders, Mappers, Skinners, etc.? This is your Spot!

Reply
 
LinkBack Thread Tools Display Modes
Old July 4th, 2007   #1
I'm too cool to Post
 
Join Date: July 7th, 2003
Location: Texas
12 posts, 0 likes.
Rep Power: 0
DoubleDose is a n00b
icon_question Guns in Bar

I've combed through the Basix Mod (obviously not well enuf), but can't find the option to let guns in the Bar. Must...kill...Snitch...

"I have some information..." BOOM!!!

Any help would be greatly appreciated and much good karma will be sent your way. TIA
DoubleDose is offline   Reply With Quote
Old July 4th, 2007   #2
The Internet ends at GF
 
Join Date: April 19th, 2007
Status: Available
144 posts, 0 likes.
Rep Power: 0
Brusher has disabled reputation
Default

Look in your gamedata\scripts. Find the "sr_no_weapon" script file.

Look for this close to the bottom:

Code:
function action_no_weapon:zone_enter()
    self.state = state_inside
    bind_stalker.hide_weapon()
Change it to this:

Code:
function action_no_weapon:zone_enter()
    self.state = state_inside
    bind_stalker.restore_weapon()
Don't be too hard on that annoying guy.:lol: Have fun!
Brusher is offline   Reply With Quote
Old July 5th, 2007   #3
dez0wave team
 
dezodor's Avatar
 
Join Date: April 17th, 2007
Location: Mars
Status: Level Designer
290 posts, 1 likes.
Rep Power: 0
dezodor is a n00b
Send a message via ICQ to dezodor
Default

hehe, or you can remove that "space_restrictor" from the all.spawn too, that will do the same. btw i removed that guy from the game, we dont need him... hehe

http://www.youtube.com/dez0wave ||| have you ever dreamt about the old stalker? then Lost Alpha is for you ||| S.T.A.L.K.E.R. - Priboi Story (the first and only one new storyline total conversion game for stalker)|||
dezodor is offline   Reply With Quote
Old July 5th, 2007   #4
The Internet ends at GF
 
Join Date: April 19th, 2007
Status: Available
144 posts, 0 likes.
Rep Power: 0
Brusher has disabled reputation
Default

dezoder, in order to do the same in the all.spawn, did you simply remove\delete the code in the corrsponding box to the right? I've learned to add stuff using the all spawn editor but I've been wondering about the space restrictors and how it would affect the game to simply remove the code from certain portions.
Might save me a few reboots. ;} Thanks.:}
Brusher is offline   Reply With Quote
Old July 5th, 2007   #5
:)
 
Join Date: May 13th, 2007
Status: Available
139 posts, 0 likes.
Rep Power: 0
natasha8384 is a n00b
Default

Quote:
Originally Posted by DoubleDose View Post
I've combed through the Basix Mod (obviously not well enuf), but can't find the option to let guns in the Bar. Must...kill...Snitch...

"I have some information..." BOOM!!!

Any help would be greatly appreciated and much good karma will be sent your way. TIA
if you still have Basix .. go to gamedata -> scripts
and the file is: sr_no_weapon.script
natasha8384 is offline   Reply With Quote
Old July 6th, 2007   #6
dez0wave team
 
dezodor's Avatar
 
Join Date: April 17th, 2007
Location: Mars
Status: Level Designer
290 posts, 1 likes.
Rep Power: 0
dezodor is a n00b
Send a message via ICQ to dezodor
Default

well, there are a lot of space restrictors you can delete without problems... like the pripjat stadium scene (and after deletion, you can go in at the main gate too) and the "duty - warning" restrictors (you will be able to go to the bar without the agroprom files... and also you can delete the restrictor at duty base.... it was simple: on_actor_inside = %+actor_is_enemy% -that was it, so when you entered the base, you became an enemy ... funny stuff) also make backups all the time, you can easily ruin the game :F

http://www.youtube.com/dez0wave ||| have you ever dreamt about the old stalker? then Lost Alpha is for you ||| S.T.A.L.K.E.R. - Priboi Story (the first and only one new storyline total conversion game for stalker)|||
dezodor is offline   Reply With Quote
Old July 7th, 2007   #7
The Internet ends at GF
 
Join Date: April 19th, 2007
Status: Available
144 posts, 0 likes.
Rep Power: 0
Brusher has disabled reputation
Default

Thanks. That was very helpfull. Answered a lot of questions.

Yes on the backups. I never mess with any all.spawns without first making a backup. BTW, you guys did some really cool and interesting stuff. Nice work on the coding too!
Brusher is offline   Reply With Quote
Old July 13th, 2007   #8
I'm too cool to Post
 
Join Date: June 14th, 2007
Status: Available
3 posts, 0 likes.
Rep Power: 0
zfredzfred is a n00b
Default

I have not beenable to locate this script file. As a last resort, I used the search function all files. It found only the cut and paste notepad I took from your forum post.

I first looked in the gamedata script area, finding nothing. I am baffled. I am running Fraikes mod 2.2.

Thanks for the help! Fred.
zfredzfred is offline   Reply With Quote
Old July 13th, 2007   #9
The Internet ends at GF
 
Join Date: April 19th, 2007
Status: Available
144 posts, 0 likes.
Rep Power: 0
Brusher has disabled reputation
Default

faiakes doesn't use the sr_no weapon.script file. You will have to extract it along with the rest of the gamedata.DB files to edit it.

If you need help doing that, read here,

http://forums.filefront.com/s-t-l-k-...ata-files.html

BTW, you can add the sr_no_weapon.script to faiakes mod with no problems since he didn't use it, or modify it in his mod.

Last edited by Brusher; July 13th, 2007 at 08:44 PM.
Brusher is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Secondary laser guns effects and new ion guns effect Nomada_Firefox SW:EaW Modding, Mapping and Editing 3 July 23rd, 2008 07:05 AM
Guns in the Bar? mistabeen S.T.A.L.K.E.R. SoC Problems, Errors and Help 4 February 9th, 2008 09:47 PM
Mod Request: Guns allowed in the Bar Mrllama S.T.A.L.K.E.R. SoC Modding, Mapping and Editing 32 June 5th, 2007 09:45 PM
bar bar bar bar baby bell! pablo_diablo MoH Mapping, Modeling and Skinning 2 April 15th, 2003 04:25 PM


All times are GMT -7.







   
 





This site is part of the Defy Media Gaming network

The best serving of video game culture, since 2001. Whether you're looking for news, reviews, walkthroughs, or the biggest collection of PC gaming files on the planet, Game Front has you covered. We also make no illusions about gaming: it's supposed to be fun. Browse gaming galleries, humor lists, and honest, short-form reporting. Game on!

FileFront Forums - Terms of Service - Top
Theme Selection
Copyright © 2002-2016 Game Front. All rights reserved. Powered by vBulletin®
Copyright ©2000 - 2016, vBulletin Solutions, Inc.
Forum Theme by Danny King (FileTrekker), Sheepeep & Graeme(rs)
RSS Feed Widget by FeedWind