OS Platform question

Here you can post threads requesting help on the official POL Ultima Online Emulator Core 095. Note: Core 095 is no longer officially supported.
Post Reply
User avatar
Tritan
Grandmaster Poster
Posts: 147
Joined: Sat Feb 04, 2006 8:17 am

OS Platform question

Post by Tritan »

I am currently running XP Pro on the machine that my server is on. I am considering porting over to Linux but have no experience with Linux at all.

What things should I look for in my script set and what would be required to do this change?
Shinigami
Former Developer
Posts: 308
Joined: Mon Jan 30, 2006 9:28 am

Post by Shinigami »

there is one point only: case-sensitivity in file names (scripts & includes to compile, configs to load).

u can compile your files @ win and just move'em to linux, running the linux bin there (e.g.):

Code: Select all

./pol >> pol096.log 2>> pol096.lg2 &
Shinigami
Post Reply