Wie erstellt man eine "read-only" Datei?

glitterman

Cadet 2nd Year
Registriert
Jan. 2009
Beiträge
24
Hi,

ich habe Probleme bei dem Game "Orange Box Half Life 2"

Folgende Lösung habe ich gefunden:

Halflife2 AI Disable Fix

Found this surfing... Thought it might be useful, because it worked for me.

Here is the solution for A.I.disabled bug:

Go into your hl2\cfg\ folder, and create a txt file, inside this
text file, write the following lines.

ai_norebuildgraph "1"
ai_disable "0"

Save, then rename the text file to ai_fix.cfg, right click the file
and set it to read only.

Next, open up valve.rc in notepad, you should see the following
// load the base configuration
//exec default.cfg
// Setup custom controller
exec joystick.cfg
// run a user script file if present
exec autoexec.cfg
//
// stuff command line statements
//
stuffcmds
// display the startup level
startupmenu

under "exec autoexec.cfg", add this line
exec ai_fix.cfg

Save the file and your done


Ich habe alles gemacht wie beschrieben. Nur eines konnt ich nicht:

ai_norebuildgraph "1"
ai_disable "0"

Save, then rename the text file to ai_fix.cfg, right click the file
and set it to read only.

Ich weiß nicht wie ich die Datei auf read-Only umstellen kann. mit Rechtsklick habe ich in den Eigenschaften nichts dazu gefunden. Ausser es ist damit unter "Attribute" gemeint: Auf Schreibgeschützt zu klicken. Glaub ich zwar nicht, aber vllt doch?

Kann mir bitte jemand die genaue Vorgehensweise erklären?

Wie gesagt ich habe alles bis auf dieses read only gemacht, aber das Problem mit dem AI Bug besteht noch immer. Vllt gehts ja wenn ich es schaffe den file auf read only zu stellen.
 
Danke für die Hilfe :)

Also, doch. Also bringt die "Lösung" auch nichts! Tolles "Steam", tolles "Half Life". Echt peinlich für die Entwickler, das die so einen kapitalen Fehler, der die A.I komplett deaktiviert nicht beheben wollen/können. Dann regen sich alle Hersteller auf das die Leute alle Anfangen Raubkopien zu ziehen. Bei so nem miesen Support, soll man auch noch was zahlen.

Umtauschen geht auch nicht, weil schon aktiviert. Paradox, denn ohne Aktivierung keine Installation. Also auf gut deutsch: "Steam-Nutzung auf eigene Gefahr", wenns nicht geht. Pech! Nun sitze ich auf nem wertlosen Stück Software.
 
hat es die ai.cfg auch wirklich geladen?
notfalls in der console (startparameter ;) ) nochmal exec ai.cfg nachtippen... grüsse :)
 
Wenn dir viel daran liegt kannst du ja Windows neuinstallen dann gehts bestimmt :)
 
Woran kann ich sehen ob es die ai,cfg geladen hat? In der Console habe ich es auch aktiviert, und ob es läuft wenn ich Windows neuinstalliere bezweifel ich. Der PC ist grad 3 Wochen alt.

Das steht in der Console:
EDIT: Das zeigt die Console an, wenn ich das Game schließe.

Game.dll loaded for "Half-Life 2"
maxplayers set to 1
Heap: 256.00 Mb
Parsed 23 text messages
execing config.cfg
Can't use cheat cvars in multiplayer, unless the server has sv_cheats set to 1.
Can't use cheat cvars in multiplayer, unless the server has sv_cheats set to 1.
4 CPUs, Frequency: 2.5 Ghz, Features: Generic_x86
execing valve.rc
execing autoexec.cfg
execing patch1.cfg
Platform Error: module version ('serverbrowser.dll, VGuiModuleServerBrowser001) invalid, not loading
Loading game from SAVE\half-life-002.sav...
Spawn Server d1_trainstation_01
Begin loading faces (loads materials)
End loading faces (loads materials)
Loading game from //MOD/SAVE/d1_trainstation_01.HL1...
execing skill_manifest.cfg
execing skill.cfg
Found multiple fog controllers in the same level.
Found multiple fog controllers in the same level.
***
ERROR: Loaded save game with no node graph. Load map and build node graph first!
***
Game started
Initializing renderer...
Warning: using WorldTwoTextureBlend on a non-displacement surface (material: nature/red_grass_thin). Support for this will go away soon.
Dead end link: pod_player24
Dead end link: pod_track_R_07
Dead end link: pod_track_L_08
Summary: 2365 resources total 60.89 Mb, 22.68 % of capacity
Failed to load sound "ambience/wind1.wav", file probably missing from disk/repository
 
Zuletzt bearbeitet:
Füge in die ai.cfg ein:
echo "AI.CFG wurde geladen."
 
Code:
Füge in die ai.cfg ein:
echo "AI.CFG wurde geladen."

soll ich den ai.cfg File mit ner Textdatei erstellen, oder ist der File schon vorhanden? Weil ich in meiner installation keinen ai.cfg File finden kann. Ich hab jetzt mal selber eine erstellt, aber hat auch nichts gebracht
 
Zurück
Oben