Atlantica online

Get your graphics formats figures out here! Got details for others? Post here!
Vorick
ultra-n00b
Posts: 2
Joined: Fri Jul 31, 2009 10:06 pm

Re: Atlantica online

Post by Vorick » Sat Aug 01, 2009 8:34 am

Hi there,

I'm currently building a fansite for the upcoming german release of Atlantica. So I was really excited to find this thread in here. It would really help me in content creation if it worked. Sadly, for me - it doesn't. I tried the xvi-script as well as the python one and never ended up with a usable dds file which I could open in irfanview or gimp. irfanview states a decode error and gimp says "unexpected EOF". I tried numerous files, but to give an example I tried the atlantica\NMap\DeathCastle1\DeathCastle1.dds file since I am mostly interested in usable map data. Model DDS-Texture didn't work either.

I also noticed that my file sizes differed from the ones given in the xvi-script-post.

Can anyone help me out with this?

Thanks in advance,

Vorick

Edit: For easier analysis, I've uploaded my unmodified version of the DDS-File: http://www.atlantica-mmorpg.de/temp/DeathCastle1.zip

Yorick
ultra-n00b
Posts: 5
Joined: Tue Mar 10, 2009 5:45 am

Re: Atlantica online

Post by Yorick » Sat Aug 01, 2009 11:36 am

"It works here" ?

Here's what I can suggest:
- Open your converted file with WTV, The Compressonator or ddsview, see whether it displays okay there. If it does, the issue is not with the decode.
- Run ndoordds.py with the -v flag and compare to the output of my run, which created a file that was readable by WTV:

Code: Select all

ndoordds.py -v DeathCastle1.dds
Header values for DeathCastle1.dds
Length: 0000007C
Flags: 000A100F
Header field at 12: 0000018E
Header field at 16: 00000200
Header field at 20: 000C7000
Header field at 24: 00000000
Header field at 28: 00000003
DeathCastle1.dds has been converted

Vorick
ultra-n00b
Posts: 2
Joined: Fri Jul 31, 2009 10:06 pm

Re: Atlantica online

Post by Vorick » Sat Aug 01, 2009 1:39 pm

You are right. It is working. I just wonder why both Irfanview and Gimp refused to open the files. They used to work with oder dds-images.

Thanks for your help.

potemkis
beginner
Posts: 24
Joined: Sun Mar 01, 2009 7:11 am
Has thanked: 3 times

Re: Atlantica online

Post by potemkis » Wed Sep 30, 2009 2:37 am

Sorry for the thread necromancy, but I can't get the tool to work...

Is there any way that someone could upload the converted dds textures up? I'm really curious to see how they're made up.

AceAngel
veteran
Posts: 115
Joined: Sun Feb 08, 2009 5:45 pm
Has thanked: 35 times
Been thanked: 7 times

Re: Atlantica online

Post by AceAngel » Wed Jan 13, 2010 4:09 pm

Sorry to necro, but I am unable to get the Script running (most likely, doing something wrong in the commands).

Could anyone give me a dummies outline as how to use it.

Yorick
ultra-n00b
Posts: 5
Joined: Tue Mar 10, 2009 5:45 am

Re: Atlantica online

Post by Yorick » Wed Jan 13, 2010 11:38 pm

AceAngel wrote:Sorry to necro, but I am unable to get the Script running (most likely, doing something wrong in the commands).

Could anyone give me a dummies outline as how to use it.
It should be as simple as installing Python 3 and running the script from command line.

What version of Python do you have installed? And copy/paste the relevant bits from your command line window, please, so we can see the way you invoke the script and the error message you get back.

Another alternative is to say "this whole Python business is silly", take the code, and port to language-of-choice.

pixellegolas
ultra-veteran
ultra-veteran
Posts: 423
Joined: Mon Aug 11, 2008 11:30 pm
Has thanked: 27 times
Been thanked: 15 times

Re: Atlantica online

Post by pixellegolas » Thu Jan 14, 2010 3:32 pm

the only thing I do when doing python things is copy the python exe to the folder and make a .bat with:

sctipt.py command input output
pause

The pause can be good because the window stays and doesnt close so you see what actually happens

AceAngel
veteran
Posts: 115
Joined: Sun Feb 08, 2009 5:45 pm
Has thanked: 35 times
Been thanked: 7 times

Re: Atlantica online

Post by AceAngel » Thu Jan 14, 2010 4:26 pm

OK, well, here is what I did:

-Downloaded ndoordds.py
-Extracted to 'C:\Python30\Tools\Scripts', 'C:\Python30' and 'C:\nDoors\Atlantica\NChar3D\Texture'
-Double-Click 'Python.exe'
-Type in the CMD window: 'ndoordds.py -r C:\nDoors\Atlantica\NChar3D\Texture'

Here is what I get:

Code: Select all

>>> ndoordds.py -r C:\nDoors\Atlantica\NChar3D\Texture
  File "<stdin>", line 1
    ndoordds.py -r C:\nDoors\Atlantica\NChar3D\Texture

Invalid Syntax
I'm pretty sure it's me, I'm doing something wrong.

Yorick
ultra-n00b
Posts: 5
Joined: Tue Mar 10, 2009 5:45 am

Re: Atlantica online

Post by Yorick » Fri Jan 15, 2010 12:48 am

Yeah, you can just run the script from your windows command line. I have no idea how it would behave inside python.exe, I never tried that. If python is in your path and was allowed to bind itself to .py - which is the default install - then you can just run the script itself. If that's not the case, then "python ndoordds.py <parameters>" should do the trick.

Makina
ultra-n00b
Posts: 4
Joined: Thu Jan 10, 2013 3:06 am

Re: Atlantica online

Post by Makina » Fri Jan 11, 2013 4:16 pm

This script does not work, upload one better, Donate this forum for this script and does not work :S:S

anyone can explain?

Thanks.

Yorick
ultra-n00b
Posts: 5
Joined: Tue Mar 10, 2009 5:45 am

Re: Atlantica online

Post by Yorick » Sat Jan 12, 2013 12:50 am

You know, I'd love to help. But I have no idea what "does not work" is supposed to mean. A bit more information would be awesome, such as "I get this error message when I do that".

Donate the forum - you lost me, buddy.

May I also point out: It is a Python script. Which means it isn't just useful, it's also source code. Nifty! If your "doesn't work" isn't just caused by "I don't know how to run a Python script" (please do Google), then having the source right there does allow you to tweak it to be just what you always wanted it to be, rather than the ungainly, ugly thing you received in the forum.

deltaone
beginner
Posts: 37
Joined: Sat Feb 19, 2011 1:18 am
Has thanked: 4 times
Been thanked: 12 times

Re: Atlantica online

Post by deltaone » Fri Nov 14, 2014 12:30 pm

http://www.progamercity.net/game-files/ ... 014-a.html

Anyone can repost here this converter ?

Post Reply