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.

Possible game idea and question

Having issues not related to a specific Sandbox game mode? Get help here!
Please also read the rules for support when posting support requests.
Failure to comply with the forum rules may result in your topic being locked without resolution.
Locked
DrEarthmover
Member
Member
Posts: 4
Joined: March 1st, 2010, 9:28 am
Name: Luis

Possible game idea and question

Post by DrEarthmover »

Hello peoples.

This is both an idea exposition, and a question.

As part of a steampunk adventure game I'm working on, I want to include the ability to mine for materials, as well as the capability for flight for the player.

For the mining part, I'm unsure if the map geometry can be modified while in game mode. In other words, I want the player to have a limited ability to deform the map, in search of said materials, in designated spots the player will need to find first.

In order to find some of these spots, the ability to fly to them would be required, as some would be found on chunks of floating land..

Any and all suggestions and tips to do both of these in Sandbox will be welcome.
User avatar
klimyriad
Support Team
Support Team
Posts: 969
Joined: December 23rd, 2009, 1:43 pm
Name: liam
Contact:

Re: Possible game idea and question

Post by klimyriad »

That is a great idea

I was thinking about something like that fr an idea
Firstspace the attack Progress. Image
Maps= Image finishing the town of hisal map.
Models and textures Image Just started finding these.
Menus, script's and other stuff. Image
User avatar
GR1M
Support Team
Support Team
Posts: 1305
Joined: August 22nd, 2009, 4:35 pm
Name: Luke
IRC Username: Gr1m
Location: Texas
Contact:

Re: Possible game idea and question

Post by GR1M »

1: You could make a animation for a model, what i mean by that is have a md3 model with a "falling apart" animation. Are from the geometry in the game itself which would be hard but possibly possible. To manipulate geometry you have to be in edit mode, so i was thinking when you start to "Mine" maybe you could have a Pre-recorded entity which automatically starts to consume the part of geometry your trying to use its like a animation but using the engines tools instead, I don't know if that makes since but it would be hard to make.

2: You already fly in edit mode so i don't know how "Flying" would be that hard to create for your game?


Gr1m :twisted:
Last edited by GR1M on March 24th, 2010, 1:43 pm, edited 2 times in total.
Image
Want a user bar like this one? PM Leo
User avatar
klimyriad
Support Team
Support Team
Posts: 969
Joined: December 23rd, 2009, 1:43 pm
Name: liam
Contact:

Re: Possible game idea and question

Post by klimyriad »

I try that my self
Firstspace the attack Progress. Image
Maps= Image finishing the town of hisal map.
Models and textures Image Just started finding these.
Menus, script's and other stuff. Image
User avatar
GR1M
Support Team
Support Team
Posts: 1305
Joined: August 22nd, 2009, 4:35 pm
Name: Luke
IRC Username: Gr1m
Location: Texas
Contact:

Re: Possible game idea and question

Post by GR1M »

Hope this helps.
Image
Want a user bar like this one? PM Leo
User avatar
Obsidian
Former Staff
Posts: 454
Joined: May 24th, 2009, 1:52 pm
IRC Username: Katana
Contact:

Re: Possible game idea and question

Post by Obsidian »

Topic moved
Reason: Moved to support as this is a support related question
うるさいうるさいうるさい!

github: https://github.com/damianb/
DrEarthmover
Member
Member
Posts: 4
Joined: March 1st, 2010, 9:28 am
Name: Luis

Re: Possible game idea and question

Post by DrEarthmover »

Ah, interesting suggestions. I have some basic experience with scripting, but getting used to CubeScript's unique nuances will take some time.

But here's a few more questions:

1: If I were to use editmode to change the 'mining face', how do I let the engine know the size of the cube I want to edit? How would I mark a specific cube to be edited?

2: I'd think there's a way to set the flight mode as a usable movement mode in game mode. I'm just unsure how to code that..
User avatar
Runescapedj
Member
Member
Posts: 1706
Joined: January 9th, 2010, 9:06 am
Name: Michiel
IRC Username: Sandboxdj
Location: Deventer, the Netherlands

Re: Possible game idea and question

Post by Runescapedj »

1: you can hold g while scrolling to change the size of the cube

2: me 2
User avatar
Venima
Support Team
Support Team
Posts: 259
Joined: February 17th, 2010, 4:56 am
Name: Tombstone
IRC Username: Venima
Location: Somewhere in the eternal planes between the living and the dead

Re: Possible game idea and question

Post by Venima »

Well I know a really easy but *censored* way of going about it. Just create an object that interacts with the player, each time, a variable goes down 1 and has a chance of obtaining some ore unless the variable is already on 0.
Tombstone's Tournament round 2 has begun! Tombstone's Posting Tournament

Try out my: CFG Easy Text Editor (Note: still in beta)

-----Venima
Image
Image
User avatar
Leo_V117
Support Team
Support Team
Posts: 1640
Joined: February 16th, 2010, 8:00 pm
Name: Leo
IRC Username: Leo_V117
Location: That one place...
Contact:

Re: Possible game idea and question

Post by Leo_V117 »

Like a resource centre?

Lets say it has about 1000 points, and each time you mine from it you get about 10 points. and you can only carry about 10 points max so you need to make several trips to aquire your required amount of ore. Would this be acheived through numerical coding? that is, coding that is a mathematical equation to tell the engine how much ore is left and whether you can mine the resources?
Locked