Widescreen Gaming Forum

[-noun] Web community dedicated to ensuring PC games run properly on your tablet, netbook, personal computer, HDTV and multi-monitor gaming rig.
It is currently 10 Jun 2026, 15:38

All times are UTC [ DST ]




Post new topic Reply to topic  [ 122 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10 ... 13  Next
Author Message
PostPosted: 15 Oct 2008, 09:17 
Offline
Editors
Editors
User avatar

Joined: 30 May 2005, 14:21
Posts: 965
I might try the textures mod... sounds interesting. the Iron sight mod sounds good too, but I'll install and play on my other machine I think.

_________________
I still visit occasionally.


Top
 Profile  
Reply with quote  
PostPosted: 22 Oct 2008, 13:41 
Offline
Editors
Editors
User avatar

Joined: 30 May 2005, 14:21
Posts: 965
Mods Added:

SHAPER Textures
Fair Trade
Mechanic Upgrade.

I can't get it to work.. it won't launch. I unzipped those mods into the gatedata folder and put that in the root stalker directory... is that right?

Here's my LTX file:
Code:
$game_data$ = true| true|$fs_root$|C:Documents and SettingsAll UsersDocumentsSTALKER-STCS
   ;abbreviation           = recurs|notif|  root|                  add|        ext|            description
   $arch_dir$              = false| false| $fs_root$
   $game_arch_mp$          = false| false| $fs_root$|            mp
   $arch_dir_levels$       = false| false| $fs_root$|            levels
   $arch_dir_resources$    = false| false| $fs_root$|            resources
   $arch_dir_localization$ = false| false| $fs_root$|            localization
   $arch_dir_patches$      = false| true|  $fs_root$|            patches
   $game_ai$               = true|  false| $game_data$|          ai
   $game_spawn$            = true|  false| $game_data$|          spawns
   $game_levels$           = true|  false| $game_data$|          levels
   $game_meshes$           = true|  true|  $game_data$|          meshes|       *.ogf;*.omf|   Game Object files
   $game_anims$            = true|  true|  $game_data$|          anims|        *.anm;*.anms|  Animation files
   $game_dm$               = true|  true|  $game_data$|          meshes|       *.dm|          Detail Model files
   $game_shaders$          = true|  true|  $game_data$|          shaders
   $game_sounds$           = true|  true|  $game_data$|          sounds
   $game_textures$         = true|  true|  $game_data$|          textures
   $game_config$           = true|  false| $game_data$|          configs
   $game_weathers$         = true|  false| $game_config$|        environmentweathers
   $game_weather_effects$  = true|  false| $game_config$|        environmentweather_effects
   $textures$              = true|  true|  $game_data$|          textures
   $level$                 = false| false| $game_levels$
   $game_scripts$          = true|  false| $game_data$|          scripts|      *.script|      Game script files
   $logs$                  = true|  false| $app_data_root$|      logs
   $screenshots$           = true|  false| $app_data_root$|      screenshots
   $game_saves$            = true|  false| $app_data_root$|      savedgames
   $downloads$             = false| false| $app_data_root$


Here's The Original:

Code:
$app_data_root$=true|false|C:Documents and SettingsAll UsersDocumentsSTALKER-STCS
   ;abbreviation           = recurs|notif|  root|                  add|        ext|            description
   $arch_dir$              = false| false| $fs_root$
   $game_arch_mp$          = false| false| $fs_root$|            mp
   $arch_dir_levels$       = false| false| $fs_root$|            levels
   $arch_dir_resources$    = false| false| $fs_root$|            resources
   $arch_dir_localization$ = false| false| $fs_root$|            localization
   $arch_dir_patches$      = false| true|  $fs_root$|            patches
   $game_data$             = false| true|  $fs_root$|            gamedata
   $game_ai$               = true|  false| $game_data$|          ai
   $game_spawn$            = true|  false| $game_data$|          spawns
   $game_levels$           = true|  false| $game_data$|          levels
   $game_meshes$           = true|  true|  $game_data$|          meshes|       *.ogf;*.omf|   Game Object files
   $game_anims$            = true|  true|  $game_data$|          anims|        *.anm;*.anms|  Animation files
   $game_dm$               = true|  true|  $game_data$|          meshes|       *.dm|          Detail Model files
   $game_shaders$          = true|  true|  $game_data$|          shaders
   $game_sounds$           = true|  true|  $game_data$|          sounds
   $game_textures$         = true|  true|  $game_data$|          textures
   $game_config$           = true|  false| $game_data$|          configs
   $game_weathers$         = true|  false| $game_config$|        environmentweathers
   $game_weather_effects$  = true|  false| $game_config$|        environmentweather_effects
   $textures$              = true|  true|  $game_data$|          textures
   $level$                 = false| false| $game_levels$
   $game_scripts$          = true|  false| $game_data$|          scripts|      *.script|      Game script files
   $logs$                  = true|  false| $app_data_root$|      logs
   $screenshots$           = true|  false| $app_data_root$|      screenshots
   $game_saves$            = true|  false| $app_data_root$|      savedgames
   $downloads$             = false| false| $app_data_root$
   


In the first one, I manually deleted the second Game_data line because it gives a Duplicate lines error...

_________________
I still visit occasionally.


Top
 Profile  
Reply with quote  
PostPosted: 22 Oct 2008, 21:41 
Offline

Joined: 21 Aug 2007, 23:19
Posts: 265
It is all in a folder called "gamedata" directly in the main directory of Clear Sky yes?


Top
 Profile  
Reply with quote  
PostPosted: 23 Oct 2008, 07:42 
Offline

Joined: 02 Jan 2006, 18:49
Posts: 913
Yep, gamedata folder goes in the S.T.A.L.K.E.R. - Clear Sky directory. It should work. I had all 3 of those installed and even more than that. What patch version are you using? I have 1.5.05.


Top
 Profile  
Reply with quote  
PostPosted: 23 Oct 2008, 11:31 
Offline
Editors
Editors
User avatar

Joined: 30 May 2005, 14:21
Posts: 965
Yeah all in the right folders (some of them are in subfolders - is that ok?)

And I'm using 1.5.05.

Can anyone post thier LTX file?

_________________
I still visit occasionally.


Top
 Profile  
Reply with quote  
PostPosted: 24 Oct 2008, 08:12 
Offline
Editors
Editors
User avatar

Joined: 30 May 2005, 14:21
Posts: 965
bump

_________________
I still visit occasionally.


Top
 Profile  
Reply with quote  
PostPosted: 26 Oct 2008, 05:51 
Offline
Editors
Editors
User avatar

Joined: 30 May 2005, 14:21
Posts: 965
Can anyone who is using a mod post thier ltx file? because you have to edit it to use mods, and I think that's where I'm going wrong...

_________________
I still visit occasionally.


Top
 Profile  
Reply with quote  
PostPosted: 26 Oct 2008, 09:39 
Offline

Joined: 24 Jun 2006, 09:01
Posts: 96
I am probably the least qualified one to offer help in setting mod for ClearSky as I have only installed one (actually that is a patch which comes in the form of a mod).

I think you need to change the "false" to "true" in this line in your orginal LTX file (and then save it, of course).

"$game_data$ = false| true| $fs_root$| gamedata "


Top
 Profile  
Reply with quote  
PostPosted: 26 Oct 2008, 11:01 
Offline

Joined: 02 Jan 2006, 18:49
Posts: 913
This line is the one that needs to be right:

$game_data$ = true| true| $fs_root$| gamedata

What you need to do is back up the original ltx file, then change the false to true in that line WITHOUT changing it's location in the file or the rest of it's structure. Note that that line in the original is several lines down and in the one you changed it's at the top.

Files like this use certain characters, spacing and margins as keys, that's what I think you messed up. :wink:

On the mod shell folder structure, any modder worth his salt should pre-nest them for you so all you have to do is put the gamedata folder in the main game directory. However occasionally some will just give you a specific file and tell you what nested folder to put it in.


Top
 Profile  
Reply with quote  
PostPosted: 26 Oct 2008, 11:33 
Offline
Editors
Editors
User avatar

Joined: 30 May 2005, 14:21
Posts: 965
Thanks guys, will make changes and see how it goes.

_________________
I still visit occasionally.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 122 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10 ... 13  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron




Powered by phpBB® Forum Software © phpBB Group