Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

Is "Mining" possible?

Talk about anything related to Platinum Arts Sandbox here!
Noigel
Member
Member
Posts: 13
Joined: September 22nd, 2010, 3:56 pm
Name: Noigel

Is "Mining" possible?

Post by Noigel »

I want to use PAS to make a mining game, is it possible and where can I get info?
User avatar
Runescapedj
Member
Member
Posts: 1706
Joined: January 9th, 2010, 9:06 am
Name: Michiel
IRC Username: Sandboxdj
Location: Deventer, the Netherlands

Re: Is "Mining" possible?

Post by Runescapedj »

I think it's possible (not sure... sorry...), but you need to code it, think about stuff like: Change the models to other models after mining, wearing a pickaxe (when waterwars comes out, you can use the fps part 4 mining, just aim at the rock when you're close 2 it, than click (fire) 2 mine)

I hope this helps
User avatar
PizzaLover101
Member
Member
Posts: 1751
Joined: October 23rd, 2009, 1:33 pm
Name: NAME
IRC Username: DaItsicle
Location: By a computer
Contact:

Re: Is "Mining" possible?

Post by PizzaLover101 »

Make a model and set it to trigger type 12, so that it'll disappear. Does this help?
Project 1: Da Chest Collector [TBD]
Project 2: Tis a secret [End of summer] announcement June 22 2011
Project 3: An even bigger secret!

http://pizzagametime.tk/
http://forums.pizzagametime.tk/
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Is "Mining" possible?

Post by chocolatepie33 »

coding wise, you can create a level trigger to add gold or other mined material to your inventory when something happens, like if you walk over a spot.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
Noigel
Member
Member
Posts: 13
Joined: September 22nd, 2010, 3:56 pm
Name: Noigel

Re: Is "Mining" possible?

Post by Noigel »

The idea I was thinking about was that everything is hidden below the surface, and players would need tools such as locators and drilling devices similar to those found in Project Entropia (Planet Calypso) to find and mine resources. Is this possible?
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Is "Mining" possible?

Post by chocolatepie33 »

Yes. with code, you can say " if drill = 1," (that means you have one), " gold = ( + $gold 1 )"
this aint good code, but it shows what i mean.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
Noigel
Member
Member
Posts: 13
Joined: September 22nd, 2010, 3:56 pm
Name: Noigel

Re: Is "Mining" possible?

Post by Noigel »

chocolatepie33 wrote:Yes. with code, you can say " if drill = 1," (that means you have one), " gold = ( + $gold 1 )"
this aint good code, but it shows what i mean.
Would that work being based on location and depth or how does that work?
Noigel
Member
Member
Posts: 13
Joined: September 22nd, 2010, 3:56 pm
Name: Noigel

Re: Is "Mining" possible?

Post by Noigel »

Runescapedj wrote:I think it's possible (not sure... sorry...), but you need to code it, think about stuff like: Change the models to other models after mining, wearing a pickaxe (when waterwars comes out, you can use the fps part 4 mining, just aim at the rock when you're close 2 it, than click (fire) 2 mine)

I hope this helps
What do you mean by "you can use the fps part 4 mining" ? NVM I see what your saying. Yeah having something to aim at like a pump or something to extract is a good idea.

Any idea's on how to hide the lootable resources?
Last edited by Noigel on September 22nd, 2010, 5:55 pm, edited 1 time in total.
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Is "Mining" possible?

Post by chocolatepie33 »

Noigel wrote:
chocolatepie33 wrote:Yes. with code, you can say " if drill = 1," (that means you have one), " gold = ( + $gold 1 )"
this aint good code, but it shows what i mean.
Would that work being based on location and depth or how does that work?
You can set up a level_trigger wherever you want, and change the code to add more or less gold depending on where you are.
Noigel wrote:
Runescapedj wrote:I think it's possible (not sure... sorry...), but you need to code it, think about stuff like: Change the models to other models after mining, wearing a pickaxe (when waterwars comes out, you can use the fps part 4 mining, just aim at the rock when you're close 2 it, than click (fire) 2 mine)

I hope this helps
What do you mean by "you can use the fps part 4 mining" ?
fps = first person shooter, you can "shoot" the mined material and add it to inventory. (i think that's what he means)
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
Noigel
Member
Member
Posts: 13
Joined: September 22nd, 2010, 3:56 pm
Name: Noigel

Re: Is "Mining" possible?

Post by Noigel »

"You can set up a level_trigger wherever you want, and change the code to add more or less gold depending on where you are."

Thanks and will any of the tutorials show me how to do this?
Locked