Find User here you can look for a user

My Starship - New Concept Game - Page 6

5y
#51
And why do ships randomly start drifting in space
5y
#52
When a ship is adrift, it means they have run out of fuel. Right now the AI ships are kind of stupid and do not manage their fuel the best. At some point they will be turning on a distress call which will make the fuel tanker ships move towards their position.

Here are the current factories in the game and what their stats are. This is in raw game data format, but you should be able to tell what is what.

factories: [
{
name: "Ore Refinery",
icon: "refinery.png",
cost: [
{
resource: "Ore",
quantity: 20
},
{
resource: "Steel",
quantity: 20
},
{
resource: "Microchip",
quantity: 20
}
],
production: {
output: "Steel",
outputQuantity: 1,
inputs: [
{
resource: "Ore",
quantity: 2
}
],
productionTime: 25
}
},
{
name: "Microchip Factory",
icon: "chipfactory.png",
cost: [
{
resource: "Ore",
quantity: 20
},
{
resource: "Gold",
quantity: 20
},
{
resource: "Steel",
quantity: 25
},
{
resource: "Microchip",
quantity: 25
}
],
production: {
output: "Microchip",
outputQuantity: 1,
inputs: [
{
resource: "Gold",
quantity: 2
},
{
resource: "Steel",
quantity: 1
}
],
productionTime: 35
}
},
{
name: "Rum Distillery",
icon: "distillery.png",
cost: [
{
resource: "Ore",
quantity: 10
},
{
resource: "Steel",
quantity: 5
},
{
resource: "Microchip",
quantity: 5
}
],
production: {
output: "Rum",
outputQuantity: 1,
inputs: [
{
resource: "Water",
quantity: 1
},
{
resource: "Food",
quantity: 1
}
],
productionTime: 15
}
},
{
name: "Starship Parts Factory",
icon: "partsfactory.png",
cost: [
{
resource: "Ore",
quantity: 20
},
{
resource: "Gold",
quantity: 20
},
{
resource: "Steel",
quantity: 25
},
{
resource: "Microchip",
quantity: 25
}
],
production: {
output: "Starship Parts",
outputQuantity: 1,
inputs: [
{
resource: "Gold",
quantity: 1
},
{
resource: "Steel",
quantity: 2
},
{
resource: "Microchip",
quantity: 1
}
],
productionTime: 35
}
}
],
Owner of Ape Apps, LLC
5y
#53
Thanks that helps when you’re trying to build planets up
5y
#54
I've just updated My Starship to v0.8.0, the full changelog of which you can see in the original post for this thread.

This update starts adding Star Docks to planets, and there are currently three upgrades available for purchase.

Also, AI ships will now conduct full trade between planets, buying and selling goods at each stop they make, if the prices are in their favor.

In the next update, I want to implement the Distress Call feature, where adrift ships will send out a distress call, that nearby fuel tankers pick up on and respond to, refueling all of the poor adrift ships that are out there.
Owner of Ape Apps, LLC
5y
#55
How dose the saving work when i click the load game buton it says no savesave found
5y
#56
Minetrain2002 said:How dose the saving work when i click the load game buton it says no savesave found


It doesn't do anything special. I think maybe there is no auto-save, you have to select "back to title" to make it save and close
Owner of Ape Apps, LLC
5y
#57
I can,tell save or load maps I have updated to build
V0.8.0 buthe still can't get it to work i am playing the android version
My device is a Samsung Galaxy s7
Runing android version 6.0.1
5y
#58
Will it be avaiable online in HTML?
5y
#59
Is there something special that has to be done to do more then 1 upgrade to my ship? I ran 1 and got the hyperdrive but now it says i can't make anymore upgrades.
5y
#60
Well the bigger ships will allow for more upgrades, once I create the bigger ships.
Owner of Ape Apps, LLC
Welcome
Ape Apps, LLC is an independent software development company founded in 2010 by Brandon Stecklein. Over the years, Ape Apps has published over 400 apps and games across various platforms. You can get in touch with Brandon on Twitter or by leaving a post on his wall @bastecklein
App of the Day