Accueil Crush your enemies... and create an EMPIRE!!! Space Empires V -- BUY NOW!!!

Connexion utilisateur

  • Créer un nouveau compte
  • Demander un nouveau mot de passe

Navigation

  • news
    • archive
    • blogs
    • books
    • forums
    • recent posts
    • groups
  • image galleries
  • projects & downloads
  • search
  • create content
  • agrégateur de nouvelles

Rechercher

Qui est en ligne

Il y a actuellement 3 utilisateurs et 180 invités en ligne.

Utilisateurs en ligne

  • Captain Kwok
  • Faithful
  • Blubel

Languages

  • English English
  • French French

Parcourir les archives

« Octobre 2008  
Lu Ma Me Je Ve Sa Di
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    
Accueil » news » forums » Space Empires V » Space Empires V General

Asteroid habitat

Soumis par marhawkman le Dim, 2007-07-22 15:42 Space Empires V General

I'm thinking about adding a special "planet" type. But I'm not sure how the game draws the graphics for asteroids. How does that work?

What I'm trying to do is make a graphic that looks like the current asteroid model, but has filaments connecting the asteroids, as well as buildings on the asteroids. These would be colored according to the atmospere type.

‹ Game Performance and Faster Turns Satellites Supplies and ordinance ›
» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Options d'affichage des commentaires

Sélectionnez la méthode d'affichage des commentaires que vous préférez, puis cliquez sur "Sauvegarder les paramètres" pour activer vos changements.

Re: Asteroid habitat

Soumis par MRing le Dim, 2007-07-22 16:52

Mmm, reminds me of SE3.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Mod Designer

Re: Asteroid habitat

Soumis par Fyron le Dim, 2007-07-22 17:37

Look for the Asteroid entries in the XFileClasses_Stellar.txt file. Each asteroid field is a collection object, containing a bunch of Asteroid 1a type objects that are the actual rock models.


SpaceEmpires.net | Space Empires Wiki

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Lun, 2007-07-23 05:24

So if I use a different skin on them it would give me an "asteroid" that looked like it had colored domes on the surface?

now I just need to figure out how to add the stringy things. asteroid organization(that is the way the actual rocks are arranged) seems to be random.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par rahlubenru le Lun, 2007-07-23 06:42

not sure if it's what you're suggesting, but maybe have all asteroids as "domed" colonies, but because of the size of them the dome is actually completely encasing the asteroid as a sphere, so then they'd always be the correct atmosphere, not sure how you'd implement that though

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Mod Designer

Re: Asteroid habitat

Soumis par Fyron le Lun, 2007-07-23 13:49

Yes, asteroid collections are quite random. What you could do is make new models, though, and not use the collection.


SpaceEmpires.net | Space Empires Wiki

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Mar, 2007-07-24 17:53

so if I make a new model, how do I get it to look like a bunch of rocks stuck together with thin sticks? that's what is bugging me...

I guess for interim I'll just do a re-skinned version.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Mod Designer

Re: Asteroid habitat

Soumis par Fyron le Mer, 2007-07-25 09:57

Design the model to look like a bunch of rocks connected by thin sticks? You might do it by just making a model of two big rocks connected, then keep the collection nature so each belt is still randomized; plop down a couple of them and use some extra random rocks.


SpaceEmpires.net | Space Empires Wiki

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Mer, 2007-07-25 17:55

that's a neat idea.... I'll have to try that. (as soon as I figure out how)

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Ven, 2007-07-27 13:46

*rummages around in game code*
*makes notes about how asteroids are drawn*
*compiles list of questions*

Current version:
7 skins, only 3 used by the baseline version. Oddly one of the existing skins(rockface) isn't referenced at all, while there are references to a skin(asteroid1) that doesn't exist. oh and the skins are pictures of actual rocks.....

7 sets of X(file)s, only three used in drawing asteroids.

All asteroid field objects are lists of asteroid objects to use. Asteroid objects are little more than entries that tell the game what size to draw a particular X(file).

My changes:
This actually makes it easier than I thought to change stuff. Since only 3 X(file)s are used, it took very little time to change that to 2. A uses file1, B uses file 2, and C uses a mix of the two. C used to use file 5. Asteroids look pretty much the same anyways so there is almost no visible difference.

Also since the game looks for 7 skin files, using 2 for normal asteroids leaves me one for each asteroid object I'm planning on adding.

Now to go and actually add them to the game.

Oh right questions....
How do you edit X(file)s? I can't seem to figure out what program to use.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Sam, 2007-07-28 11:29

Success! After a few more hours I got it to actually generate planet objects that look like asteroid fields, but with colored domes!

Not sure how to attach a file to post, so I'll have to Email if you want to see.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Mod Designer

Re: Asteroid habitat

Soumis par Fyron le Sam, 2007-07-28 12:55

You could use an image hosting service like imageshack.us.


SpaceEmpires.net | Space Empires Wiki

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Lun, 2007-07-30 10:02

for a Zip file?

Or did you mean a screen shot?

Either way I'll probably have a version that generates them only when a special tech is used ready by this weekend.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de Caduceus

Re: Asteroid habitat

Soumis par Caduceus le Lun, 2007-07-30 13:51

Sounds interesting. Looking forward to seeing your progress.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Jeu, 2007-08-09 14:26

almost finished with making a fully functional version!

Screenies:
http://www.deviantart.com/deviation/61869468/
http://www.deviantart.com/deviation/61869228/

If you want to see the work I've done so far I can email you a zip.

Anyways:
Done:
added an asteroid type planet
created a special size for asteroid habitats
created planet objects for asteroids of the various atmosphere types
created tech item for colonizing asteroid worlds
added to tech tree and tested above item
to do:
still working on an (untested) tech item to Enable the creation of asteroid habitats.
problems:
for some reason my modifications of the tech tree cause the game to force you to spend tech points (in the race creation screen) to have at least tech level 1 in Stellar manipulation.
the icons displayed above asteroid owrlds are way off... I have no idea how to fix this. (other than random tinkering)

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par ForesterSOF le Jeu, 2007-08-09 15:13

This asteroid colonization would be good to have in the base game.

Help! I have been assimilated

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Ven, 2007-08-10 05:36

Thanks. I am basing this off the base game though.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Dim, 2007-08-12 10:55

HELP!!!! I can't figure out how to get the generator device to work. Apparently the function used for the Ringworld placement generator won't consider anything other than a star as a avlid target.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Lun, 2007-08-13 15:55

After rethinking it, I've come to the conclusion that the problem is that the order used by my component doesn't allow it to target anything but a star. (issueing the order at asteroids gives the same result as telling a ship to warp in empty space, IE the order is ignored.) out of curiosity I'm going to test what happens if my component is in the same hull as a matter sphere.

anybody know how to change what an order can target?

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Mod Designer

Re: Asteroid habitat

Soumis par Fyron le Mar, 2007-08-14 03:13

You can't.


SpaceEmpires.net | Space Empires Wiki

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Mer, 2007-08-15 10:41

Noooo!!!!!!!!

That is the one barrier remaining in the completion of my project. :'(

*suddenly remembers he hasn't tested the results of using a ship with both modules yet*

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de groovyfishguy

Re: Asteroid habitat

Soumis par groovyfishguy le Mer, 2007-08-15 13:30

bummer this had promise...

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Ven, 2007-08-17 09:29

Dunh dun DUNHHHHH!!!!

Hehe... I rethought my idea and figured out a way to do this using a more "traditional" approach. IE making a single giant asteroid field that's habitable instead of a small one that is a copy of an existing object.

SUCCESS!!!!

Now I just need to finish working on it. I have a bit of tweaking before it'll be useful in a mod. (not MUCH tweaking though, mostly replication of objects)

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par Lord Shleepy le Ven, 2007-08-17 11:21

Yay! Asteroids rock!

Chants..."Rock! Rock! Rock!"

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par AisZajeil le Lun, 2007-09-03 18:03

where's the DL link!?

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Mer, 2007-09-05 17:09

I'm not quite done yet. maybe friday.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Sam, 2007-09-08 11:11

http://www.fileplanet.com/180575/180000/fileinfo/SE5-mod-with-colonizable-asteroids

YAY!!!!!

It works!

Is it playable? sort of. there's probably a few balancing issues with planet types. IE the game doesn't randomly generate asteroids. I setup the systems to generate them in specific ways. Not really sure if it worked out right.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de devnullicus
Mod Designer

Re: Asteroid habitat

Soumis par devnullicus le Sam, 2007-09-08 21:02

Arrgh! Fileplanet? Takes 90 minutes to get a 50k file from there. Sheesh. Ah well. Why not put the files on here?

You have reached an imaginary number. Please rotate your phone 90 degrees and try again.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Sam, 2007-09-08 22:01

Um... I can't seen to figure out how to upload it here..... Or it could be I don't have permission.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Dim, 2007-09-23 22:04

Could somebody move this to the SE5 mods forum?

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de Reiver

Re: Asteroid habitat

Soumis par Reiver le Mer, 2007-10-31 08:26

You can tweak the random size and proportionate numbers of each asteroid type via StellarObjectType.txt, if I recall correctly. I'd personally suggest you made them all the 'tiny' size, with a few smalls here and there for extra kicks - it's not like you really need them to be any bigger anyway, given the number of asteroids in the universe... I mean, whoa. An asteroid feild would be an /insane/ number, and you could have a colony ship with precisely 1 ion engine to go belt-hopping. Eye-wink

The atmospheric effect looks cool, too.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Mod Designer

Re: Asteroid habitat

Soumis par Gideon le Mer, 2007-10-31 16:30

Mmm...asteroid colonies...

I like!

"Only by being constantly at war with evil in all things, including yourself, can you truely know peace."
Download my mod here: GidMod
or there:

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de Isopsyco
Mod Designer

Re: Asteroid habitat

Soumis par Isopsyco le Mer, 2007-10-31 17:55

I'm going to check this out...like the idea.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de Reiver

Re: Asteroid habitat

Soumis par Reiver le Ven, 2007-11-02 19:43

Hmm. The initial release, as-is, is quite heavily bugged. I've made it so it can be used as a standalone mod, now trawling through to dig out the bugs that pop up during gameplay.

marhawkman: Would you mind if I uploaded the standalone version once I'm done?

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de exelsiar

Re: Asteroid habitat

Soumis par exelsiar le Sam, 2007-11-03 17:29

It took me a while to work out how to get this running as it only gives you the pictures and data files... i believe i've got them in the right place.. all in pictures/models? there appear to be several 'interesting bugs' with the habitats as a mod on its own. if you try to edit the technology when making a new empire the game crashes.. really badly. also the asteroids all look quite messed up. on a lesser note a domed huge asteroid set seems to be better than a domed ringworld (i think it was that one).
anyway i'm really looking forward to better versions.
_____________________

Grand Lord Exelsiar of the Azra-Dun Commonwealth, at your service

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de exelsiar

Re: Asteroid habitat

Soumis par exelsiar le Ven, 2007-11-23 11:42

took me half an hour to find this topic... oh well
of late my sleep paterns been really messed up, waking 1am, falling back to sleep when im sufficiently nackered.. leading to me doing some tinkering on this mod, i've fixed a lot of errors, one can actually play starting with asteroids as a racial thing, i've yet more work to do.

anyway my main purpose of this post is to get permision to post my changes as a fully fledged mod.
with the state it was posted in i've gone along the thinking lines of it was put out here for ppl to do with as they've wished.

In reference to my last post, the asteroids didnt look messed up, they just have atmospheres. and the huge asteroids being bigger than the ringworlds.. it apears what i was looking at was a constructed habitat, ie large field of asteroids.. i think it looks pretty cool around the sun...

all in all more tweeking to do, and i think all in all it's in line with marhawkman's vision as much as i could keep it.
its amazing how much i've learnt from this. its good preperation for making my own mod in the future ^_^

after this weekend if its ready and i've either not gotten a responce, or if its a yes, then i'll post it online, naturally with original rights and thanks to him.
_____________________

Grand Lord Exelsiar of the Azra-Dun Commonwealth, at your service

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de Isopsyco
Mod Designer

Re: Asteroid habitat

Soumis par Isopsyco le Ven, 2007-11-23 12:32

exelsiar wrote:
after this weekend if its ready and i've either not gotten a responce, or if its a yes, then i'll post it online, naturally with original rights and thanks to him.
Given that the game is designed to be modded, and some mod ideas will be similar or even copies of one another, I would just credit the author for the original idea, no permission is required unless its copyrighted (and according to MM's EULA, any modifications can't be copyrighted or sold, just free distribution as a mod).

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de Reiver

Re: Asteroid habitat

Soumis par Reiver le Sam, 2007-11-24 07:36

As Isopsycho says, credit the owner - preferably both in the mod_description.txt, and as part of the title screen, if you want to play nice - and go for it. I was actually planning to do the same general thing myself (Even had a pretty asteroid picture for it Eye-wink ), I just never quite got it finished up before getting distracted by my own work... A bug-free set of colonizable asteroids would be a major boon, however.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de exelsiar

Re: Asteroid habitat

Soumis par exelsiar le Dim, 2007-11-25 16:19

right cheers guys, i've a few more minor tweaks, and the readme to do (for readme, history, etc i'm using kwoks style). i'm definatly planning on crediting all those needing it along the mods journey.

Reiver after getting my step-mum to explain boon, you'll be happy to know.. their most definatly colonizable, not everythings 100% upto scratch, but it works from what ive tested. no AI adaptions for it... yet Eye-wink but most definatly usable.

oo just a thought after thought, what do you mean by title screen? i know that in SE4 there was litterally the title screen with each mod loaded, but not the same in se5, unless im thoughly mis understanding you....
_____________________

Grand Lord Exelsiar of the Azra-Dun Commonwealth, at your service

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de Reiver

Re: Asteroid habitat

Soumis par Reiver le Mar, 2007-11-27 02:42

What I mean is the little picture the mod has on the mod selection screen - BalanceMod has a funny little green alien with a meson blaster and anti-proton-beam in each hand, various other mods have their own.

Most mods I work on get 'working titles' of my logo (right) with a picture superimposed over them - hexagonal grid for the Grid Modifications, silouette of an army tank for the Troop Modifications, etc. They're easy to do - just hack a picture to fit 192x192, and save as .bmp.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de exelsiar

Re: Asteroid habitat

Soumis par exelsiar le Mar, 2007-11-27 09:55

Oh that, i've added a small little logo of my own onto the defalt one, but no idea what i could put for Marhawkman...

the mods now ready for public release and i'll be making a topic for it over at spaceempires.net asap for those interested ^_^
_____________________

Grand Lord Exelsiar of the Azra-Dun Commonwealth, at your service

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de Reiver

Re: Asteroid habitat

Soumis par Reiver le Mer, 2007-11-28 03:31

Are you, uh, going to announce the release link in this thread too, perchance? >.>

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Mer, 2007-11-28 09:56

YAY!!!! people like it!

Hehe... I'd thought nobody remembered that I'd done this...

For logo: http://www.woodus.com/forums/index.php?showtopic=9931&st=20&start=20

The purple dragon guy.

Yeah I forgot to do a readme.... But people seem to have figured out how to get it to work anyways.

And yes, I had intended this as more of a resource thing. this was never meant as a standalone mod.

BTW, I tried to make it so that starting as an asteroid race was possible.

Oh and that startup bug somebody mentioned.... I think it's due to how I made a tech field with a prerequisite, but also made the tech field start at level 1.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de Santiago

Re: Asteroid habitat

Soumis par Santiago le Mer, 2007-11-28 16:20

Is there any reason for the following?

If the asteroids are an actual colony, the icons are offset 2 hexes to the right. And a ship's icon's also jumps 2 hexes to the right altho the ship is actually on the asteroid belt. Just not the icons.

I noticed this in the normal view when one of my ships ended it's movement on an asteroid belt and appeared to jump. Switching to a top-down view of the system really shows this more prominently. Now it can be misleading when you try to select your ship but it's not in that hex but really still in the asteroid belt. Move the ship in or out of the asteroid belt and you'll see the jump.

This is true of either version.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par frvwfr2 le Mer, 2007-11-28 16:31

Can you post another link please? I don't feel like hunting back to the top. Edit your first post even.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de Reiver

Re: Asteroid habitat

Soumis par Reiver le Mer, 2007-11-28 18:38

marhawkman didn't actually post the new version - exelsiar has come up with a new, bugfixed one, but it's apparently on SE.net at the moment. Here's hoping a link appears shortly >.>

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Mod Designer

Re: Asteroid habitat

Soumis par Fyron le Mer, 2007-11-28 22:12

A link like http://home.spaceempires.net/downloads-details-671-Asteroid_Habitats_v1.03.html#dldetails ?


SpaceEmpires.net | Space Empires Wiki

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par frvwfr2 le Jeu, 2007-11-29 06:28

Si, gracias. XD

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Jeu, 2007-11-29 18:25

Santiago: I forgot about that. I'm not sure why it did that. I was gonna "get around to it" eventually.

The link won't work for me. I get 404.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de Romulus68
Mod Designer

Re: Asteroid habitat

Soumis par Romulus68 le Ven, 2007-11-30 09:59

I put a Copy in my link below as well.

SE5 Files hosted on Filefront (Patches, Mods, Races, etc)

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Sam, 2007-12-01 11:53

yay! that one worked.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Mod Designer

Re: Asteroid habitat

Soumis par Fyron le Sam, 2007-12-01 12:01

The SEnet link works fine for me..


SpaceEmpires.net | Space Empires Wiki

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par General Mengsk le Sam, 2007-12-01 15:31

Mind if I use this mod in a mod I'm working on right now?

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de exelsiar

Re: Asteroid habitat

Soumis par exelsiar le Sam, 2007-12-01 18:43

My apologies for taking my time, havnt had access to the net for a while, and when i last did i was on a public library computer and didnt get to finish what i was doing at the time

http://home.spaceempires.net/ftopicp-25874.html
thats the link to the topic i made, i plan to keep that as the main discusion thread on se.net

marhawkman, good to hear from you, i shall add your logo into the next release along with my own ^_^

fyron, cheers for posting that link, didnt know that page even existed

romulus68 thanks for hosting it, slight typo on your page, 11.03, should be 1.03

general mingsk, feel free to use as you wish, tho its very easy to break a mod by adding this, best of luck doing so as it will be a while before i get around to making some form of guide for adding to a mod.

santiago the cause of that bug graphical bug is currently unknown, what even affects it is still unknown. if marhawkman knows the cause i'll be exceptionly happy to know more about it...
_____________________

Grand Lord Exelsiar of the Azra-Dun Commonwealth, at your service

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Lun, 2007-12-03 13:05

Oh? the offset bug?

There's a number associated with the graphics for a planetary object. I think it's called offset or something like that. This determines where it draws the icons above the planet. My problem was that I never figured out what the right number should be.

Here's a list of the things I changed:

Substituted pictures for asteroid skins. I did this because I couldn't figure out how to edit .x files. This required me to go back and edit all of the stock asteroid objects to not use the skins I substituted in. (most of the pictures I subbed out weren't used in stock anyways) My mod uses 2 skins for uninhabitable asteroids, the stock game used 3-4 and had another 4 or so that weren't used. I added new pictures for the unused ones, and made the new asteroid objects use them and not the old ones.

Created planet physical type "asteroid"

Created a for each size/type of asteroid planet.

Added data table entries for asteroid planets, yes I intentionally made them not as small when domed as others. It's a flavor thing, you don't really live on the surfaces of the asteroids. (hence the colored domes on the )

created Techfield for colonizing asteroid planets (no I don't remember why I made TWO fields where one is nothing but a pre-req for the other. I think it was some sort of workaround/fix, but I don't remember exactly why)

Created several constructed planet sizes and s to go with them. (these are basically asteroid versions of ringworld, but smaller) BTW I intentionally made them not blow up planets.

Created tech item for creating asteroid constructs, It doesn't upgrade, each tech level is a seperate item. They create different planet objects, and the code won't accept a formula.

I also screwed around with the Galaxy/solar system definitions, some changes were flavor, some for fun, some testing.

Flavor/useful: made the generation actually spawn asteroid worlds. This is very important. If you leave this out, any race that starts as an asteroid colony won't find any habitable planets, until they research another colony type. but because asteroids are "special" they don't spawn the same way regular planets do. BTW I made the systems that were giant asteroid belts have some habitable asteroids too. Depleted Galaxy is a galaxy definition that (theoretically) gives asteroid races an advantage.

fun: I changed somewhere the number of solar systems the galaxy spawns. To make this work I also had to add a list of names to use. BTW I made the list using several comic books as a "resource". Have fun figuring out which ones. Smiling a small bug I've never bothered to fix: I ally made two that are identical.

Testing: I made a few new solar system types and a few galaxy types. I think they're all labeled Petri dish. I have to advise against using it in a serious game. Oh there's a solar system type with no sun and several randomish asteroid belts. It's used by Depleted Galaxy, so it's probably best if you don't get rid of it.

No I'm not sure that I listed every change. If you have questions, ask.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de exelsiar

Re: Asteroid habitat

Soumis par exelsiar le Mar, 2007-12-04 11:02

ahh cheers, i'll try decipher ya message and reply to it properly later, probly tommorow.
_____________________

Grand Lord Exelsiar of the Azra-Dun Commonwealth, at your service

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de exelsiar

Re: Asteroid habitat

Soumis par exelsiar le Ven, 2007-12-07 17:05

ok my appologies on taking a while to get back to this, been kinda busy.

the offset thingy is mostly sorted, or rather we've worked out what to do to fix it over at the spaceempires.net forums.

for the asteroid.x files a 3d model viewer is needed, that should allow you to edit the skin of the asteroid file.

for the tech thingy, i just removed the second entry, nothing appears to have broken because of it...

you may be saddened to know ive removed most of the non asteroidy files, including your system names, as cool as they were...

cheers for the list of random changes, all this kind of info is helpfull. I'm planning to essentially re-build the stock files adding in the neccessary things from the mod to remove some of the random testing. by doing that i myself will probly come to understand more of your changes ^_^
_____________________

Grand Lord Exelsiar of the Azra-Dun Commonwealth, at your service

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de exelsiar

Re: Asteroid habitat

Soumis par exelsiar le Mer, 2007-12-12 08:49

I think its been nearly a week since i was able to progress with the mod thanks to help over at spaceempires.net, but it was only this morning i felt like doing any work Sticking out tongue
anyway the point of todays ramblings is that version1.04 is out

the download link shall be up soon over at: http://home.spaceempires.net/ftopicp-25874.html

Version 1.04
1 Fixed - Most of the empire logo jumping on asteroid planets
2 Changed - Re-organized asteroid placement making it a bit more even for asteroids
3 Fixed - Normal asteroid fields had no images
4 Changed - The asteroids in asteroid belt systems are no longer colonizable
5 Added - New design type Colony (Asteroids)
6 Changed - The colour of the asteroid dones slightly

_____________________

Grand Lord Exelsiar of the Azra-Dun Commonwealth, at your service

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Mer, 2007-12-12 16:31

Um... #4 was intentional.... Sad BTW did you dump the Depleted Galaxy? That was something meant as an improvement. The rest of it sounds cool though.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de exelsiar

Re: Asteroid habitat

Soumis par exelsiar le Jeu, 2007-12-13 07:53

with number 4, i had changed all the asteroids in a belt system to be colonizable, but with recent changes that would really over power asteroid races
naa your quadrant and system types are still there, havnt touched them other than to make asteroid belt 2 compatible with other changes, the petri's should still be the same ^_^
_____________________

Grand Lord Exelsiar of the Azra-Dun Commonwealth, at your service

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Jeu, 2007-12-13 16:12

Enh... the Petris were never meant as any thing other than a way to force the game to spawn stuff. Only really intended to be used for testing.

Actually it might be better to make a few more asteroid system types. One of my changes effectively made one of the trinary types into an asteroid system. That would give you three. I changed the Stock one to have about half colonizable asteroids. And added another(with no sun) that had semi-random asteroids. I think it was also about 50% colonizable. Maybe make one that has asteroids spawn in a nebula? Smiling Actually a simple one would be like asteroid 1 but with only 25% colonizable.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de exelsiar

Re: Asteroid habitat

Soumis par exelsiar le Ven, 2007-12-14 08:24

aye i know their testing, as such i never touch them as i dun like testing in that style, i prefer to test things as if i were playing the game Smiling

i looked through your second belt system (guessing thats the one you ment for no sun), and it had a sun, but then again thats only used in depleted galaxy i believe. I'm planning to work on the way planets and asteroid fields and created so its more like stock, now that the files are set up properly (thanks to a few things pointed out on other forum), the colonizable asteroids pop up where normal planets are generated ^_^
_____________________

Grand Lord Exelsiar of the Azra-Dun Commonwealth, at your service

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Lun, 2007-12-17 12:55

Erm... the petri stuff was a DISPLAY test. to make sure the graphics for the Colonizable asteroids looked okay. It forces them to spawn in a specific way.

Unfortunately the changes you made there don't look too good. Oxygen now blend into the background, the deep blue doesn't stand out against the backgroud at all(this is why I used a bright blue). (same with the green ones) Tiny-small (except hydrogen) are very hard to see. the asteroids are like specks of dust.

and the hydrogen ones look absolutely enormous....

BTW did the version you downloaded have a system type called "Asteroid belt 1"? I think I might have added it to the Depleted galaxy without actually making it. This causes severe errors when trying to play the Depleted Galaxy. It spawns a system but doesn't draw it.... at all. An easy fix is to change the 1 to a 2.

That's all I noticed in my preliminary test. Haven't gotten around to checking more detailed stuff.

BTW what I was testing when I made Asteroid belt 2 was whether you could get the game to spawn "Destroyed star" as a stellar object.(it doesn't appear) I think the current version does have random stars instead.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de exelsiar

Re: Asteroid habitat

Soumis par exelsiar le Mar, 2007-12-18 12:01

aye the nasty hydrogen asteroids come from fixing the jumped out empire flags... no idea why atm, all the other asteroids are smaller than normal, which is from the same thing, my plan is to toy with the size values to get things a bit more back to normal with them.
as for the colours yeah i'm gonna change them back, i forgot about them blending in, was only thinking of atmospheric acuracys... yeah i was half asleep Sticking out tongue
as for the system name things i dunno, i'll look into it when i get the chance >_

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Mar, 2007-12-18 14:15

Quote:
now that the files are set up properly (thanks to a few things pointed out on other forum), the colonizable asteroids pop up where normal planets are generated
If I'd wanted to I'd have made them spawn normally myself. Sticking out tongue

Hmm... I'll look at that again. Obviously this needs more testing.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de exelsiar

Re: Asteroid habitat

Soumis par exelsiar le Mer, 2007-12-19 10:48

aye i figured yee had ment for them not too, but i changed it for an easyer matter of balance and such without cluttering up systems

btw incase anyone was wondering there wont be another release before xmas, ive not been this busy in a loooong time, an amazingly its nothing game or xmas related >_

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Mer, 2008-01-02 14:39

*pokes with stick*

Anyways I did new skins over the holiday. I managed to come up with something that even makes the dust specks visible, without looking horrible in a larger size. Smiling

Working on an improved Solar sail tech idea, still testing it. Yeah it hasn't much to do with this but hey, it's a tech I've been wanting to tinker with ever since I started playing.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de exelsiar

Re: Asteroid habitat

Soumis par exelsiar le Jeu, 2008-01-03 10:43

that sounds pretty cool, i've got a guy working on models, textures and the AI for this mod. might be able to make use of yours too, as im not sure exactly what he's working on..
_____________________

Grand Lord Exelsiar of the Azra-Dun Commonwealth, at your service

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de Isopsyco
Mod Designer

Re: Asteroid habitat

Soumis par Isopsyco le Dim, 2008-01-06 09:40

exelsiar, speaking of the AI for this mod. Are you wanting it to be based off stock, Balance or another mod's AI? Reason I ask is the new tech will cause problems with coding the AI, it requires numerous code line entries for the AI to use and research it. If it where changed to something already in the tech tree (like rock colonization, say level two) then its an easier AI conversion that will allow someone to keep up with any patches and adapt to most other mods much more easily.

As for the asteroid models, almost done, playing with some textures.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Dim, 2008-01-06 12:07

Erm currently the mod itself is based on stock. wouldn't the AI stuff for the colony itself be easy to do? I would think you could just copy it. But no we can't make it "rock level 2" as that would cause a horrible gameplay glitch. (you wouldn't be able to start as an asteroid race) The stellar manip... has anyone ever added those?

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de Isopsyco
Mod Designer

Re: Asteroid habitat

Soumis par Isopsyco le Dim, 2008-01-06 19:01

currently, the asteroid habitats are only available with steller manip level 60+, so its not available to anyone until then. You could easily give an empire level 2 in rock colony at the beginning, the setup scripts are already set to take level changes on tech.

Or you could make a racial trait along with either of the steller of rock colony tech. Racial trait is easy to code in.

I could do it the original way, but its going to take me a little while to code it.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de Isopsyco
Mod Designer

Re: Asteroid habitat

Soumis par Isopsyco le Dim, 2008-01-06 19:05

another question: how come the settings for the gravity plating and density cables are used? I would think the asteroid habitat wouldn't be as difficult to build as an entire planet. Essentially one is just stopping asteroids from rotating and setting up buildings from the remains of whatever ship hauled everything.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Lun, 2008-01-07 16:32

Ah! you missed it! ring/sphere world require LOTS of plates and cables. My level 1 asteroid thingy only uses one of each. Sticking out tongue

Erm... level 60? No.... I made it so that plates and cables could be built by having tech 1 in asteroids colonization.

the thing with making it a subset of rock colonization is that choosing asteroids would give you TWO colony types to start. Doesn't sound like a good plan to me.

RACIAL TRAIT? O_O... when you create a race you can choose "rock, gas, ice, or asteroid" it is completely independant of racial traits.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de Isopsyco
Mod Designer

Re: Asteroid habitat

Soumis par Isopsyco le Lun, 2008-01-07 22:05

I might have the wrong mod version or it has changed since. Let me check the versions and see...

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Mer, 2008-01-09 13:22

ahh... Excelsiar changed it. I orignally set it so that the cables and plates could be obtained from either tech field. The asteroid creation thingy isn't really supposed to be in Stellar manip either. It's supposed to be reaserched by putting additional levels in asteroid colonization.

Apparently having the cables and plates in both fields creates a bug forcing you to start with level 1 stellar manip if you start with asteroid colonization.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de exelsiar

Re: Asteroid habitat

Soumis par exelsiar le Lun, 2008-01-28 10:09

oooo so much activity. i cant remember how the habitat construction was setup in the original, but now its researched and done in the same way as rings/sphere.
also building habitats isnt done on asteroids them selfs as marhawk orignialy desired as that didnt work (i think), instead it builds a field of asteroids around the sun. the plating and cables wouldnt really be used in the same way as rings/spheres, but would essentially represent general construction matterials for all the domes and tubing between the asteroids.
and yes using the asteroid module in a rock lvl 2 way would essentially give a player rock colonization and asteroid colonization at the same time, it may be more dificult for ai coding, but is necessary.
_____________________

Grand Lord Exelsiar of the Azra-Dun Commonwealth, at your service

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de exelsiar

Re: Asteroid habitat

Soumis par exelsiar le Lun, 2008-01-28 10:12

ahh i hate it when i use one of my fav emoticons here.. it counts as coding and breaks the entire message, i've removed it now and the whole message is there Sad

an interesting sounding bug. wouldnt it be easyer to just have the module require asteroid tech? i think thats what ive done, much simpler, and possibly more balanced as it can essentially be as powerfull as a ringworld.. if im understanding you right Smiling
_____________________

Grand Lord Exelsiar of the Azra-Dun Commonwealth, at your service

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Lun, 2008-01-28 12:39

“I cant remember how the habitat construction was setup in the original, but now its researched and done in the same way as rings/sphere.”

I can. Sticking out tongue It wasn’t very complex. Habitat modules were researched by researching additional techlevels of asteroid colonization. (although we could change that somewhat, giving them the same insane requirement as ringworlds makes them useless.)

“and yes using the asteroid module in a rock level 2 way would essentially give a player rock colonization and asteroid colonization at the same time, it may be more difficult for ai coding, but is necessary.”

Why? Adding asteroid colonization field did not create bugs. The only bugs I created were created by other things.

“an interesting sounding bug. wouldn’t it be easier to just have the module require asteroid tech? I think that’s what I've done, much simpler, and possibly more balanced as it can essentially be as powerful as a ringworld.. if I'm understanding you right”

No you missed it. The bug was created by giving plates and cables two possible requirements. Starting the game with one would, for unknown reasons, force you to take the other. We can’t simply give plates and cables to asteroid only, then ringworld tech would be completely useless, instead of nearly useless, like it is in stock. It’d work adequately well to put plates and cables at tech 1.

Asteroid field generation DOES have a limitation. It’s expensive, and you STILL need a 2000k+ hull for the plates and cables. That takes a crapload of research into hulls.

Anyways I'll be upgrading the mod to 1.66 later this week, and probably tweaking stellar manip in general.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de exelsiar

Re: Asteroid habitat

Soumis par exelsiar le Jeu, 2008-01-31 14:56

1. ohhh i thought you ment those large asteroid fields around the sun as thats what i think of as the habitats, the colony tech ya meaning is still the same just fixed to work properly Sticking out tongue

2. if your gonna start someone off with level 2 rock tech for the asteroids then there gonna have rock module at lvl one, and the lvl 2 would give asteroid as you explained it. also for the record the way it was to start there were problems getting it as a starting racial thing.

3. surely its simpler just getting the cable and plating at the same time as the first habitat creation module, or just before as it is in stock.

if ya want yee could take the project over again, all the latest data files are uploaded as i havnt made anychanges since that upload, i'll post my notes online as soon as i get the chance to grab them from home, they wont be up till saturday earlyest, probly end up being monday.
I dont have any drive left for the project and almost no interest in the game... hell most games are getting a lack of use from me, i suppose im goin through a drepessive patch in life.. ahh well, it'll come to an end.
_____________________

Grand Lord Exelsiar of the Azra-Dun Commonwealth, at your service

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Jeu, 2008-01-31 19:38

2: I don't get why you felt the need to remove asteroid colonization tech field. My testing didn't have any problems there. I don't think you can set the game to start people at 2 anyways.

3: Cables and Plates need a techrequirement. Since they're used by both types of planetary construction, we can't make that something restricted to asteroid colonization.

4: Sad Aww... I liked having someone else help.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de exelsiar

Re: Asteroid habitat

Soumis par exelsiar le Ven, 2008-02-01 08:12

2: ive no idea now, was too long ago :s

4: i'll probly still keep tabs and help with input when ever i visit the forums. heck ive still gotta get around to checking in with the other topics >_

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Mar, 2008-02-05 19:26

Ah well hopefully I'll have finished the upgrade/tinkering-with-stuff-at-random for 1.66 by the weekend.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de exelsiar

Re: Asteroid habitat

Soumis par exelsiar le Jeu, 2008-02-07 11:14

Heres the 'bugs' and 'changes to do' lists, they should help you get to grips with whats left. Also here's the links to the other topics, they should serve to be usefull.

enjoy

http://home.spaceempires.net/ftopicp-25874.html
- my asteroid topic
http://home.spaceempires.net/ftopict-3688.html
- asteroid AI topic

Bugs:
Sometimes when changes are made, random asteroid planets turn into habitats
- cause and fix very worryingly unknown
- havnt seen for a couple of versions... fixed?
Empires flags are out of place by 2 hex's on habitable asteroid fields
- Santiago may have found the cause and fix for it, now for some testing
- Mostly fixed, hydrogen asteroids flag's are a little out of place
- Huge only it would appear
Hydrogen asteroids are larger than any other asteroids, many clump together looking fat and extra ugly
- all settings are same as others, bug appeared after fixing the jumped empire flag bug

Notes/Changes to do:
stuff to find out from / tell comunity
- get someone online to make a custom planet picture for habitats to replace 646
- 646 is huge asteroid planet image
- ask for someone to do a more percentage based change to planetsize.txt
- ask for ideas on AI
- only relating to colonizing asteroids
- is it fine like this? or would tiny - medium only be more appropriate?
- balancing issues based on an already reduced number of fields in asteroid only systems and if it were to be used as a races main planet type
- How to move asteroid colony component without breaking everything else

get ai to use asteroid tech
- research
- design type
- design colony ship
- construct colony ship

work on asteroid planet generation
-use stock system style to generate them as normal planets and leave in normal asteroids?
-keep a couple of tiny planets in asteroid belt systems

toy with the size of the asteroids, they get lost in space..

create a note to modders

have double asteroid models
- 1 to show up uncolonized
- 1 to show when colonoized
- requires special scripting, if even possible

edit these files to create a working file set with asteroid fields:
XFileClasses_Stellar.txt
StellarObjectTypes.txt
SystemTypes.txt
so that i have a working file set with asteroid fields
- only if theres demand for it

make mergers with FQM when finished
- include mini guide on how to merge
_____________________

Grand Lord Exelsiar of the Azra-Dun Commonwealth, at your service

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Mar, 2008-02-12 14:15

Hmm... that list will come in handy. But I can already check one item off your list.

hydrogen are a different size because of using a different "X"file for each atmosphere type. In fact the mod will not work properly with more than 6 atmosphere types. (as a workaround you could have fields that were mixed colors)

646 is the planet surface picture? I'll see what I can do. (it probably won't be too great though)

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de exelsiar

Re: Asteroid habitat

Soumis par exelsiar le Mar, 2008-02-12 17:13

as for atmosphere types as far as i know theres only 5... as for work arounds i'll leave that to you, just remember that its pretty essential to read those topics i linked too, they cover and explain most of the changes ^_^

nono 646 is the planet icon, namely the ones used when viewing the planet screen.
_____________________

Grand Lord Exelsiar of the Azra-Dun Commonwealth, at your service

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Mer, 2008-02-13 17:23

Oh.... why do we need one for after colonization then? Or do you want one that has the colored domes in the icon?

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de exelsiar

Re: Asteroid habitat

Soumis par exelsiar le Jeu, 2008-02-14 07:53

its not a need, just a desire to be different from asteroids as this is for the habitats, which a tad bigger, but still not needed, just a minor possible addition
_____________________

Grand Lord Exelsiar of the Azra-Dun Commonwealth, at your service

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par SevenDeadlySins le Jeu, 2008-02-14 23:04

Can this mod be used in conjunction with Unnamed's improved AI mod?

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de exelsiar

Re: Asteroid habitat

Soumis par exelsiar le Ven, 2008-02-15 09:56

yep easilly, tho the ai wouldnt be able to colonise the asteroids as yet.
_____________________

Grand Lord Exelsiar of the Azra-Dun Commonwealth, at your service

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par marhawkman le Sam, 2008-02-16 10:53

that thing you mentioned about random asteroid worlds turning into habitats....I'm pretty sure that means you were looking at a map generated in a older version of the mod. that's the sort of thing that happens when you generate a map, change the planet objects around, then go back and use the same map.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Asteroid habitat

Soumis par SevenDeadlySins le Dim, 2008-02-17 00:12

How would I add Asteroid Habitats mod to Unnamed's AI Mod?

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
12suivant ›dernier »

Options d'affichage des commentaires

Sélectionnez la méthode d'affichage des commentaires que vous préférez, puis cliquez sur "Sauvegarder les paramètres" pour activer vos changements.

Now on STEAM

Now on STEAM!Space Empires V via STEAMSpace Empires IV via STEAMSTEAM online by Valve Corporation

Contenu populaire

Aujourd'hui :

  • Star Wars SEV ship set available
  • No Point Defence in Technology in Balance mod
  • Research By Percentage SUCKS
  • New Engine System
  • Space Empires V 1.74

Depuis toujours :

  • Space Empires V and VI: Expansions and the Future: Tell the Company What's on Your Wish List
  • Space Empires V
  • Gritty Galaxy Fleet Clash
  • Damn Dirty Bugs/Annoyances
  • Space Empires V: General Thoughts, Observations, and Suggestions

Dernier accès :

  • Pak'ma'ra shipset
  • Gid Mod 5.0.0-beta
  • New Engine System
  • Ship victories?
  • German Version of Space Emp V?
(c) Strategy First, Inc. All rights reserved.