Forums

Full Version: Better Save paths in CS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

for a nowdays Game the save path handling and the behavor of save
scenarios/Campaigns IN the Game data directory with this amount
of many files is very weak ... and confusing not so avarage
computer user.

So my idea is ->

ATM it is :

Code:
CS Root Dir
|
WF Dir
|
--
| |Game Date AND save files(scenarios/LCG+DCGcampaigns/PBEM-Games) for WF
|
EF Dir
|
--
| |Game Date AND save files(scenarios/LCG+DCGcampaigns/PBEM-Games) for EF
|
RS Dir
|
--
  |Game Date AND save files(scenarios/LCG+DCGcampaigns/PBEM-Games) for RS

MY Idea is :

Code:
CS Root Dir
|
Save DIR
|
--
| |WF Save Dir
|    |
|    --|Scenarios Dir
|    |          |
|    |          --|BlaBla1.Scenario FILES
|    |          |
|    |          --|BlaBla2.Scenario FILES
|    |
|    --|DynamicCampaigns Dir
|    |          |
|    |          --|BlaBla1.campaign Dir
|    |          |          |
|    |          |          --|BlaBla1 Campaign FILES
|    |          |
|    |          --|NlaBla2.campaign Dir
|    |                     |
|    |                     --|BlaBla2 Campaign FILES
|    |
|    --|LinkedCampaigns Dir
|    |          |
|    |          ..(The Same dirs as DynamicCampaigns Dir)
|    |
|    --|PBEM Game Dir
|               |
|               --|BlaBla1 Game
|               |          |
|               |          --|BlaBla1 PBEM Game FILES
|               |
|               --|BlaBla2 Game
|                          |
|                          --|BlaBla2 PBEM Game FILES
|
|
|
|
--
| |EF Save Dir
|    |
|    ...(The Same as WF Save Dir)
|
|
--
| |RS Save Dir
|    |
|    ...(The Same as WF Save Dir)
|
|
|
WF Dir
|
--
| |Game Date files for WF (AND NO OTHER FILES!)
|
EF Dir
|
--
| |Game Date files for EF (AND NO OTHER FILES!)
|
RS Dir
|
--
  |Game Date files for RS (AND NO OTHER FILES!)

With this system no one need to search in the many data files more one save file
and it is easyer to delete save files and to manage PBEM Games.

..only a small idea ... ;)

Regards
R-TEAM