GRY-Online.pl --> Archiwum Forum

Problem ze zmodowanym "System Shock 2".

12.01.2007
18:21
smile
[1]

ronn [ moralizator ]

Problem ze zmodowanym "System Shock 2".

Mam strasznie irytujacy blad. Nie wiem, czy to wina zmodowania gry, bo wczesniej mi sie cos takiego nie zdarzalo. Gdy tylko zbinduje sobie chociaz jeden klawisz na wlasny, automatycznie w inventory nie dziala drag & drop. Wczytanie standardowego ukladu klawiszy pomaga, ale nie moge grac na standardowym.

Mial ktos taki problem? Czym to jest spowodowane, ewentualnie jak to naprawic?


12.01.2007
18:49
smile
[2]

Garak [ Szpieg ]

ronn -> Nie wiem jakie mody wgrales wiec nie moge sprawdzic u siebie ale moze sprobuj recznie zmienic plik user.bnd - tylko uważaj - ma on nietypowo powbijane dwa entery jako
0D 0D 0A

12.01.2007
19:20
[3]

ronn [ moralizator ]

Instalowalem : shtup_beta5 i Rebirth_Beta_1. Reczna edycja pliku niestety nie pomaga, dodalem nawet "bind mouse1 +drag_and_drop" i nic. Postac atakuje aktywna bronia, a elementy inwentarza pozostaja na miejscu.

12.01.2007
19:37
smile
[4]

Garak [ Szpieg ]

ronn -> skonczylem ss2 z tymi modami wiec to nie jest ich wina. SShock2 jest niestety wyjatkowo kaprysny - mi dla przykladu aktualnie poza menu pokazuje czarny ekran :) Nie odpalalem go ze 2 lata pewnie wiec sie obrazil ....

12.01.2007
19:43
[5]

ronn [ moralizator ]

Garak, zainstalowalem go jeszcze raz i o dziwo znowu mam ten sam problem :) Znasz moze lokalizacje patcha do XP? (kiedys dzialal bez problemu bez niego)

[edit] Zapomnialem, ze juz go zainstalowalem :D

13.01.2007
00:35
[6]

ronn [ moralizator ]

Nic nie dziala, reinstalacje, modyfikacje.. Nie da sie przejsc tej gry na defaultowej konfiguracji klawiszy ;/

13.01.2007
11:19
[7]

ronn [ moralizator ]

Eh, zaraz wyjde z siebie. Ludzie, nikt nie wie, jak rozwiazac ten irytujacy problem z drag & drop? Zeby przejsc ta gra ne standardowych ustawieniach musialbym miec polmetrowa reke i 10 palcow :)

^^

13.01.2007
12:18
[8]

_Luke_ [ Death Incarnate ]

Przygotowales wczesniej SS2 do zainstalowania tych modow?

How to make your install Mod Friendly!
Create a new folder inside the shock2 one called res.
Move all the files ending in .crf to the newly created folder.
Open up install.cfg from the shock2 folder using notepad.
Alter the resname_base line to include the new folder. For example resname_base c:\games\shock2\+d:\shock2 would become resname_base c:\games\shock2\res+d:\shock2
Save the file!
Unzip the rebirth zip file to the a folder called mesh inside the Shock 2 folder. (this step is for Rebirth only)

13.01.2007
18:57
[9]

ronn [ moralizator ]

_Luke_ --> Tak, postepowalem zgodnie z instrukcja zamieszczona w pliku readme. Pozniej zainstalowalem gre na nowo, bez modowania. Mimo tego, wystapil analogiczny problem.

13.01.2007
21:02
[10]

Garak [ Szpieg ]

ronn -> Pewnie to juz probowales ale napisze .... moze masz jakies specyficzne sterowniki klawiatury/myszy w systemie (np jakies programy do obslugi 'multimedialnych' klawiszy i inne takie g*wna) - jesli tak to sprobuj je zamknąć. Albo może masz jakiś dziwny steronik/ustawienia w nim, od myszy ....
Strzelam w ciemno - sam nawet nie moge odpalić - wczoraj po dwóch godzinach walki z SS2 odinstalowałem go - nie dałem rady przejść poza menu :)

14.01.2007
12:20
[11]

ronn [ moralizator ]

Hm, nie mam nic takiego w systemie. Tymniemiej, zmienilem myszke z ps2 na bezprzewodowa, zobaczymy czy zadziala :)

14.01.2007
18:21
[12]

ronn [ moralizator ]

Poddałem się, spróbuje to przejsc na "standard fps", chociaz mi to bardzo nie pasi ;/ Chyba jedynym rozwiazaniem tego problemu bylby format c:/ bo zadne parche, edycje.. reinstalacje, nawet zmiana myszki nie pomagaja :(

16.01.2007
00:18
[13]

ronn [ moralizator ]

Poszperowalem troche dluzej w necie i znalazlem dokladnie rozwiazanie tego problemu. Jeszcze nie probowalem, bo ide spac :) ale jesli ktos tez mial ten problem :

The Problem
After messing with the key-bindings the Use-Mode seems to be broken as the weapon in hand fires while trying to carry out any use-mode actions.

The Solution
1. Quick-solution
Load the default-keybinding in the game via Options -> Controls -> Customize Controls -> Load. That should get you a working setup.

2. Fixing your own binds
If you want to fix your own keybinds that you created in SS2 you have to do it with a code-editor that can read and save the hidden line breaks in the bind-files. Use your favourite code-editor like PSPad, Crimson Editor, etc. Or use the somewhat less comfortable DOS-Editor built into windows:
In Windows go to START -> Execute. Type in edit and hit enter.
Within the editor locate your shock2-install dir and then go to the Binds folder there.
Notice that there are always 2 bind files for each configuration in the Binds-folder. Presumably this is for the different controls in shoot- and use-mode.
The files you're looking for should look something like this cfga000X.bnd and cfgb000X.bnd. (Replace 'X' with a number.) You can find out which files are yours easily by opening them. In the first line of the file there's it's name used within the game. (eg "my binds", "default fps" or whatever you use.)
Now change the files like this:

In cfga000X.bnd (shoot-mode) your mouse-binds should look like this:
Code:

bind mouse1 +fire_weapon
bind mouse2 frob_object


In cfgb000X.bnd (use-mode) your mouse-binds should look like this:
Code:

bind mouse1 +drag_and_drop_mode
bind mouse2 frob_object_inv


When your done, save the files and load them in the game via Options -> Controls -> Customize Controls -> Load.
BTW: There's a user.bnd-file in your SS2 install folder too but you don't need to bother with that. It's just the current Binds loaded and will get replaced when you load your own binds.

3. How to make your own personal binds-mod
When you're done with changing all the keys according to your taste and mousebinds are working you can easily make a Mod out of this that's compatible with Zombe's Modmanager. You can then use it on any new SS2 installation.
To do that simply zip up your Binds-folder and change the extension to .ss2mod.
Doubleclicking the mod will make Zombe's Modmanager recognize it. You can now activate it there at will.

18.01.2007
22:32
[14]

ronn [ moralizator ]

Jest tu ktos? Jestem juz na Deck6. Mam pytanie. Co daje hack mfd?

18.01.2007
22:39
smile
[15]

mineral [ Paragon ]

Hmm, czy SS2 jest Freeware? Widziałem już na kilku stronach możliwość jego ściągnięcia, ale coś mi się nie chce wierzyć, bo stamtąd można było ściągnąć też Fallouta.

19.01.2007
11:59
[16]

ronn [ moralizator ]

Z tego wynika, ze nie jest :


Ponawiam pytanie. Co daje hackowanie MFD Game Player'a? (potrzeba Hack Skilla 6)

© 2000-2024 GRY-OnLine S.A.