Author Topic: A couple of questions  (Read 1290 times)

DarkCore

  • Traveller
  • *
  • Posts: 11
    • View Profile
    • Cendor
A couple of questions
« on: June 26, 2006, 05:10:23 pm »
I have a couple of questions that I would like answered.

1. What extension do the levels and models in the game use?
2. What program do you use to make your models?
3. What program do you use to make the lands?
4. Where can I find the new build guide for Visual C++?
5. Does PlaneShift's source code allow us to compile with Visual C++ 2005 express? If yes do I need to install the Platform SDK?
---------------------------
cendor.co.nr A new world...Endless Opportunites

DaveG

  • Forum Addict
  • *
  • Posts: 2058
    • View Profile
Re: A couple of questions
« Reply #1 on: June 26, 2006, 05:22:00 pm »
1) 3dsmax and blender are both used
2) see #1
3) Talad's been futzing with a new terrain editor called FreeWorld3D
4) The full guide is on CVS here.  Use the menu up top to select OS and compiler.
5) Yes, I recently started using it.  You'll need the SDK; instructions are in the guide.

::  PlaneShift Team Programmer  ::

DarkCore

  • Traveller
  • *
  • Posts: 11
    • View Profile
    • Cendor
Re: A couple of questions
« Reply #2 on: June 26, 2006, 05:28:20 pm »
For question #1 I would have to export my models as blender? Becuase in the game they are in .zip files.
---------------------------
cendor.co.nr A new world...Endless Opportunites

acraig

  • Administrator
  • Veteran
  • *
  • Posts: 1562
    • View Profile
Re: A couple of questions
« Reply #3 on: June 26, 2006, 05:29:30 pm »
They are exported from blender using a blender to cal3d convertor.  From there they are packed up into the zip files.
----------
Andrew
"For all I know, she's lying, everyone's lying; welcome to the Internet"

DarkCore

  • Traveller
  • *
  • Posts: 11
    • View Profile
    • Cendor
Re: A couple of questions
« Reply #4 on: June 26, 2006, 05:51:29 pm »
So if I make a model, import it into blender, export it to cal3d, then zip up the model and textures it will work?
---------------------------
cendor.co.nr A new world...Endless Opportunites

acraig

  • Administrator
  • Veteran
  • *
  • Posts: 1562
    • View Profile
Re: A couple of questions
« Reply #5 on: June 26, 2006, 06:20:51 pm »
When you export from Blender you should get:
a CSF file ( skeleton )
CAF files ( animations )
CMF ( meshes )

And a bunch of texture files ( we use .dds  format )

We zip those up into a file.   

I have not done this process myself ( programmer here ) but that is the usual process.  There is also a .cal3d file but not sure if that is generate by the process as well or is something that we hand craft.   
----------
Andrew
"For all I know, she's lying, everyone's lying; welcome to the Internet"

DarkCore

  • Traveller
  • *
  • Posts: 11
    • View Profile
    • Cendor
Re: A couple of questions
« Reply #6 on: June 26, 2006, 06:44:48 pm »
Thanks!

*edit*

Another quick question!

I use TerraED Pro and L3DT for terrian generators/editors will that work? If it dosn't is thier a free one?

Please avoid posting two or more successive posts before others have replied. Just edit your last post to add new information. :) --Karyuu
« Last Edit: June 26, 2006, 06:53:10 pm by Karyuu »
---------------------------
cendor.co.nr A new world...Endless Opportunites

AryHann

  • Veteran
  • *
  • Posts: 1244
  • WonderWoman
    • View Profile
Re: A couple of questions
« Reply #7 on: June 27, 2006, 10:23:29 am »
Not all the models needs to be exported as cal3d! Just animated one!
3dsmax has a quite proper exporter, written in maxscript by Talad which follows pretty well what PS needs to have for the models.
For Blender you should use the exporter for CS.

I heard rumours for which a lot of people is encountering problems with the "new" guide for MSVC. Even though the content shouldnt' have changed so much, you might have some troubles. If you do, you can still spot the old layout-content guide or you can send me an email since I have been using MSVC for about 2 years in PS context and I have been updating and maintaining for more than 10 months the "old layout" guides.

You won't get the cal3d files automatically working in PS. It depends on what you have to do. Anyway, it is good to test their functionality with a software called viewmesh which is built once you build CS.
« Last Edit: June 27, 2006, 10:43:15 am by AryHann »
AryHann

http://www.reflex.lth.se/culture/annelov - Virtual Annelöv -
Engine Dep. - One of Talad's Angels - Aka ww & Ahrijani's Goddess

DaveG

  • Forum Addict
  • *
  • Posts: 2058
    • View Profile
Re: A couple of questions
« Reply #8 on: June 27, 2006, 10:37:57 am »
Rolenun's changes should make the new guide stuff for MSVC much better now.  (mostly steps in bad orders for first-time builders)  If there are still problems, send them to me and we'll keep tweaking it.

::  PlaneShift Team Programmer  ::

Telchar

  • Wayfarer
  • *
  • Posts: 1
    • View Profile
Re: A couple of questions
« Reply #9 on: January 13, 2007, 10:28:13 am »
3) Talad's been futzing with a new terrain editor called FreeWorld3D
How do you convert a Freeworld3d map file into a CrystalSpace world file ?

Edit: Sorry, i hadn't seen the export tool.
« Last Edit: January 13, 2007, 10:44:56 am by Telchar »