aliens

Author Topic: X-Com like isometric graphic editor  (Read 19653 times)

Offline bladum

  • Colonel
  • ****
  • Posts: 213
  • Bladum
    • View Profile
X-Com like isometric graphic editor
« on: August 25, 2011, 04:47:25 pm »
Hi Guys,

I was wondering if anyone could be interest in using such tool... sorry that site is nonenglish but there is download and application is in english...and You can watch screenshots.

https://warsztat.gd/projects.php?x=view&id=2005

This is voxel editor / 3D pixel iso art editor with bunch of X-Com related graphics including world parts, planes, units, buildings, maps, weapons etc....

Just wondering if anyone wanted to use it / develop for any purpose.
https://sites.google.com/site/weefanatics/files/soft.zip

This is quick video
https://www.youtube.com/watch?v=_RikkTRuEWM&feature=channel_video_title

Home Site
https://sites.google.com/site/treededitor/home

Regards
Tomasz
« Last Edit: October 01, 2011, 01:00:56 am by bladum »

Offline michal

  • Commander
  • *****
  • Posts: 629
    • View Profile
Re: X-Com like isometric graphic editor
« Reply #1 on: August 25, 2011, 04:55:35 pm »
That's very interesting :) It would be nice to see openxcom mod with such style.

Those are images or also 3d models?

Offline bladum

  • Colonel
  • ****
  • Posts: 213
  • Bladum
    • View Profile
Re: X-Com like isometric graphic editor
« Reply #2 on: August 25, 2011, 05:25:56 pm »
Hi

This is 3D array of points which are drawn one by one on 2D layer. I am not using any 3D software to render it, it supose to be simple and retro style without any hardware. We can just rotate this image in 90 angle (i think i would be able to add 45 degree angle)...

Same with lights its just changing proper RGB values to imitate the shadow. So its all cheating.....

Nevertheless I can export data into different format which could be used further even to match x-com format. IVe been working a lot with original x-com graphic files and system.

Regards
Tomasz
« Last Edit: August 25, 2011, 05:39:44 pm by bladum »

Offline Yankes

  • Commander
  • *****
  • Posts: 3207
    • View Profile
Re: X-Com like isometric graphic editor
« Reply #3 on: August 25, 2011, 06:48:48 pm »
great thing!
but if this could work with xcom, image need be 32x40 and 3d space have 16x16x24 dimensions (like LOF templates https://www.ufopaedia.org/index.php?title=LOFTEMPS.DAT )
with this program can made openXcom fully open source game!

btw is possible to create file with depth position of pixels in graphics generated by this program?

Offline michal

  • Commander
  • *****
  • Posts: 629
    • View Profile
Re: X-Com like isometric graphic editor
« Reply #4 on: August 25, 2011, 07:07:31 pm »
Hi

This is 3D array of points which are drawn one by one on 2D layer. I am not using any 3D software to render it, it supose to be simple and retro style without any hardware. We can just rotate this image in 90 angle (i think i would be able to add 45 degree angle)...

Same with lights its just changing proper RGB values to imitate the shadow. So its all cheating.....

Nevertheless I can export data into different format which could be used further even to match x-com format. IVe been working a lot with original x-com graphic files and system.

Regards
Tomasz

I was asking about 3d models, because there is another project (also open source), which also maybe could use such simple graphic style:
https://xenowar.net/screenshots.html

Anyway, it would be interesting to see that in openxcom. As Yankes said, it may help become openxcom fully open source game.

Offline bladum

  • Colonel
  • ****
  • Posts: 213
  • Bladum
    • View Profile
Re: X-Com like isometric graphic editor
« Reply #5 on: August 25, 2011, 07:25:51 pm »
Hi,

Thanks for Your replays. If you like such tool i would need Your ideas / feedback what to implement to use with this or other project. I wrote it few months ago just for a need to feel a retro again ;) but had no business plan how to use. I thought it would be nice to use it now, when some projects where halted.... due to some legal issues.

its written in .NET so its quite versatile and I am an experience developer / architect. I can share sources if You like but due to fact this was rather for fun, so sources are not well documented.

If You consider this issue an important one we can create a common topic for all those projects or move it somewhere else on forum.....

Tomasz

Offline bladum

  • Colonel
  • ****
  • Posts: 213
  • Bladum
    • View Profile
Re: X-Com like isometric graphic editor
« Reply #6 on: August 25, 2011, 07:29:52 pm »

I was asking about 3d models, because there is another project (also open source), which also maybe could use such simple graphic style:
https://xenowar.net/screenshots.html

Anyway, it would be interesting to see that in openxcom. As Yankes said, it may help become openxcom fully open source game.

Currently there are no 3D models all i have is xyz 3D matrix of pixels, which can be edited from two perspectives = top and side. If You like to export it in standard way just Print all the png files. If You need 3D format i can make exported just give some info about its format. What kind of format Xenowar is using ? I can made my own wrapper to it... Then it could be used in fully 3D enviroment of the game.
« Last Edit: August 25, 2011, 07:33:24 pm by bladum »

Offline michal

  • Commander
  • *****
  • Posts: 629
    • View Profile
Re: X-Com like isometric graphic editor
« Reply #7 on: August 25, 2011, 07:53:15 pm »

I was asking about 3d models, because there is another project (also open source), which also maybe could use such simple graphic style:
https://xenowar.net/screenshots.html

Anyway, it would be interesting to see that in openxcom. As Yankes said, it may help become openxcom fully open source game.

Currently there are no 3D models all i have is xyz 3D matrix of pixels, which can be edited from two perspectives = top and side. If You like to export it in standard way just Print all the png files. If You need 3D format i can make exported just give some info about its format. What kind of format Xenowar is using ? I can made my own wrapper to it... Then it could be used in fully 3D enviroment of the game.

Looks like ac3d https://code.google.com/p/unflobtactical/wiki/Modding

Anyway, for more details, you would have to speak with them on their forum.

Offline bladum

  • Colonel
  • ****
  • Posts: 213
  • Bladum
    • View Profile
Re: X-Com like isometric graphic editor
« Reply #8 on: August 25, 2011, 08:06:03 pm »
Looks like ac3d https://code.google.com/p/unflobtactical/wiki/Modding
Anyway, for more details, you would have to speak with them on their forum.

thanks, format is easy to implement but not sure how it will work in da game

Offline michal

  • Commander
  • *****
  • Posts: 629
    • View Profile
Re: X-Com like isometric graphic editor
« Reply #9 on: August 25, 2011, 08:51:53 pm »
Btw, is it your program? Cause on warsztat author written that he needed this for x-com clone. So, you also have planned to do some x-com clone? ;)

Offline bladum

  • Colonel
  • ****
  • Posts: 213
  • Bladum
    • View Profile
Re: X-Com like isometric graphic editor
« Reply #10 on: August 25, 2011, 09:04:01 pm »
i am the same person as qad on warsztat .... so Your are also a Pole ;) good to know

x-com clone means to clone its feeling/graphics rather then making a clone, there are a lot clones already. .. i writing this ac3D format writer now, so it could be used in game.

how this tool can be used to help this project ? 32x32x40 arts ? i was thinking to use it also for geoscape and some other arts not only iso game.


Offline michal

  • Commander
  • *****
  • Posts: 629
    • View Profile
Re: X-Com like isometric graphic editor
« Reply #11 on: August 25, 2011, 09:11:18 pm »
how this tool can be used to help this project ? 32x32x40 arts ? i was thinking to use it also for geoscape and some other arts not only iso game.

Which project? OpenXcom? Unfortunately, for now, there aren't any support for external resources (besides from original game). Probably in future (after 1.0) there will be such support. For now SupSuper & Daiky concentrate on reimplementing original game.

Volutar

  • Guest
Re: X-Com like isometric graphic editor
« Reply #12 on: August 25, 2011, 10:41:42 pm »
Nice thingy. But I see a small flaw in capabilities.
You cannot draw not-aliased X crosses, having horizontal lines. You have only cubic voxels. Each square pixel can be divided by 4 triangles with diagonals (from center), so every voxel could be divided by 4*6 tetrahedrons (6 pyramids, each splitted by diagonals, resulting in 24 tetrahedrons).
Cubic voxels can be automatically smoothed with these tetrahedrons, or these "subvoxels" can be set manually where needed.

Offline Yankes

  • Commander
  • *****
  • Posts: 3207
    • View Profile
Re: X-Com like isometric graphic editor
« Reply #13 on: August 25, 2011, 10:44:59 pm »
32x40 is standard title graphic size in Battlescape. openXcom can use different graphic but this need be same format and replaced original data.

Offline michal

  • Commander
  • *****
  • Posts: 629
    • View Profile
Re: X-Com like isometric graphic editor
« Reply #14 on: August 26, 2011, 10:00:33 am »
I have couple of suggestions regarding your editor ;)

1) Release it as open source on github. You can gain some help, maybe someone will be able to port it to mono, so linux version will be available.
2) Announce it a bit more, i think it's quite interesting project and may be useful for many people. You can for example announce it on tigsource art forum:
https://forums.tigsource.com/index.php?board=24.0