![]() ![]() |
Oct 5 2009, 12:21 PM
Post
#1
|
|
![]() Creative Text Department ![]() Group: [Xenocide Senior Members] Posts: 1,954 Joined: 16-January 05 From: Europe Member No.: 4,646 |
This thread is intended for independent contributors to PX. If you would like to contribute to PX, but you know you won't be able to commit on a regular basis, please post your work in this thread.
By posting in this thread you automatically put your work under our CC-Share alike license, for Project Xenocide to use it, as described in the following license: QUOTE The code of Xenocide is copyrighted by the Creative Commons (CC) under the Creative Commons Legal Code (CCLC). This basically means that anyone is free to download the source code and related materials that it creates (with the exception of a distribution fee, if there is any). The "code" includes images, text, sound, music, etc., that is included in a copy of the works that are collectively called "Xenocide." As a project member, you acknowledge that all submissions you make to the project are licensed by you, to Project Xenocide, under the Creative Commons Attribution-NonCommercial-ShareAlike License. This process ensures that you retain ownership of the work, while granting us as Project Xenocide the right to use and/or modify your submission, provided we give you credit and release our work under the same license or a similar license that share the same spirit. This applies to all submissions you make, regardless of their incorporation into any Project Xenocide release. Your submitted work cannot be used by any other party without your written agreement. For a full discourse on the CCLC, please visit this site: http://creativecommons.org/licenses/by-nc-sa/2.5/ The Project Xenocide development team will take your work into serious consideration. Please also have a look at the concept art / fan art thread. This post has been edited by Mad: Nov 1 2009, 06:43 AM -------------------- Keep smiling while dying
Of course I have gone mad with power! It would be completely ridiculous to go mad without power! And no, this is not a quote from the Simpson's movie, I want it on paper, that I actually wrote that quite some time before the movie came out. ![]() |
|
|
|
Oct 9 2009, 04:12 PM
Post
#2
|
|
![]() Squaddie ![]() Group: Xenocide Programming Department Posts: 5 Joined: 30-August 09 From: South West London Member No.: 22,695 |
Hi,
I've attached a piece of work for review by the dev team. It's the beginnings of a icon based Hud system for the GeoScape.
Hud.jpg ( 69.54K )
Number of downloads: 107At the moment it will draw icons for
Hovering over any icon will show the name of that object and will fire the standard 'Mouseover' sound effect. For the moment I've commented out the geoMarker calls. All icons are drawn using XNA RoundLine, which has some nice (if limited) drawing tools. I'm new to 3D and XNA so the hardest part has been trying to work in , rather than wedge in, the code in to the geoscape. This is in addition to trying to figure out what all that 3D code does! There is a lot in here I need to improve (The 3d -> screen pixel transformation is a bit of a hack and wont scale at the moment), it's mainly meant as a way for you to see the concept. I'd appreciate any feedback you have or any optimisations you feel can be made, and whether or not you think it's worthwhile me continuing. SVN patch file is attached to this post. Be gentle!
GeoHud.zip ( 7.78K )
Number of downloads: 17 |
|
|
|
Oct 12 2009, 01:26 AM
Post
#3
|
|
![]() Creative Text Department ![]() Group: [Xenocide Senior Members] Posts: 1,954 Joined: 16-January 05 From: Europe Member No.: 4,646 |
This is some nice work, thank you! I very much like the idea with the mouse-over information. I see two potential problems here: first, one might loose oversight - as it sometimes happened in UFO, so maybe you could print the name of the object (UFO-232, Base Europe1...) in small letters below or above the icon itself, enhanced statistics/information would be shown at mouse-over, and second, we were going for 3D icons, so you can actually see a UFO/Base indicator on the horizon before the ground it is over is visible. I have not tried/reviewed your patch (that would better be done by someone from PRG), so it might even do this, but if not, do you think you could include something like it?
Edit: Maybe you could also have a look at http://www.projectxenocide.com/images/geos...rtgeo12-800.jpg and the rest of our gallery. There are quite some designs in there we always wanted to integrate/have, but never found the time to do. This post has been edited by Mad: Oct 12 2009, 05:39 AM -------------------- Keep smiling while dying
Of course I have gone mad with power! It would be completely ridiculous to go mad without power! And no, this is not a quote from the Simpson's movie, I want it on paper, that I actually wrote that quite some time before the movie came out. ![]() |
|
|
|
Oct 12 2009, 08:15 AM
Post
#4
|
|
![]() Creative Text Department ![]() Group: [Xenocide Senior Members] Posts: 1,954 Joined: 16-January 05 From: Europe Member No.: 4,646 |
I had a quick look at it, and I must say, it looks promising. However, icons should not show if they are on the side of earth facing away from the camera/user. If anyone is interested, a "nightly" build is available over here, however, as usual with untested software please be careful with this. It could even make your PC explode. Or steal cookies from your cookie jar. Or transform your PC into a Zombie. I have just skipped through the code. And as usual nobody but yourself is responsible for anything that might or might not happen after you download this.
Edit: Zip was broken - fixed it. Sorry for the inconvenience. This post has been edited by Mad: Oct 12 2009, 11:12 AM -------------------- Keep smiling while dying
Of course I have gone mad with power! It would be completely ridiculous to go mad without power! And no, this is not a quote from the Simpson's movie, I want it on paper, that I actually wrote that quite some time before the movie came out. ![]() |
|
|
|
Oct 12 2009, 12:06 PM
Post
#5
|
|
|
Programming Department ![]() Group: [Xenocide Senior Members] Posts: 1,479 Joined: 6-October 05 From: New Zealand Member No.: 7,505 |
Hi, I've attached a piece of work for review by the dev team. It's the beginnings of a icon based Hud system for the GeoScape. I'm new to 3D and XNA so the hardest part has been trying to work in , rather than wedge in, the code in to the geoscape. This is in addition to trying to figure out what all that 3D code does! There is a lot in here I need to improve (The 3d -> screen pixel transformation is a bit of a hack and wont scale at the moment), it's mainly meant as a way for you to see the concept. I'd appreciate any feedback you have or any optimisations you feel can be made, and whether or not you think it's worthwhile me continuing. SVN patch file is attached to this post. Be gentle!
GeoHud.zip ( 7.78K )
Number of downloads: 17Thanks for the submission. Sorry for delay in getting back. (I don't vist the forum much I'm afraid.) I'll try to have a look at the patch in the next day or two and get back to you. A small comment, have a read of the documents in http://svn.projectxenocide.com/xenocide/xna/trunk/docs, starting wih aa-readme, they should give you a good overview of how the code works. Other than that, if you've got any questions. PM me. Cheers, David This post has been edited by dteviot: Oct 12 2009, 12:06 PM -------------------- Saving the world from the scum of the universe is hard work. Especially when you have to create the scum to begin with.
|
|
|
|
Oct 12 2009, 01:31 PM
Post
#6
|
|
![]() Squaddie ![]() Group: Xenocide Programming Department Posts: 5 Joined: 30-August 09 From: South West London Member No.: 22,695 |
This is some nice work, thank you! I very much like the idea with the mouse-over information. I see two potential problems here: first, one might loose oversight - as it sometimes happened in UFO, so maybe you could print the name of the object (UFO-232, Base Europe1...) in small letters below or above the icon itself, enhanced statistics/information would be shown at mouse-over, and second, we were going for 3D icons, so you can actually see a UFO/Base indicator on the horizon before the ground it is over is visible. I have not tried/reviewed your patch (that would better be done by someone from PRG), so it might even do this, but if not, do you think you could include something like it? Edit: Maybe you could also have a look at http://www.projectxenocide.com/images/geos...rtgeo12-800.jpg and the rest of our gallery. There are quite some designs in there we always wanted to integrate/have, but never found the time to do. Hi and Thanks! I'm currently looking into how to occlude the icons based on the camera position (which I'm thinking may be a function similar to calculating where the night texture is applied). When I can work out if they should be 'visible' or not, i might then half-tone and reduce the size of the icon, and turn off blinking. Hopefully this should indicate it's position 'behind' the globe without cluttering the screen with brightly coloured flashing dots. Also, one other artefact of having the icons drawn in this manner, is that the clickable 'hit-box' for a given geo-object is then consistent whatever the view level is set to. i.e. if a 20x20 icon is drawn over the geoposition, that will be the clickable areas for it, whatever the zoom level. I'd noticed than when on max zoom, the hit box for an object was quite a large area. I might have to go off-line for a week or so and read the basics about all this matrix (schmatrix!) stuff first to fully understand the code and write a proper function to do it. If you have any links to good articles on this that would be great! |
|
|
|
Oct 16 2009, 05:37 PM
Post
#7
|
|
![]() Squaddie ![]() Group: Xenocide Programming Department Posts: 5 Joined: 30-August 09 From: South West London Member No.: 22,695 |
Hi all,
This is where I'm at currently. Icons will now occlude when on the opposing side of the Earth from the camera. Rather than dissapear completely, they get a small colour coded blip to indicate their position. Forward View...
UpdatedGeoHud.jpg ( 65.06K )
Number of downloads: 58..and from behind...
theotherside.jpg ( 62.36K )
Number of downloads: 54The icons don't come out to well in those screen shots, but they are a lot more visible when you see them blinking on-screen. Some other changes made:
I'll add another patch soon, just finishing off the first set of basic icons and making sure that code is upto scratch. |
|
|
|
Oct 17 2009, 01:59 AM
Post
#8
|
|
![]() Creative Text Department ![]() Group: [Xenocide Senior Members] Posts: 1,954 Joined: 16-January 05 From: Europe Member No.: 4,646 |
Very nice! Good work! If I may: maybe you could make the icons "behind" the globe a little smaller, they still seem pretty large to me. And maybe have a look over here his icons are mostly like yours, but the rectangular have a little more flair, maybe this could inspire you gfx/design wise.
-------------------- Keep smiling while dying
Of course I have gone mad with power! It would be completely ridiculous to go mad without power! And no, this is not a quote from the Simpson's movie, I want it on paper, that I actually wrote that quite some time before the movie came out. ![]() |
|
|
|
Oct 17 2009, 04:28 PM
Post
#9
|
|
|
Programming Department ![]() Group: [Xenocide Senior Members] Posts: 1,479 Joined: 6-October 05 From: New Zealand Member No.: 7,505 |
Hi and Thanks! I'm currently looking into how to occlude the icons based on the camera position (which I'm thinking may be a function similar to calculating where the night texture is applied). When I can work out if they should be 'visible' or not, i might then half-tone and reduce the size of the icon, and turn off blinking. Hopefully this should indicate it's position 'behind' the globe without cluttering the screen with brightly coloured flashing dots. Sorry for delay in responding. Had a busy week at work, and have been ill the last couple of days. Observations/Questions from examination of post on Tuesday. 1. What is the copyright on the Roundline code? 2. CreateHudIcon()'s "Recovery" option doesn't appear to be used, and it's not clear what the "Intercept" does. (Well, it draws another line on the icon, but what does it mean?) 3. Using strings to set mode for CreateHudIcon() is crude. Enum is preferred technique. 4. Duplicated code, for detecting mouse near an icon and putting up the object's text in DrawUFOIcon(), DrawAircraftIcon() and DrawOutpostIcon(). Should be pulled into own function. 5. GeoHud.cs has no copyright notice. 6. I'll also add, I suspect a simpler, more flexible, and more efficient way of drawing the HUD symbols would be to use a sprite map. (Similar to how text is done.) Note, until copyright is answered, I can't add your code to the SVN repository. -------------------- Saving the world from the scum of the universe is hard work. Especially when you have to create the scum to begin with.
|
|
|
|
Oct 18 2009, 03:59 AM
Post
#10
|
|
![]() Squaddie ![]() Group: Xenocide Programming Department Posts: 5 Joined: 30-August 09 From: South West London Member No.: 22,695 |
Hi and Thanks! I'm currently looking into how to occlude the icons based on the camera position (which I'm thinking may be a function similar to calculating where the night texture is applied). When I can work out if they should be 'visible' or not, i might then half-tone and reduce the size of the icon, and turn off blinking. Hopefully this should indicate it's position 'behind' the globe without cluttering the screen with brightly coloured flashing dots. Sorry for delay in responding. Had a busy week at work, and have been ill the last couple of days. Observations/Questions from examination of post on Tuesday. 1. What is the copyright on the Roundline code? 2. CreateHudIcon()'s "Recovery" option doesn't appear to be used, and it's not clear what the "Intercept" does. (Well, it draws another line on the icon, but what does it mean? 3. Using strings to set mode for CreateHudIcon() is crude. Enum is preferred technique. 4. Duplicated code, for detecting mouse near an icon and putting up the object's text in DrawUFOIcon(), DrawAircraftIcon() and DrawOutpostIcon(). Should be pulled into own function. 5. GeoHud.cs has no copyright notice. 6. I'll also add, I suspect a simpler, more flexible, and more efficient way of drawing the HUD symbols would be to use a sprite map. (Similar to how text is done.) Note, until copyright is answered, I can't add your code to the SVN repository. Thanks for the feedback. Roundline uses a Microsoft Public Licence which appears to be very similar to the one referenced in this thread. But i'll look into point 6 which may render roundline usage moot. The recovery and intercept options are intended to indicate whether an outpost has a craft that is ready for interception (fuelled and armed) or a craft that is ready for recovery (fuelled and can carry passengers). If you look at the latest screen shot, these are now red and blue blips on either side of the outpost icon. 3-6 I'll pickup. Thanks again for reviewing it, appreciated! |
|
|
|
Oct 18 2009, 05:26 AM
Post
#11
|
|
![]() Creative Text Department ![]() Group: Xenocide Creative-Text Departmen Posts: 1,797 Joined: 27-August 04 From: Hellas, Europe Member No.: 3,535 |
I think the licenses are compatible. We don't use patents, so that section is off, share-alike is common in both licenses. We impose non-commercial, but we use the Roundline source as a library (right?). As long as we don't modify roundline, we won't have a problem.
That's of course my personal opinion, and I'm no lawyer. -------------------- |
|
|
|
Oct 18 2009, 12:52 PM
Post
#12
|
|
|
Programming Department ![]() Group: [Xenocide Senior Members] Posts: 1,479 Joined: 6-October 05 From: New Zealand Member No.: 7,505 |
It occurs to me a better example of the use of a sprite sheet is the equip soldier screen (which is done entirely with spritesheets.)
See: trunk\Xenocide\Source\UI\Scenes\EquipSoldier and trunk\Xenocide\Source\UI\Screens\EquipSoldier -------------------- Saving the world from the scum of the universe is hard work. Especially when you have to create the scum to begin with.
|
|
|
|
Oct 18 2009, 01:26 PM
Post
#13
|
|
![]() Squaddie ![]() Group: Xenocide Programming Department Posts: 5 Joined: 30-August 09 From: South West London Member No.: 22,695 |
It occurs to me a better example of the use of a sprite sheet is the equip soldier screen (which is done entirely with spritesheets.) See: trunk\Xenocide\Source\UI\Scenes\EquipSoldier and trunk\Xenocide\Source\UI\Screens\EquipSoldier I think your 100% right in suggesting sprite maps, after about an hour of looking into it, it's so much easier to use . I'll look equip screen example, I'd been looking at some other web examples, but hadn't occurred that we be using it in-game somewhere. Cheers! |
|
|
|
Oct 19 2009, 02:54 PM
Post
#14
|
|
![]() Squaddie ![]() Group: Xenocide Programming Department Posts: 5 Joined: 30-August 09 From: South West London Member No.: 22,695 |
Attached SVN patch will persist sound options.
I've added a new class to Utils.cs called GameFiles, this contains methods found in LoadSaveGameScreen.cs which I used as the basis for the load/save methods. I've tried to make it as generic as possible, it's only missing writing the SaveGameHeader data, which I wasn't sure was relevant in this scenario. If you think this is heading in the right direction, I can update LoadSaveGameScreen.cs to use this. Some questions on this
I have some changes out on the project file from the GeoHud work, so didn't include this in the patch. You'll need to add Source\Model\GameOptions.cs to the project.
SaveGameOptions.zip ( 2.95K )
Number of downloads: 13 |
|
|
|
Oct 20 2009, 08:28 AM
Post
#15
|
|
![]() Sergeant ![]() ![]() ![]() Group: Forum Members Posts: 17 Joined: 15-August 06 From: Secret X-Com Base 1, Some where between here and there, Earth. Member No.: 10,573 |
I tried the nightly build with PezzA's geoscape icons. They look ok, though I would suggest that when the icons are behind the globe, the icons should more opaque. if not possible, then just take it out entirely. it made the whole experience confusing.
This post has been edited by gu35s: Oct 20 2009, 08:29 AM -------------------- ====================
Gu35sing is a big part of life... ==================== |
|
|
|
Oct 21 2009, 02:32 PM
Post
#16
|
|
![]() Squaddie ![]() Group: Xenocide Programming Department Posts: 5 Joined: 30-August 09 From: South West London Member No.: 22,695 |
Updated version of GeoHud is attached, it's still a working copy.
It's remove's roundline and all icons are now based off Spritemaps (many thanks to gu35s for his artwork!). I've tried to make the occluded icons a little more subtle, see how it plays for you. The only icon it isn't drawing at the moment are landed ufo's. Couldn't quite see how to work that out, but will plug away at it. Also, all items have hover over text shown underneath the time controls now. For most this is just the name for now, the aircraft has a little more details on it. I've not included the project file as it has other changes, so you'll need to add the following files to the project. Content\Textures\GeoScape\iconSpriteMap.png Source\Utils\SpriteMap.cs Source\UI\Scenes\GeoScape\GeoHud.cs Let me know what you think!
GeoHud3.zip ( 6.17K )
Number of downloads: 14 |
|
|
|
Oct 21 2009, 03:57 PM
Post
#17
|
|
![]() Creative Text Department ![]() Group: [Xenocide Senior Members] Posts: 1,954 Joined: 16-January 05 From: Europe Member No.: 4,646 |
Very cool! I personally prefer the neon icons over the "pastel" icons, but I guess everyone should decide for himself.
Again: http://www.projectxenocide.com/download/Ma...s/NeonIcons.exe http://www.projectxenocide.com/download/Ma...PastelIcons.exe -------------------- Keep smiling while dying
Of course I have gone mad with power! It would be completely ridiculous to go mad without power! And no, this is not a quote from the Simpson's movie, I want it on paper, that I actually wrote that quite some time before the movie came out. ![]() |
|
|
|
Oct 22 2009, 12:45 PM
Post
#18
|
|
![]() Squaddie ![]() Group: Xenocide Programming Department Posts: 5 Joined: 30-August 09 From: South West London Member No.: 22,695 |
dteveiot,
Can i ask you a question about this... QUOTE ( gu35s) 1. the animation will always rotate until roll over and the rotation stop in it's track. no revert to original point. 2. the ring does not show at all and when rollover, the ring will fade in or zoom out from center with animation. then fade out or zoom into the center. 3. make a separate set for rollover so animation remains but when rollover, the neon lit up. that was supposed to be for the neon (not new neon) build but it ended up spinning instead. though now I know those icons don't work at all. I totally agree with what gu35s is saying. But to manage a transitional effect (rotating to a certain point, or scaling up the outer spinning section of an icon) would require maintaining some sort of state of the icon across geoscapescene calls. Is there any whizz-bang way of doing this in XNA or would we need to introduce some sort of state for the icons. If so, where would you put it? Should the geohud maintain it's own state for each object. Or should I create an IGeoDisplay interface that each of the Geo object value types can implement and use to store the state? |
|
|
|
Oct 29 2009, 08:37 AM
Post
#19
|
|
|
Squaddie ![]() Group: Xenocide Recruit Posts: 1 Joined: 16-December 08 From: Some where in the vicinity of Earth Member No.: 20,695 |
Here is my model of a fire hydrant and its tga made in blender its only the low poly version with no textures.
Fire_Hydrant.zip ( 172.18K )
Number of downloads: 14-------------------- "Burning propose. Etched forever in the mind as slow curves pulled upward into spikes.
Dark wings framing an almost human death skull. Almost, but for the fangs of the beast. A creast for killers. Find it and you find the chalice, and the dark wing. Only five years remain." |
|
|
|
Oct 29 2009, 08:42 AM
Post
#20
|
|
![]() Creative Text Department ![]() Group: [Xenocide Senior Members] Posts: 1,954 Joined: 16-January 05 From: Europe Member No.: 4,646 |
Here is my model of a fire hydrant and its tga made in blender its only the low poly version with no textures.
Fire_Hydrant.zip ( 172.18K )
Number of downloads: 14I guess your low poly is more than enough - after all it will "only" be a part of a larger map, thank you! Edit: If you could provide a texture at some point this would be perfect. But don't worry if not, we'll find someone to texture it. This post has been edited by Mad: Oct 29 2009, 09:22 AM -------------------- Keep smiling while dying
Of course I have gone mad with power! It would be completely ridiculous to go mad without power! And no, this is not a quote from the Simpson's movie, I want it on paper, that I actually wrote that quite some time before the movie came out. ![]() |
|
|
|
Oct 29 2009, 09:07 AM
Post
#21
|
|
|
Squaddie ![]() Group: Xenocide Recruit Posts: 1 Joined: 16-December 08 From: Some where in the vicinity of Earth Member No.: 20,695 |
Here is my model of a fire hydrant and its tga made in blender its only the low poly version with no textures.
Fire_Hydrant.zip ( 172.18K )
Number of downloads: 14I guess your low poly is more than enough - after all it will "only" be a part of a larger map, thank you! When I get home today ill work on a high-poly version. -------------------- "Burning propose. Etched forever in the mind as slow curves pulled upward into spikes.
Dark wings framing an almost human death skull. Almost, but for the fangs of the beast. A creast for killers. Find it and you find the chalice, and the dark wing. Only five years remain." |
|
|
|
Oct 29 2009, 02:53 PM
Post
#22
|
|
|
Squaddie ![]() Group: Xenocide Recruit Posts: 1 Joined: 16-December 08 From: Some where in the vicinity of Earth Member No.: 20,695 |
OK so here is the high poly version.
Fire_Hydrant_High_Poly.zip ( 304.1K )
Number of downloads: 16Edit: Found a little mistake I have corrected it and here is the fixed model.
Fire_Hydrant.zip ( 290.82K )
Number of downloads: 9This post has been edited by Zero Energy: Oct 29 2009, 05:42 PM -------------------- "Burning propose. Etched forever in the mind as slow curves pulled upward into spikes.
Dark wings framing an almost human death skull. Almost, but for the fangs of the beast. A creast for killers. Find it and you find the chalice, and the dark wing. Only five years remain." |
|
|
|
Oct 29 2009, 03:20 PM
Post
#23
|
|
![]() Creative Text Department ![]() Group: [Xenocide Senior Members] Posts: 1,954 Joined: 16-January 05 From: Europe Member No.: 4,646 |
Nice one! We'll see if it's not too much once it comes to map design. -------------------- Keep smiling while dying
Of course I have gone mad with power! It would be completely ridiculous to go mad without power! And no, this is not a quote from the Simpson's movie, I want it on paper, that I actually wrote that quite some time before the movie came out. ![]() |
|
|
|
Oct 30 2009, 07:58 PM
Post
#24
|
|
|
Squaddie ![]() Group: Xenocide Recruit Posts: 1 Joined: 16-December 08 From: Some where in the vicinity of Earth Member No.: 20,695 |
-------------------- "Burning propose. Etched forever in the mind as slow curves pulled upward into spikes.
Dark wings framing an almost human death skull. Almost, but for the fangs of the beast. A creast for killers. Find it and you find the chalice, and the dark wing. Only five years remain." |
|
|
|
Nov 1 2009, 02:41 AM
Post
#25
|
|
![]() Creative Text Department ![]() Group: [Xenocide Senior Members] Posts: 1,954 Joined: 16-January 05 From: Europe Member No.: 4,646 |
Thanks, keep it coming, we need lots and lots of such small environmental items! You could also post modified versions of each theme, like 4 different versions of vases etc. Not every home looks the same. I've stored your work in our svn for future use. This post has been edited by Mad: Nov 1 2009, 02:46 AM -------------------- Keep smiling while dying
Of course I have gone mad with power! It would be completely ridiculous to go mad without power! And no, this is not a quote from the Simpson's movie, I want it on paper, that I actually wrote that quite some time before the movie came out. ![]() |
|
|
|
Nov 1 2009, 02:49 AM
Post
#26
|
|
![]() Creative Text Department ![]() Group: [Xenocide Senior Members] Posts: 1,954 Joined: 16-January 05 From: Europe Member No.: 4,646 |
If anyone else is interested, we need tons of textures (especially textures!) and models! Just have a look over here and look if something tickles the little (or big) artist in you!
If you would like an overview first, please have a look at the artwork department progress sheet. This post has been edited by Mad: Nov 1 2009, 06:46 AM -------------------- Keep smiling while dying
Of course I have gone mad with power! It would be completely ridiculous to go mad without power! And no, this is not a quote from the Simpson's movie, I want it on paper, that I actually wrote that quite some time before the movie came out. ![]() |
|
|
|
Nov 1 2009, 08:59 PM
Post
#27
|
|
|
Squaddie ![]() Group: Xenocide Recruit Posts: 1 Joined: 16-December 08 From: Some where in the vicinity of Earth Member No.: 20,695 |
Five vases all different styles with no textures.
Vase_Package.zip ( 1.6MB )
Number of downloads: 16P.S. I hope you don't mind but Vase_00 is a remake of my old model so it would fit the type of style modeling I'm using right now. I also plan to learn how to texture sometime this week. This post has been edited by Zero Energy: Nov 1 2009, 09:37 PM -------------------- "Burning propose. Etched forever in the mind as slow curves pulled upward into spikes.
Dark wings framing an almost human death skull. Almost, but for the fangs of the beast. A creast for killers. Find it and you find the chalice, and the dark wing. Only five years remain." |
|
|
|
Nov 2 2009, 02:15 AM
Post
#28
|
|
![]() Creative Text Department ![]() Group: [Xenocide Senior Members] Posts: 1,954 Joined: 16-January 05 From: Europe Member No.: 4,646 |
Five vases all different styles with no textures.
Vase_Package.zip ( 1.6MB )
Number of downloads: 16P.S. I hope you don't mind but Vase_00 is a remake of my old model so it would fit the type of style modeling I'm using right now. I also plan to learn how to texture sometime this week. Great thanks. Don't mind the remake, it is easier to administrate for me this way. And texturing would be great! -------------------- Keep smiling while dying
Of course I have gone mad with power! It would be completely ridiculous to go mad without power! And no, this is not a quote from the Simpson's movie, I want it on paper, that I actually wrote that quite some time before the movie came out. ![]() |
|
|
|
Dec 30 2009, 09:52 AM
Post
#29
|
|
|
Squaddie ![]() Group: Xenocide Recruit Posts: 1 Joined: 16-December 08 From: Some where in the vicinity of Earth Member No.: 20,695 |
Introducing the all new and improved Psi Amp 3000!
Everything the Psionic trooper needs! Featuring! High class light weight titanium, for those nasty alien bites. Adjustable straps to fit all sizes. Classy elbow spikes, good for jabbing. Our patented hands free design for easy movement and uses of your hands. Duel AEHD Holographic displays. A Built-in Psionic Amplifier with an amazing 500 meter range! Good for lefties and righties. Latest models come with your very own personal air conditioning unit. Why delay get yours today be the coolest trooper on your base hurray! Only $9.99 with shipping and handling. Some assembly may be required Straps not included. _______________________________________________________________ Ok back to reality. This is my version of the psi amp. I wasn't sure how close we are sticking to the original so designed to amp to fit on the arm leaving the hand free. In the game it will probably still take up the hand inventory space but not have a accuracy penalty. Ive added a pic of where it will be located on the arm. There is 2 versions of the Amp named double and single. Double has 2 blades on the elbow and single has 1 blade.
Psi_Amp.zip ( 273.72K )
Number of downloads: 20This post has been edited by Zero Energy: Dec 30 2009, 10:23 AM -------------------- "Burning propose. Etched forever in the mind as slow curves pulled upward into spikes.
Dark wings framing an almost human death skull. Almost, but for the fangs of the beast. A creast for killers. Find it and you find the chalice, and the dark wing. Only five years remain." |
|
|
|
Dec 30 2009, 11:13 AM
Post
#30
|
|
![]() Creative Text Department ![]() Group: Xenocide Creative-Text Departmen Posts: 1,797 Joined: 27-August 04 From: Hellas, Europe Member No.: 3,535 |
I think the mk3 is more practical.
How do you visualize it? What parts will it consist of? -------------------- |
|
|
|
Dec 30 2009, 04:16 PM
Post
#31
|
|
|
Squaddie ![]() Group: Xenocide Recruit Posts: 1 Joined: 16-December 08 From: Some where in the vicinity of Earth Member No.: 20,695 |
I think the mk3 is more practical. How do you visualize it? What parts will it consist of? The picture of the mk1 with the arm was just to show you where it is to be placed on the arm. Sorry if that confused you, I was just being lazy and didn't feel like making another quicky arm for the mk3. but anyways for you I did another arm.
Psi_Amp_mk03_High_Poly_Example.jpg ( 23.93K )
Number of downloads: 41The entire thing will consist of the main body, the 2 holo-screens, and the straps. As for using it, the interior of it is lined with a skin sensitive material that allows the trooper to interact with it mentally. It also has the holo-emiters that display the battle field in 3D and detect enemy movement. -------------------- "Burning propose. Etched forever in the mind as slow curves pulled upward into spikes.
Dark wings framing an almost human death skull. Almost, but for the fangs of the beast. A creast for killers. Find it and you find the chalice, and the dark wing. Only five years remain." |
|
|
|
Dec 30 2009, 08:28 PM
Post
#32
|
|
![]() Creative Text Department ![]() Group: Xenocide Creative-Text Departmen Posts: 1,797 Joined: 27-August 04 From: Hellas, Europe Member No.: 3,535 |
QUOTE (Zero Energy) The picture of the mk1 with the arm was just to show you where it is to be placed on the arm. Sorry if that confused you, I was just being lazy and didn't feel like making another quicky arm for the mk3. but anyways for you I did another arm. Thanks QUOTE The entire thing will consist of the main body, the 2 holo-screens, and the straps. As for using it, the interior of it is lined with a skin sensitive material that allows the trooper to interact with it mentally. It also has the holo-emitters that display the battle field in 3D and detect enemy movement. Nice! So this psi-amp will also work as a replacement for the movement detector? Will the user be able to perform a "remote attack" on a target he can't see but whom he can detect via the psi-amp? -------------------- |
|
|
|
Dec 30 2009, 08:54 PM
Post
#33
|
|
|
Squaddie ![]() Group: Xenocide Recruit Posts: 1 Joined: 16-December 08 From: Some where in the vicinity of Earth Member No.: 20,695 |
Nice! So this psi-amp will also work as a replacement for the movement detector? Will the user be able to perform a "remote attack" on a target he can't see but whom he can detect via the psi-amp? You got that right! -------------------- "Burning propose. Etched forever in the mind as slow curves pulled upward into spikes.
Dark wings framing an almost human death skull. Almost, but for the fangs of the beast. A creast for killers. Find it and you find the chalice, and the dark wing. Only five years remain." |
|
|
|
Feb 18 2010, 07:46 AM
Post
#34
|
|
|
Squaddie ![]() Group: Xenocide Recruit Posts: 1 Joined: 16-December 08 From: Some where in the vicinity of Earth Member No.: 20,695 |
I went ahead and made a model of the flash pod assuming the art progress spread sheet is up to date.
So here it is.
FlashPod.zip ( 139K )
Number of downloads: 17Also, the Artwork Department Index is out of date. -------------------- "Burning propose. Etched forever in the mind as slow curves pulled upward into spikes.
Dark wings framing an almost human death skull. Almost, but for the fangs of the beast. A creast for killers. Find it and you find the chalice, and the dark wing. Only five years remain." |
|
|
|
Mar 15 2010, 08:59 PM
Post
#35
|
|
|
Rookie ![]() Group: Xenocide Recruit Posts: 0 Joined: 7-March 10 Member No.: 24,255 |
Hello PX team, I have spoken with some of you so you know who am I. For the rest, my name is Carlos and I am another X-Com fan who wants to join the project as a programmer.
Here are two patches. The first one is very small, it only updates Psi Skill at the end of the month and has a Yes/No dialog to confirm removing a soldier from Psi training. It contains two diff files, one has some "hacks" to test the functionality better: PsiSkillUpdate.diff: - Modifies Xenocide/Source/Model/Geoscape/XCorp/XCorp.cs, to handle end of month Psi Skill update. PsiSkillUpdateWithHacks.diff: - Same modifications as the above file. The second patch is a bit bigger, it implements finding a missed location for a shot.
I didn't remove any of the "ToDo"s I implemented, I did this so it can be easier to compare the actual code with the reasoning behind it. I'm looking forward hearing any suggestions, comments or corrections you may have, hope you like it. Thanks, sorry for the post being very long, Carlos
Attached File(s)
PsiSkillUpdate.zip ( 3.33K )
Number of downloads: 9
MissedShotLocation.zip ( 1.48K )
Number of downloads: 6 |
|
|
|
Mar 16 2010, 03:18 AM
Post
#36
|
|
![]() Creative Text Department ![]() Group: Xenocide Creative-Text Departmen Posts: 1,797 Joined: 27-August 04 From: Hellas, Europe Member No.: 3,535 |
Hello Carlos, welcome!
I like the fix descriptions! dteviot will be around soon and check your patches. Take care, Vassilis -------------------- |
|
|
|
Apr 3 2010, 04:57 PM
Post
#37
|
|
|
Programming Department ![]() Group: [Xenocide Senior Members] Posts: 1,479 Joined: 6-October 05 From: New Zealand Member No.: 7,505 |
Apologies for my absence.
Work has been brutal the last month (and will be for probaly the rest of the year. There's a multimillion dollar contract we're trying for, and we need to have the software ready by Christmas, or it's off.) As for my spare time, I got a copy of Overlord, and it's _REALLY_ addictive. PsiSkillUpdate.diff: I've accepted the PsiSkill patch. However, I do have a couple of comments.
The second patch is a bit bigger, it implements finding a missed location for a shot. Good catch with the bleeding out bug. However, I think a better place for the "if dead, don't check for bleeding" test is in Combatant.Bleed(). It's an encapsulation thing. Bleed() should know that dead people don't need to bleed. Team.OnEndOfTurn() doesn't need to know. I've accepted the Missed Shot Location code. In DamageCombatant() I'm not sure we need to record Alien success for experience. But I guess it does no harm to do so, in case we ever do use it. Also note, please supply unit tests for your additions, when possible. This post has been edited by dteviot: Apr 3 2010, 04:58 PM
Reason for edit: bad request for unit tests.
-------------------- Saving the world from the scum of the universe is hard work. Especially when you have to create the scum to begin with.
|
|
|
|
Jul 22 2010, 05:31 AM
Post
#38
|
|
|
Squaddie ![]() ![]() Group: Forum Members Posts: 1 Joined: 22-July 10 From: Poland Member No.: 25,145 |
Hey guys...
I wonder if this thread is still active. I am an experienced 3d artist and i would like to contribute. If anyone could post any advice what's needed the most ( models , textures, UVLayouts) I will gladly try to make it happen. I would really appreciate any hint how can I best serve the idea of the project. Cheers... |
|
|
|
Jul 26 2010, 11:39 PM
Post
#39
|
|
![]() Creative Text Department ![]() Group: Xenocide Creative-Text Departmen Posts: 1,797 Joined: 27-August 04 From: Hellas, Europe Member No.: 3,535 |
Greetings
As I've said to Queenhunter in another thread: QUOTE The only active FOSS projects at the moment (that are worth their salt) are UFO: AI, UFO2K, ufo tts, xcom origin and openxcom. You should probably head over to UFO tts or UFO AI, as they are the most near-completion projects. Xcom origin is also promising, and misiek clearly bets on that project I presume that sometime Xenocide's C# branch will be merged with the C++ one, which in turn will be optimized in terms of developer productivity (less dependencies, latest version of libraries etc). Until then, focus elsewhere, but don't forget about us -------------------- |
|
|
|
Jul 27 2010, 05:27 AM
Post
#40
|
|
|
Squaddie ![]() ![]() Group: Forum Members Posts: 1 Joined: 22-July 10 From: Poland Member No.: 25,145 |
|
|
|
|
Jul 27 2010, 07:59 AM
Post
#41
|
|
![]() Creative Text Department ![]() Group: Xenocide Creative-Text Departmen Posts: 1,797 Joined: 27-August 04 From: Hellas, Europe Member No.: 3,535 |
and the cause is just Best of luck to all xcom projects! -------------------- |
|
|
|
Jul 28 2010, 01:55 PM
Post
#42
|
|
|
Colonel ![]() Group: Xenocide Creative-Text Departmen Posts: 4,023 Joined: 2-March 04 Member No.: 2,263 |
Greetings As I've said to Queenhunter in another thread: QUOTE The only active FOSS projects at the moment (that are worth their salt) are UFO: AI, UFO2K, ufo tts, xcom origin and openxcom. You should probably head over to UFO tts or UFO AI, as they are the most near-completion projects. Xcom origin is also promising, and misiek clearly bets on that project I presume that sometime Xenocide's C# branch will be merged with the C++ one, which in turn will be optimized in terms of developer productivity (less dependencies, latest version of libraries etc). Until then, focus elsewhere, but don't forget about us You cannot merge a C# branch with a C++ branch. |
|
|
|
Jul 28 2010, 11:10 PM
Post
#43
|
|
![]() Creative Text Department ![]() Group: Xenocide Creative-Text Departmen Posts: 1,797 Joined: 27-August 04 From: Hellas, Europe Member No.: 3,535 |
You cannot merge a C# branch with a C++ branch. I did not talk about a "3-way-merge" kind of merge. Ok, use the word "port" if you prefer. This post has been edited by kafros: Jul 28 2010, 11:11 PM -------------------- |
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 2nd September 2010 - 01:42 PM |