Page 3 of 4

Re: Silver 3d models and animations (CHR and ANM files)

Posted: Tue Aug 26, 2014 11:26 am
by nerdyluke
Hey,
Months of hard work seem to have finally paid off :)

Image
Image
Image
Image
Image
Image

I'll upload a model viewer/extractor when I have time :)

Re: Silver 3d models and animations (CHR and ANM files)

Posted: Wed Sep 03, 2014 10:54 pm
by nerdyluke
For the interested, I'm close to release, here are screenshots:
Image
Image
Image
Image
Image
This program can view/export: CHRs (3d models), PAK files (contain level backgrounds), SPR (sprites), RAW (some images like the map) and SMK videos :)

Re: Silver 3d models and animations (CHR and ANM files)

Posted: Fri Sep 05, 2014 11:53 am
by TaylorMouse
OMG OMG OMG !!!!

You did it dude!!

SUPER, can't wait to check it out!!

Make sure there is an export button :p

T.

Re: Silver 3d models and animations (CHR and ANM files)

Posted: Fri Sep 05, 2014 10:15 pm
by nerdyluke
TaylorMouse wrote:OMG OMG OMG !!!!

You did it dude!!

SUPER, can't wait to check it out!!

Make sure there is an export button :p

T.
Thanks, finishing it up will upload soon.
There's no button but ctrl-S exports to obj so no worries ^^, one thing though their format is very unconventional and doesn't really use bones so no bones unfortunately :(

Re: Silver 3d models and animations (CHR and ANM files)

Posted: Tue Sep 09, 2014 1:30 pm
by nerdyluke
And here it is: https://silvie.googlecode.com/svn/trunk/silvie.jar :D :D

You need Java8 which you can get from http://www.oracle.com/technetwork/java/ ... 33155.html
and Java3D from https://java3d.java.net/binary-builds.html

Project page: https://code.google.com/p/silvie/
Code is under GPLv3 so anyone can modify it.



EDIT: new project URL (no Java required) : https://github.com/othias/silvie

Re: Silver 3d models and animations (CHR and ANM files)

Posted: Sun Sep 14, 2014 9:48 am
by nerdyluke
Has anyone tested this on windows please? I dont have access to a windows box and would like to be sure :ninja:

Re: Silver 3d models and animations (CHR and ANM files)

Posted: Sun Oct 05, 2014 12:27 pm
by nerdyluke
Okay, I just tested it myself on windows and if anyone's interested, run it that way to be able to view the CHRs:

Code: Select all

java -Djava.library.path=<path to java3d dll> -jar silvie.jar

Re: Silver 3d models and animations (CHR and ANM files)

Posted: Sat Oct 11, 2014 2:40 pm
by nerdyluke
Fixed a bunch of bugs in rev8, plz redownload.
I'll try to work on the .ENG format (dialog files) when I have some time, anyone wants to help?

Re: Silver 3d models and animations (CHR and ANM files)

Posted: Fri Oct 17, 2014 10:11 pm
by TaylorMouse
Can you share the code ? cause I don't want make my pc dirty and install Java

T.

Re: Silver 3d models and animations (CHR and ANM files)

Posted: Wed Oct 22, 2014 7:31 pm
by nerdyluke
Like I said in an earlier post, code is under gplv3 on the project's github https://github.com/nerdouille/silvie (just moved)

My knowledge of java is by no means perfect so if you want to improve stuff you're perfectly welcome :D


EDIT: new project URL (no Java required) : https://github.com/othias/silvie

Re: Silver 3d models and animations (CHR and ANM files)

Posted: Tue Jun 09, 2015 4:55 pm
by nerdyluke
Not that it has anything to do with 3d models but I've reversed the dialog files aswell (view+export as .txt) :p

Re: Silver 3d models and animations (CHR and ANM files)

Posted: Thu Sep 15, 2016 11:44 pm
by GlassFuge
Hello

first of all sorry for necroposting, i know this thread is 1 year old, but finally i found what i was looking for. I always wanted to export some of the models, sprites, and images of this game. Unfortunatley i didnt undestand how to do so. My knowlege of coding is below 0. There is a chance you can make an .exe file for windows? Or explain how to make the program work with a step by step giude?

Thank you


P.S. Nice work, you made one of my dream come true! :)

Re: Silver 3d models and animations (CHR and ANM files)

Posted: Fri Sep 16, 2016 9:38 am
by shakotay2
Java is required and you need to install Java3D in case you didn't so far from https://java3d.java.net/binary-builds.html
You need nerdyluke's silvie.jar, then in windows console enter
java -Djava.library.path=<path to j3dcore-ogl.dll> -jar silvie.jar

where you must replace <...> by D:\Java3D\bin for example.

D:\JAVA3D is MY path, so your's will be different. (And don't enter the <>. :D )

(For 64-bit windows j3d-1_5_2-windows-amd64.zip is required, even for intel processors.)
turtle.jpg
well, I see, nerdyluke explained most of this before.

Seems you didn't READ this thread, did you? :D

Re: Silver 3d models and animations (CHR and ANM files)

Posted: Fri Sep 16, 2016 3:21 pm
by GlassFuge
Thank you for the reply, i read the posts but i never used java before so was a bit difficult to understand, at the end i managed to open the program :)

Thank you

Re: Silver 3d models and animations (CHR and ANM files)

Posted: Fri Mar 02, 2018 10:50 am
by nerdyluke
I am currently in the process of rewriting it entirely in C with clear struct definitions for each format for future reference, should be done in a week or two. I have also managed to get nodes working properly for models, which means animations are now possible! The new tool exports models to .3ds so you can open them in the free version of 3ds max 5 from discreet. Also there will only be a single statically linked executable so no more java hassle.