.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

BCT Commander- Save $6.00
World Supremacy- Save $10.00

   







Go Back   .com.unity Forums > Shrapnel Community > Space Empires: IV & V

Reply
 
Thread Tools Display Modes
  #1  
Old October 30th, 2004, 12:13 AM
Fyron's Avatar

Fyron Fyron is offline
Shrapnel Fanatic
 
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
Fyron is an unknown quantity at this point
Default Re: OT: Windows Optimization?

Quote:
parabolize said:
Wine is still Wine. Winex is made from Wine by Transgaming. No games on Linux? Linux games list
edit: Wait are you talking about Cedega, that's just the name they made for Version 4.*. It will change again when they go to 5.
Yes there are some cheap crappy games, and a few big companies have made games with native Linux builds, but the vast majority of games don't work in Linux, or run poorly in Wine and Winex (SE4 has problems from what I hear)... That list just proves my point.
__________________
It's not whether you win or lose that counts: it's how much pain you inflict along the way.
--- SpaceEmpires.net --- RSS --- SEnet ModWorks --- SEIV Modding 101 Tutorial
--- Join us in the #SpaceEmpires IRC channel on the Freenode IRC network.
--- Due to restrictively low sig limits, you must visit this link to view the rest of my signature.
Reply With Quote
  #2  
Old October 30th, 2004, 12:16 AM

parabolize parabolize is offline
Second Lieutenant
 
Join Date: Aug 2003
Posts: 412
Thanks: 0
Thanked 0 Times in 0 Posts
parabolize is on a distinguished road
Default Re: OT: Windows Optimization?

Fyron do you play anything but se4?
__________________
King of the Hill League
Reply With Quote
  #3  
Old October 30th, 2004, 12:22 AM
Fyron's Avatar

Fyron Fyron is offline
Shrapnel Fanatic
 
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
Fyron is an unknown quantity at this point
Default Re: OT: Windows Optimization?

Yes. And practically nothing else I play is on that list. Also, the problems with SE4 under Wine that Sivran is having (from IRC channel) really ruin it... no alt-tabbing, combat replays suck, mod launcher doesn't work, and so on... Everyone I have spoken to that uses Linux boots into Windows for games... Having to reboot all the time is definitely not a viable solution.

And it is not just games. There are a lot of programs I use that do not work under Linux, and the alternatives are junk...
__________________
It's not whether you win or lose that counts: it's how much pain you inflict along the way.
--- SpaceEmpires.net --- RSS --- SEnet ModWorks --- SEIV Modding 101 Tutorial
--- Join us in the #SpaceEmpires IRC channel on the Freenode IRC network.
--- Due to restrictively low sig limits, you must visit this link to view the rest of my signature.
Reply With Quote
  #4  
Old October 30th, 2004, 12:53 AM

parabolize parabolize is offline
Second Lieutenant
 
Join Date: Aug 2003
Posts: 412
Thanks: 0
Thanked 0 Times in 0 Posts
parabolize is on a distinguished road
Default Re: OT: Windows Optimization?

They work for me.
Take a look at the attachment.
Attached Images
File Type: png 307633-se4.png (216.4 KB, 152 views)
__________________
King of the Hill League
Reply With Quote
  #5  
Old October 30th, 2004, 09:27 AM
AgentZero's Avatar

AgentZero AgentZero is offline
Captain
 
Join Date: Apr 2003
Location: Burnaby
Posts: 995
Thanks: 0
Thanked 3 Times in 2 Posts
AgentZero is on a distinguished road
Default Re: OT: Windows Optimization?

Quote:
And it is not just games. There are a lot of programs I use that do not work under Linux, and the alternatives are junk..
Even if they aren't junk, I don't really feel like learning how to use an new 3D rendering program because my current one won't work with Linux. It does work on Mac, but of course I can't have dual-boot system running Win and Mac. Correct me if I'm wrong but even if one formatted the HD and tried to install MacOS it wouldn't work because of fundamental differences in the hardware. Right?

Just a side note from someone who admittedly failed first-year computer science, but if it's possible to make Windows-compatible applications, should it not be possible to make a Windows-compatible operating system?
__________________
Suction feet are not to be trifled with!
Reply With Quote
  #6  
Old October 30th, 2004, 01:28 PM
Aiken's Avatar

Aiken Aiken is offline
Major
 
Join Date: Jan 2004
Location: Taganrog, Russia
Posts: 1,087
Thanks: 0
Thanked 0 Times in 0 Posts
Aiken is on a distinguished road
Default Re: OT: Windows Optimization?

Heh, the only Windows compatible OS I know is DOS...
Reply With Quote
  #7  
Old November 2nd, 2004, 02:57 AM
Instar's Avatar

Instar Instar is offline
Major
 
Join Date: Aug 2000
Posts: 1,246
Thanks: 0
Thanked 0 Times in 0 Posts
Instar is on a distinguished road
Default Re: OT: Windows Optimization?

Quote:
aiken said:
Heh, the only Windows compatible OS I know is DOS...
???
That does not make one ounce of sense...
__________________
When a cat is dropped, it always lands on its feet, and when toast is dropped, it always lands with the buttered side facing down. I propose to strap buttered toast to the back of a cat. The two will hover, spinning inches above the ground. With a giant buttered cat array, a high-speed monorail could easily link New York with Chicago.
Reply With Quote
  #8  
Old October 30th, 2004, 01:59 PM
Will's Avatar

Will Will is offline
Lieutenant Colonel
 
Join Date: Mar 2001
Location: Emeryville, CA
Posts: 1,412
Thanks: 0
Thanked 0 Times in 0 Posts
Will is on a distinguished road
Default Re: OT: Windows Optimization?

Quote:
AgentZero said:
Just a side note from someone who admittedly failed first-year computer science, but if it's possible to make Windows-compatible applications, should it not be possible to make a Windows-compatible operating system?
Technically, it could be done. But the details involved are way too huge for any entity (even Microsoft) to deal with. The big deal with Windows is that damn near everything is backwards compatible, so stuff that runs in Win9x usually runs in WinXP, and some stuff that runs in Win3.x does, and some old DOS programs even run under XP. The problem comes in when Microsoft kept "undocumented features", aka bugs, in the backwards compatibility code, since some applications used these in their programs. I don't know of any specific examples, but imagine something like passing NULL pointers to a file system function gave you the data from the Last time the function was used instead of returning an error... a lot of stuff like that was used by "programmers" because it worked at the time, even if it wasn't necessarily correct. Pile up about 15-20 years of that, and making an emulator that does all of that stuff is... well, impossible. Wine and its ilk are getting close, but I don't think they'll get there.
__________________
GEEK CODE V.3.12: GCS/E d-- s: a-- C++ US+ P+ L++ E--- W+++ N+ !o? K- w-- !O M++ V? PS+ PE Y+ PGP t- 5++ X R !tv-- b+++ DI++ D+ G+ e+++ h !r*-- y?
SE4 CODE: A-- Se+++* GdY $?/++ Fr! C++* Css Sf Ai Au- M+ MpN S Ss- RV Pw- Fq-- Nd Rp+ G- Mm++ Bb@ Tcp- L+
Reply With Quote
  #9  
Old October 31st, 2004, 11:00 AM
AgentZero's Avatar

AgentZero AgentZero is offline
Captain
 
Join Date: Apr 2003
Location: Burnaby
Posts: 995
Thanks: 0
Thanked 3 Times in 2 Posts
AgentZero is on a distinguished road
Default Re: OT: Windows Optimization?

Thanks guys. I've taken your advice (mostly) to heart, and the ol' girl seems to be running nicely again. But Will, you mentioned LiteStep, which I was looking at, but I haven't really had any luck getting it to work and there seems to be a dearth of helpful information out there. So any assistance you can provide would be much appreciated.
__________________
Suction feet are not to be trifled with!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 12:55 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.