Author Topic: fs2_open without registry entires??  (Read 3932 times)

0 Members and 1 Guest are viewing this topic.

Offline shiv

  • Don't forget Poland!
  • 211
  • FRED me!
    • http://freespace.pl
fs2_open without registry entires??
is it possible to run fs2_opemn without registry entries?

In my school computer lab I wsant to install FS2, BVTRL and WC Prologue, but it needs administrator permissions to modify registry entries. I don't know admin password and I'd liek to know if I can install wothout midyfing registry...

Is it possible?
http://www.sectorgame.com/vega
The Apocalypse Vega - Join the battle! A campaign for FreeSpace 2 Open

http://www.game-warden.com/earthdefence
Earth Defense project - Coming soon...

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Re: fs2_open without registry entires??
Not yet.

It's coming though.
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 

Offline shiv

  • Don't forget Poland!
  • 211
  • FRED me!
    • http://freespace.pl
Re: fs2_open without registry entires??
When it could be avaible?
http://www.sectorgame.com/vega
The Apocalypse Vega - Join the battle! A campaign for FreeSpace 2 Open

http://www.game-warden.com/earthdefence
Earth Defense project - Coming soon...

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
Re: fs2_open without registry entires??
With 3.7, which is a year away.  The changes will start showing up in unstable builds at the end of this year though.

 

Offline ARSPR

  • Preys On Mantis
  • 29
Re: fs2_open without registry entires??
Not yet.

It's coming though.

 :confused: :confused: :confused:
I thought fs2_open didn't need any registry entries, ie. you didn't need to install retail FS2, just pick its vp files and add a fs2_open.exe and a launcher.exe builds.
IF YOU HAVE TROUBLES WITH FS2:
  • Please, please, please, READ and UNDERSTAND the sticky threads in FreeSpace & FreeSpace Open Support board.
    A lot of people are willing to help you, but, as anyone can understand, seeing the very same "issues" repeated again and again can become quite depressing. Please, spend a bit of time trying to solve the issue by yourself.
    (Lobo deserves a monument).
  • Then, if you aren't still able to solve your issue, feel free to ask for help in that same board.
    FYI, most of the troubles are caused by wrong mod installations which lead to either missing data or undesired cross-effects between them. Always follow the mod installation instructions and keep a clean FS2 installation as explained in the sticky threads. Two additional links about how the game handles game data:
  • If you think that you've discovered a bug, mantis it.
    Provide as much info as you can, and try to narrow it down. A lonely "FS2 doesn't work" is not a good report.

Whoever Hanlon was: Never attribute to malice that which can be adequately explained by stupidity.
Albert Einstein: Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe.

Dell Dimension 9200 - Vista 32-bit Ultimate
Core 2 Quad Q6600 @2.4GHz - RAM 2 GB DDR2
nvidia 8800 GTX - Integrated Sigmatel Audio

 

Offline Flaser

  • 210
  • man/fish warsie
Re: fs2_open without registry entires??
Not yet.

It's coming though.

 :confused: :confused: :confused:
I thought fs2_open didn't need any registry entries, ie. you didn't need to install retail FS2, just pick its vp files and add a fs2_open.exe and a launcher.exe builds.

Exactly - the install part sets up the regirty entries, which are later modified by the launcher.
"I was going to become a speed dealer. If one stupid fairytale turns out to be total nonsense, what does the young man do? If you answered, “Wake up and face reality,” you don’t remember what it was like being a young man. You just go to the next entry in the catalogue of lies you can use to destroy your life." - John Dolan

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Re: fs2_open without registry entires??
Not quite.

The SCP launcher is capable of setting up all the registry entries FS2_Open needs on its first use.
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 

Offline jr2

  • The Mail Man
  • 212
  • It's prounounced jayartoo 0x6A7232
    • Steam
Re: fs2_open without registry entires??
There's a bug with that... try copying your FS2 dir to a new windows installation, then run the launcher.  :drevil:  I ended up going back to the previous installation & exporting the reg keys.  Perhaps there should be a button to tell the launcher to re-create the reg keys?  It seems to be relying on the presence or absence of some file entry/file that tells it that it has already been set up, and I don't know which one.

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Re: fs2_open without registry entires??
That's hardly first use is it? :p
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 

Offline Nuke

  • Ka-Boom!
  • 212
  • Mutants Worship Me
Re: fs2_open without registry entires??
why do programmers in general even bother depending on the registry in the first place? why should the software fail simply because the operaing system fails? it seems like rather bad programming to rely on the os so much.
I can no longer sit back and allow communist infiltration, communist indoctrination, communist subversion, and the international communist conspiracy to sap and impurify all of our precious bodily fluids.

Nuke's Scripting SVN

 

Offline Turey

  • Installer dude
  • 211
  • The diminutive form of Turambar.
    • FreeSpace Open Installer Homepage
Re: fs2_open without registry entires??
why do programmers in general even bother depending on the registry in the first place? why should the software fail simply because the operaing system fails? it seems like rather bad programming to rely on the os so much.

Quite simply, it was easier. The idea of having a central spot to keep track of everything has appeal, and the ease of multi-user preferences is nice, but programmers went overboard with it. There should be no reason that a user has to edit the registry. I feel that the only things that a program should put in the registry are:
1. OS-required stuff. file assoc, group policies, anything that can only be done through the registry.
2. A path to the place where all the settings for that comp/user are stored.

This would significantly cut down on the need for the end user to edit the registry. This still allows for programs to "find" other programs without searching the disk. For example, if you're installing version 3.0 of some software in C:\Program Files\ProgramName\ and the installer goes to the registry, finds a version 2.0 install in C:\Program Files\VendorName\ProgramName\ and asks you if you'd like it to patch that copy to 3.0 instead of installing a second copy.
Creator of the FreeSpace Open Installer.
"Calm. The ****. Down." -Taristin
why would an SCP error be considered as news? :wtf: *smacks Cobra*It's a feature.

 

Offline MP-Ryan

  • Makes General Discussion Make Sense.
  • Global Moderator
  • 210
  • Keyboard > Pen > Sword
Re: fs2_open without registry entires??
There's a bug with that... try copying your FS2 dir to a new windows installation, then run the launcher.  :drevil:  I ended up going back to the previous installation & exporting the reg keys.  Perhaps there should be a button to tell the launcher to re-create the reg keys?  It seems to be relying on the presence or absence of some file entry/file that tells it that it has already been set up, and I don't know which one.

That's odd... I've installed FS-Open merely by copying the data directory tree and the retail VPs into a directory then running the launcher with FSOpen selected... worked like a charm.
"In the beginning, the Universe was created.  This made a lot of people very angry and has widely been regarded as a bad move."  [Douglas Adams]

 

Offline jr2

  • The Mail Man
  • 212
  • It's prounounced jayartoo 0x6A7232
    • Steam
Re: fs2_open without registry entires??
On a fresh XP install??  W/out Retail?  (ie, no FS has ever touched the registry.)

 

Offline Turey

  • Installer dude
  • 211
  • The diminutive form of Turambar.
    • FreeSpace Open Installer Homepage
Re: fs2_open without registry entires??
On a fresh XP install??  W/out Retail?  (ie, no FS has ever touched the registry.)

I've done that. Countless times.
Creator of the FreeSpace Open Installer.
"Calm. The ****. Down." -Taristin
why would an SCP error be considered as news? :wtf: *smacks Cobra*It's a feature.

 

Offline jr2

  • The Mail Man
  • 212
  • It's prounounced jayartoo 0x6A7232
    • Steam
Re: fs2_open without registry entires??
Ya, I just did (2 weeks ago)... SCP refused to run until I copied the reg values... crashed out on me.  :wtf:  You guys say it works, but I've always had to either run the 3.6.5 Installer first, or copy reg values.  I'm now wondering what I could possibly be doing wrong...

EDIT: Then again, I've always copied everything, including launcher6.ini.... could this be the problem?  (I wouldn't think so, but..)

  

Offline WMCoolmon

  • Purveyor of space crack
  • 213
Re: fs2_open without registry entires??
I haven't installed fs2_open or Freespace 2 for years, just copied the VPs and EXEs and run the launcher, then fs2_open.
-C

 

Offline jr2

  • The Mail Man
  • 212
  • It's prounounced jayartoo 0x6A7232
    • Steam
Re: fs2_open without registry entires??
Erg.  Ok, ok.  I'll test... be back with an edit in two seconds.

EDIT: Darn you!!!! Freakin' thing works; I deleted (after exporting, of course) the Volition & Volition, Inc reg keys, and it loads right up.. now why wouldn't it do that before!!??  Now I'm really confused.  :confused:
« Last Edit: June 02, 2007, 04:51:26 pm by jr2 »

 

Offline MP-Ryan

  • Makes General Discussion Make Sense.
  • Global Moderator
  • 210
  • Keyboard > Pen > Sword
Re: fs2_open without registry entires??
Erg.  Ok, ok.  I'll test... be back with an edit in two seconds.

EDIT: Darn you!!!! Freakin' thing works; I deleted (after exporting, of course) the Volition & Volition, Inc reg keys, and it loads right up.. now why wouldn't it do that before!!??  Now I'm really confused.  :confused:

I don't know what you were doing, but the launcher installs all the reg keys you need when you run it =)

Seriously, I just keep a backup of my data folder, and the retail VPs and dump them all in an FS2 directory for each install.  Then I copy over the latest SCP build, my Mods folder (with sub-directories) and I'm good to go.

Honestly, what SCP user actually bothers with CDs or ISOs anymore? :P *runs*
"In the beginning, the Universe was created.  This made a lot of people very angry and has widely been regarded as a bad move."  [Douglas Adams]

 

Offline Mongoose

  • Rikki-Tikki-Tavi
  • Global Moderator
  • 212
  • This brain for rent.
    • Steam
    • Something
Re: fs2_open without registry entires??
Those of us who actually purchased the game in the first place certainly do. :p