Another galaxy
4 posters
Page 1 of 1
Another galaxy
I need to know how can I make another, but smaller galaxy that we can assess through a wormhole.
EDIT: Also, how can we change wormhole location in BMI?
EDIT: Also, how can we change wormhole location in BMI?
Re: Another galaxy
to change the location i believe is in the main code somewhere. to make another galaxy, the code doesn't allow for a second map to be created, so you would have to do everything with wormhole generators and things like that.
Re: Another galaxy
Ok, here you go.
In the Game scene, click on frame one of the actions layer. Copy all of the actionscript from that frame. Open up a word document or notepad or something like that. Paste the code into that. Place your typing cursor at the very top of the document. use CTRL F (Find) and type in the number 47.
you should then be whisked away to a section of the code that looks like:
if(myplanet ==47 or myplanet ==51){
createwormhole();
}
What does it mean? It means that when you go to planet 47 AKA Bajora, there is a wormhole, or if you go to planet 51 AKA Dyson, there is a wormhole. All you have to do is change the numbers to match your planet that you want. As for where you go when you double click on the wormhole, I have yet to figure that out.
In the Game scene, click on frame one of the actions layer. Copy all of the actionscript from that frame. Open up a word document or notepad or something like that. Paste the code into that. Place your typing cursor at the very top of the document. use CTRL F (Find) and type in the number 47.
you should then be whisked away to a section of the code that looks like:
if(myplanet ==47 or myplanet ==51){
createwormhole();
}
What does it mean? It means that when you go to planet 47 AKA Bajora, there is a wormhole, or if you go to planet 51 AKA Dyson, there is a wormhole. All you have to do is change the numbers to match your planet that you want. As for where you go when you double click on the wormhole, I have yet to figure that out.
Re: Another galaxy
But, there's a way to add more natural wormholes, right? (Because the wormhole generator will be transformed into a supergate! And can you see the asgard with a supergate?)
Re: Another galaxy
yeah, you can add more, something like this should work:
if(myplanet ==47 or myplanet ==51 or myplanet ==whatever){
createwormhole();
}
if(myplanet ==47 or myplanet ==51 or myplanet ==whatever){
createwormhole();
}
Re: Another galaxy
Ok, now I only need to invent an exuse to why hiperdrives can't be used in that galaxy.
And did you found how to change the destiny?
And did you found how to change the destiny?
Re: Another galaxy
can't you just extend the map, outside of the vieuw, and make the galaxies in the same map. then you make the map view switch between the two spots, so that wen your in galaxy A your map will see the map at the spot where galaxy A is, and when you're at galaxy B... that way you have two different galaxies, which link to eachother by a gate, and you cannot do hypertravel inbetween the, just because you can't see the other galaxy.
(OK. that might have not made sense.)
(OK. that might have not made sense.)
me naam is m- Commander
- Number of posts : 9981
Registration date : 2007-12-26
Re: Another galaxy
it made sense to me. in theory and principle, that might work, in practice, not to certain, i had better play around with the code to see if that will work (at this point though, i'm not hopeful)
Re: Another galaxy
DW is getting ideas from other sections of the forum.
Insane Crayon- Lt. Commander
- Number of posts : 4354
Age : 34
Location : PUT THIS IN YOUR BONG AND SMOKE IT. I AM A FREAKING SUPER NOVA
Registration date : 2008-07-28
Re: Another galaxy
Hard to explain.
Insane Crayon- Lt. Commander
- Number of posts : 4354
Age : 34
Location : PUT THIS IN YOUR BONG AND SMOKE IT. I AM A FREAKING SUPER NOVA
Registration date : 2008-07-28
Re: Another galaxy
Post by Dread151 on Wed Aug 20, 2008 2:06 am
New post by JPB18 on Sun Aug 24, 2008 10:54 pm
nah, that's no necro. anyway, you've read the topic, right?
me naam is m- Commander
- Number of posts : 9981
Registration date : 2007-12-26
Similar topics
» Is there life beyond our galaxy???
» The galaxy problems...
» The Galaxy-Read Only if you want a background
» The Galaxy V3-Read only if you want a background
» Basic Galaxy RP Rules.
» The galaxy problems...
» The Galaxy-Read Only if you want a background
» The Galaxy V3-Read only if you want a background
» Basic Galaxy RP Rules.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum