Show and Tell (new ships/ ships in progress)
Moderators: winston, another_commander
- Killer Wolf
- ---- E L I T E ----
- Posts: 2278
- Joined: Tue Jan 02, 2007 12:38 pm
Re: Show and Tell (new ships/ ships in progress)
oh aye, i forgot to tell him what to do w/ the script!
i'm rubbish, me.
as per Smivs, just save it off in Config as script.js
sorry about that!
i'm rubbish, me.
as per Smivs, just save it off in Config as script.js
sorry about that!
Re: Show and Tell (new ships/ ships in progress)
Yeah, I still have that one. I could never get it to work. Let's face it, I'm an idiot at scripting.......but like most idiots, that doesn't mean I'm not going to try to learn it.Smivs wrote:I did send you this a while ago....probably the simplest one to use - just call it script.js and put it in Config, with your actual ship's role in it.
Code: Select all
// Standard attributes this.name = "script.js"; this.author = "Smivs"; this.copyright = "This script is hereby placed in the public domain."; this.version = "1.0"; this.description = "Script to add an object near player on launching from station." this.shipLaunchedFromStation = function() { system.addShips("your-ship's-role", 1, player.ship.position, 10000); };
Killer Wolf, your script worked like a dream. In fact, I was concentrating so much on the UFOship Demo that Smivs gave me, that I forgot about the Andricothere, and was startled when I saw it outside the station the first time. I don't know if anyone else will like it, but I think it's beautiful. Gonna have to work out the ballturret positions better, though. I also removed the dock feature from the shipdata.plist, as all it was doing was sticking a gigantic sheet of metal right through the middle of the Andricothere. It was weird. Smivs will tell you that I'm always trying to do more than I should, which is usually the case. It's fun experimenting, though, and I think I can make that Andricothere into a cool ship, sailing in toward, or out from a planet, with it's five SunBat escorts. I dare the pirates to attack.
Smivs, I'm sure you could tell me why I couldn't get your script to work, as I'm positive that it is completely workable, but just remember who you're dealing with. Oh, and your UFOship Demo works really well. It showed me a million things wrong on the ship, for one, and I also think there had better be more than one showing up to fight the Thargoids, as mine pretty much got whupped. Of course, it probably didn't help that I have the ballturrets situated incorrectly, and I think I had the wrong orientation numbers as well. It looked to me like several plasma bolts just kind of blew up right around the UFOship, instead of firing at the Thargoids.
Fun stuff.
- Killer Wolf
- ---- E L I T E ----
- Posts: 2278
- Joined: Tue Jan 02, 2007 12:38 pm
Re: Show and Tell (new ships/ ships in progress)
"I forgot about the Andricothere, and was startled when I saw it outside the station the first time. I don't know if anyone else will like it, but I think it's beautiful."
yeah, it's a thrill when you see your efforts in-game for the first time isn't it?
can you give some more info about the dock? we can probably get that working too. from your description it sounds like you were maybe using one of the standard dock models. i wrote a bit about docks in the "things i wish i'd known..." thread in this forum, if it's of any help, otherwise post here and we should be able to sort it out.
"It was weird. Smivs will tell you that I'm always trying to do more than I should, which is usually the case." lol, i sometimes do the same, and usually end up pestering other people w/ loads of PMs about how to get shaders/scripts etc to work :-/
but, i try to learn as i go along so hopefully the questions will become fewer and fewer.
yeah, it's a thrill when you see your efforts in-game for the first time isn't it?
can you give some more info about the dock? we can probably get that working too. from your description it sounds like you were maybe using one of the standard dock models. i wrote a bit about docks in the "things i wish i'd known..." thread in this forum, if it's of any help, otherwise post here and we should be able to sort it out.
"It was weird. Smivs will tell you that I'm always trying to do more than I should, which is usually the case." lol, i sometimes do the same, and usually end up pestering other people w/ loads of PMs about how to get shaders/scripts etc to work :-/
but, i try to learn as i go along so hopefully the questions will become fewer and fewer.
- Smivs
- Retired Assassin
- Posts: 8408
- Joined: Tue Feb 09, 2010 11:31 am
- Location: Lost in space
- Contact:
Re: Show and Tell (new ships/ ships in progress)
Hi Mandoman,mandoman wrote:Yeah, I still have that one. I could never get it to work. Let's face it, I'm an idiot at scripting.......but like most idiots, that doesn't mean I'm not going to try to learn it.Smivs wrote:I did send you this a while ago....probably the simplest one to use - just call it script.js and put it in Config, with your actual ship's role in it.
Code: Select all
// Standard attributes this.name = "script.js"; this.author = "Smivs"; this.copyright = "This script is hereby placed in the public domain."; this.version = "1.0"; this.description = "Script to add an object near player on launching from station." this.shipLaunchedFromStation = function() { system.addShips("your-ship's-role", 1, player.ship.position, 10000); };
Smivs, I'm sure you could tell me why I couldn't get your script to work, as I'm positive that it is completely workable, but just remember who you're dealing with. Oh, and your UFOship Demo works really well. It showed me a million things wrong on the ship, for one, and I also think there had better be more than one showing up to fight the Thargoids, as mine pretty much got whupped. Of course, it probably didn't help that I have the ballturrets situated incorrectly, and I think I had the wrong orientation numbers as well. It looked to me like several plasma bolts just kind of blew up right around the UFOship, instead of firing at the Thargoids.
Fun stuff.
I'm glad you're enjoying your UFOship and learning a bit about it.
For the script (above) just c&p it into a text editor and change the "your-ship's-role" to whatever the ship is you're trying to test, in this case "UFOship". See below.
Code: Select all
// Standard attributes
this.name = "script.js";
this.author = "Smivs";
this.copyright = "This script is hereby placed in the public domain.";
this.version = "1.0";
this.description = "Script to add an object near player on launching from station."
this.shipLaunchedFromStation = function()
{
system.addShips("UFOship", 1, player.ship.position, 10000);
};
Cheers,
Smivs.
Commander Smivs, the friendliest Gourd this side of Riedquat.
- MiMoriarty
- Competent
- Posts: 39
- Joined: Mon Nov 14, 2011 1:03 pm
- Location: Madrid, España
- Contact:
Re: Show and Tell (new ships/ ships in progress)
This is a new ship I'm working on. I need to add more detail and replace the upper gun, which made a bad UV mapping , for a turret. In the meanwhile I'm looking for a proper name.
Any suggestions?
There is an art, it says, or rather, a knack to flying. The knack lies in learning how to throw yourself at the ground and miss. … Clearly, it is this second part, the missing, which presents the difficulties.
Blog http://mimoriarty.wordpress.com/
Blog http://mimoriarty.wordpress.com/
- Disembodied
- Jedi Spam Assassin
- Posts: 6885
- Joined: Thu Jul 12, 2007 10:54 pm
- Location: Carter's Snort
Re: Show and Tell (new ships/ ships in progress)
It's a nice-looking ship! The name could be a reflection of its role and characteristics. Can you give us some details of where it sits alongside other ships? Is is Cobraesque? Pythonish? Boalike? Fast and light or big and solid?
- Killer Wolf
- ---- E L I T E ----
- Posts: 2278
- Joined: Tue Jan 02, 2007 12:38 pm
Re: Show and Tell (new ships/ ships in progress)
nice. is that a big gatling cannon under the snout?
- Cmdr. Maegil
- Sword-toting nut-job
- Posts: 1294
- Joined: Tue Feb 27, 2007 10:28 pm
- Location: On the mend in Western Africa
Re: Show and Tell (new ships/ ships in progress)
Seeing the main gun's size, it looks like a small fighter with big engines, but the turret's scale indicates a small to medium freighter.
In any case, the shape made me think of a knucle-knife, so how about calling it the Faustmesser?
In any case, the shape made me think of a knucle-knife, so how about calling it the Faustmesser?
You know those who, having been mugged and stabbed, fired, dog run over, house burned down, wife eloped with best friend, daughters becoming prostitutes and their countries invaded - still say that "all is well"?
I'm obviously not one of them.
I'm obviously not one of them.
Re: Show and Tell (new ships/ ships in progress)
If you're going for that angle Stossdolch sounds much less bodypart-y, hence more - err - spaceship-py!
Hey, free OXPs: farsun v1.05 & tty v0.5! :0)
- Cmdr. Maegil
- Sword-toting nut-job
- Posts: 1294
- Joined: Tue Feb 27, 2007 10:28 pm
- Location: On the mend in Western Africa
Re: Show and Tell (new ships/ ships in progress)
While Faustmesser does mean fist-knife in German, in English the isolated "Faust" and "messer" already have connotations of meanness, what to say putting them together .Kaks wrote:If you're going for that angle Stossdolch sounds much less bodypart-y, hence more - err - spaceship-py!
Last edited by Cmdr. Maegil on Tue Nov 22, 2011 1:34 pm, edited 1 time in total.
You know those who, having been mugged and stabbed, fired, dog run over, house burned down, wife eloped with best friend, daughters becoming prostitutes and their countries invaded - still say that "all is well"?
I'm obviously not one of them.
I'm obviously not one of them.
Re: Show and Tell (new ships/ ships in progress)
When I saw this I immediately thought of the Zumwalt class destroyer. So in keeping with German "nameology", how about "Zerstörer". Also it strikes me as a sort of medium to large military ship, so for me it fits.
"A brilliant game of blasting and trading... Truly a mega-game... The game of a lifetime."
(Gold Medal Award, Zzap!64 May 1985).
(Gold Medal Award, Zzap!64 May 1985).
- MiMoriarty
- Competent
- Posts: 39
- Joined: Mon Nov 14, 2011 1:03 pm
- Location: Madrid, España
- Contact:
Re: Show and Tell (new ships/ ships in progress)
It might be a thinner Python, more agility and ability to fight at the expense of its cargo space which would be reduced to about half.Can you give us some details of where it sits alongside other ships? Is is Cobraesque? Pythonish? Boalike? Fast and light or big and solid?
I'd love that, I did it thinking in the A10 Thunderbolt 30mm cannon but I'm afraid there's not that kind of weapon in the Ooniverse. Or is there any? I'm still green about scripting and shading. Maybe the EQ_WEAPON_TWIN_PLASMA_CANNON would fit if this weapon would be modified to resemble something with more punch.is that a big gatling cannon under the snout?
There is an art, it says, or rather, a knack to flying. The knack lies in learning how to throw yourself at the ground and miss. … Clearly, it is this second part, the missing, which presents the difficulties.
Blog http://mimoriarty.wordpress.com/
Blog http://mimoriarty.wordpress.com/
- DaddyHoggy
- Intergalactic Spam Assassin
- Posts: 8515
- Joined: Tue Dec 05, 2006 9:43 pm
- Location: Newbury, UK
- Contact:
Re: Show and Tell (new ships/ ships in progress)
There's a variety of Rail Guns, as created by Commander McLane (where is Commander McLane?): https://bb.oolite.space/viewtopic.php?f=4&t=9708
Oolite Life is now revealed hereSelezen wrote:Apparently I was having a DaddyHoggy moment.
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: Show and Tell (new ships/ ships in progress)
Been gone for four months now... and greatly missed!DaddyHoggy wrote:where is Commander McLane?
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
And any survivors, their debts I will certainly pay. There's always a way!
- DaddyHoggy
- Intergalactic Spam Assassin
- Posts: 8515
- Joined: Tue Dec 05, 2006 9:43 pm
- Location: Newbury, UK
- Contact:
Re: Show and Tell (new ships/ ships in progress)
Four Months tomrrow in fact (since he last visited the forum) a week more since he last posted. I've asked on Outworld, just in case somebody is contact with him via another method. I just hope he's OK.El Viejo wrote:Been gone for four months now... and greatly missed!DaddyHoggy wrote:where is Commander McLane?
Oolite Life is now revealed hereSelezen wrote:Apparently I was having a DaddyHoggy moment.