Apolyton Archive  |  Preserved copy of the Apolyton Civilization Site and its forums as they stood in September 2005. Read-only; nothing here can be posted to or replied to.  |  Forum index |  About this archive |  The 1998–2001 UBB forums
Today on Apolyton WARDELL INTERVIEW PROMO A.C.S. HISTORY CHAPTER 4 GET CIV4 /w FREE PLUS! A.C.S. PHOTO GALLERY GET A.O.M. V1.1
Apolyton Civilization Forums
main| civ2| civ3| civ4| smac| ctp2| ron| moo3| galciv| galciv2| alt| about|
ApolytonPLUS | register | search | faq | new posts | pm (-/-) | upload | members
hall of fame new! | civgroups | civgroups news | interviews | the column | radio | chat | directory | news | store | PLUS
Apolyton Civilization Forums : Powered by vBulletin version 2.0.3 Apolyton Civilization Forums > Alternative Civs > Freeciv > freeciv + blender
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!
04.Sep: `FC` 2.0.5 COMPLETED AND RELEASED
27.Jul: `FC` 2.0.4 COMPLETED AND RELEASED
16.Jul: `FC` 2.0.3 COMPLETED AND RELEASED

bottom of page
  
Author
Thread   
Pages (3): [ 1   2   3   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
maciek is offline maciek
Warlord
Perth, WA
Dec 2002
time: 13:29
  Old Post 09-09-2003 09:26 Visit maciek's homepage!
Edit/Delete Message Reply w/Quote
#61 Report this post to a moderator
Support Apolyton, buy Civilization 2

If you want tons of new free meshes, try my AutoMagic 4D - it can convert most MS Flight Sim 2000/2002, Combat Flight Sim and other models to other formats such as DXF, 3DS, OBJ, etc. Here's the full list of supported formats... It's being developed on Windows, but it can compile on Linux without modifications (requires Plib + Fltk + Freeglut + X11 of course ). Ask me for the source code (C++, GPL, missing autoconf, build .sh included), because I haven't uploaded it yet.

skyscuffler is offline skyscuffler
Settler

Jul 2003
time: 05:29
  Old Post 09-09-2003 14:19
Edit/Delete Message Reply w/Quote
#62 Report this post to a moderator
Support Apolyton, buy Civilization 2

quote:
I'd suggest that you could use GTK2 client and have the map area drawn with OpenGL ...

See Mithrandir's arguments below. I think he's quite right. I think i have a nice powerful GUI concept, that allows all the features needed without being too complicated.

quote:
If you're going to allow the camera to zoom quite far in, it might also be fun to animate tiles.

Nice Idea ! Just have to make shure the maps not to overcrowded, but that's a longterm feature anyway .

quote:
Oh, and one feature that would be very nifty would be replay ...

Hm, i think that's more a feature for the server part . But an interesting one !

quote:
I've been trying, on and off for a time, to create an opengl client using SDL(mostly off for the past few weeks).

Could you send me the source (lukas.toenne@web.de) ?
I am using OpenGL (2D) functions for all graphical display (also the GUI) and will not use any SDL blitting, because afaik using textures instead of bitmap SDL surfaces is as fast or even faster and allows greater flexibility.

quote:
How would one load models?

3DS is the most widly spread format by now, so maybe i'll use that. There is C/C++ model reading code available on the net and Blender export scripts for saving all sorts of other formats. Unfortunately Blender's native exporting capability is very poor until now, but this will probably change with the next release in a few weeks.

quote:
If you want tons of new free meshes, try my AutoMagic 4D ...

Thanks for the offer, but i'm afraid i don't need such a tool right now . I'm using Blender for all the 3D stuff, but since Blender's native format (.blend) is binary (like .max), it can only be exported from within Blender itself, either with an export script (available) or by a built-in exporter (not yet available). Anyway, i don't know any models suitable for Freeciv, that are freely available under a public license and would perhaps require a tool like your's. Maybe if someone uses another tool for creating Freeciv models. Sorry .

troopper5 is offline troopper5
Settler

Sep 2003
time: 05:29
  Old Post 21-09-2003 20:57
Edit/Delete Message Reply w/Quote
#63 Report this post to a moderator
Increase Your PM Length

What can i say? OMG

When these wonderful grfs will be ready and added to freeciv game??

kujahn is offline kujahn
Settler

Sep 2003
time: 05:29
  Old Post 26-09-2003 15:28
Edit/Delete Message Reply w/Quote
#64 Report this post to a moderator
Got spare money?

This is GREAT stuf ur making skyscuffler

I just downloaded Blender to see if i can hack it :-)

maciek is offline maciek
Warlord
Perth, WA
Dec 2002
time: 13:29
  Old Post 03-10-2003 18:31 Visit maciek's homepage!
Edit/Delete Message Reply w/Quote
#65 Report this post to a moderator
Enter the AD-FREE zone

skyscuffler: you can use Am4D for IMPORTING, not exporting. Blender reads DXF and this should be good enough. This way you can create hundreds of airplanes in no time, have you seen the amount of new planes in Civ3 lately (July-August)? Guess where they came from

Example:

MS Flight Sim 2002 --> AutoMagic 4D --> Blender

A lot of models for MS Flight Sim are placed in public domain, for other models ,e.g. from Avalon you'd need to ask for permission (there's no licences, but usual copyrights apply if author's name is mentioned).

Am4D is pretty much a wrapper for Plib, and it supports all formats from plib including 3DS, MAX ASCII, DXF, and plenty others. Plib is easily extensible, written in hybrid C/C++ (well, it is C++, but it looks like C).

I think Blender would benefit greatly from using a general Plib plugin, unless there's a licence conflict (Plib is LGPL).

Last edited by maciek on 03-10-2003 at 18:43

Yog-Sothoth is offline Yog-Sothoth
Prince
Trondheim, Norway
Sep 2000
time: 06:29
  Old Post 09-12-2003 20:35 Visit Yog-Sothoth's homepage!
Edit/Delete Message Reply w/Quote
#66 Report this post to a moderator
Support Apolyton buy from Amazon

bump

Scyscuffler, how are things coming along?

I'm eagerly awaiting the new unit graphics, they look really good.

skyscuffler is offline skyscuffler
Settler

Jul 2003
time: 05:29
  Old Post 10-12-2003 13:04
Edit/Delete Message Reply w/Quote
#67 Report this post to a moderator
Support Apolyton, buy Civilization: The Boardgame

I'm currently working on the OpenGL client GUI. It's making great progress, but right now i've also got lots of work to do for university (and that still comes first ). Code will probably be releasable before christmas, it's already quite powerful and stable. Maybe i'll also make some units, for your amusement .

Yog-Sothoth is offline Yog-Sothoth
Prince
Trondheim, Norway
Sep 2000
time: 06:29
  Old Post 10-12-2003 14:21 Visit Yog-Sothoth's homepage!
Edit/Delete Message Reply w/Quote
#68 Report this post to a moderator
Inflate your Upload Space

quote:
Originally posted by skyscuffler
I'm currently working on the OpenGL client GUI. It's making great progress, but right now i've also got lots of work to do for university (and that still comes first ). Code will probably be releasable before christmas, it's already quite powerful and stable. Maybe i'll also make some units, for your amusement .


Great, I'm looking forward to it. I have a bunch of exams I should be studying for myself

Mirsky is offline Mirsky
Settler
Cascadia
Dec 2003
time: 21:29
  Old Post 11-12-2003 05:51
Edit/Delete Message Reply w/Quote
#69 Report this post to a moderator
Increase Your PM Length

these look really cool.

Is there going to be 3D terrain as well? and are the models the same for all nations? i can see it would easier at first to have them be the same.

What is the file extension? i am familiar with another 3D animation/modelling program and would like to help.

Last edited by Mirsky on 11-12-2003 at 06:14

MC Escher is offline MC Escher
Settler
Santpoort Zuid
Jul 2003
time: 06:29
  Old Post 12-12-2003 05:06 Visit MC Escher's homepage!
Edit/Delete Message Reply w/Quote
#70 Report this post to a moderator
Support Apolyton or Terrorists Win

The file extension of Blender models is .blend

Vasc is offline Vasc
Settler
Lisboa, Portugal
May 2000
time: 05:29
  Old Post 14-12-2003 04:19
Edit/Delete Message Reply w/Quote
#71 Report this post to a moderator
Support Apolyton buy from Amazon

Terrific work. Something like this is not easy to do. Two thumbs up!

If you need help with the client, just ask. I am the original author of the GTK+ 1.2 and 2.0 client ports.

skruw is offline skruw
Settler

Dec 2003
time: 05:29
  Old Post 15-12-2003 06:05
Edit/Delete Message Reply w/Quote
#72 Report this post to a moderator
Full PM-box? Change here!

i am aware that this might sound gay, but maaaan i love you , you took everything i have hoped for and put it in ONE thread!
if you make this really happen, i PROMISE you that i will play freeciv 10 hours every day.
first i read and saw the 3dmodels(!! !!)
and then _THEN_ i just saw what you where doing, A 3D CLIENT!
maaaan as i sayed. i love you!

Last edited by skruw on 15-12-2003 at 06:17

jo3h is offline jo3h
Settler

Dec 2003
time: 05:29
  Old Post 22-12-2003 01:52
Edit/Delete Message Reply w/Quote
#73 Report this post to a moderator
Browse Apolyton AD-FREE

I can use blender and i would like to help
is there anything i can help you with?
just not animals,or people

and would you give me a list of the things you have already made

Ecliptik is offline Ecliptik
Chieftain

Dec 2003
time: 05:29
  Old Post 31-12-2003 05:32 Visit Ecliptik's homepage!
Edit/Delete Message Reply w/Quote
#74 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations

how cool is this! its soooooooooooooooooooooooooooooooooooooooo
GR8
WOW

 
Pages (3): [ 1   2   3   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:29.
Apolyton Time is 00:29.
    top of page
Rate This Thread:
Forum Jump:
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
 




Contact Us - Apolyton Civilization Site - Support Us!

Building a better Apolyton through better information. Click here and take our poll!
Non-US visitors, click here!

Powered by: vBulletin Version 2.0.3
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Page generated in 0.0500 seconds (88.50% PHP - 11.50% MySQL) with 30 queries
Page Loading Time:

Support Apolyton: Amazon USA | Amazon UK | Amazon DE | Amazon FR |
Support Apolyton and get FREE PLUS, Buy from Chips&Bits: Galactic Civilizations | Galactic Civilizations: Deluxe Edition | Call to Power 2 | Civilization: The Boardgame | GURPS/ Alpha Centauri | Alpha Centauri | Civilization IV | Civilization III: Complete |


Front Page | Civilization IV | Civilization III | Civilization II | Call to Power II | Alpha Centauri | Master of Orion III
Rise of Nations | Galactic Civilizations | Galactic Civilizations II | Misc
Alt.Civs | Civ I | C:CtP I | About | News | Directory | Apolyton Store | Forums | Chat | Columns | Interviews | Newsletter
Scenario League | CSC | Clash of Civs | Spanish Site | CtP Maps | Cradle of Civ | WesW's Ctp1/2 Site | Civ3 Haven

apolyton.net | apolyton.com | civilization2.net | civilization3.net | civilization4.net | civilizationiv.info | calltopower.net | galciv.net | galciv2.net | moo3.net