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.

Some Questions

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
Firelight
Member
Member
Posts: 22
Joined: March 27th, 2010, 7:37 am
Name: Firelight
IRC Username: Firelight

Some Questions

Post by Firelight »

Hi there, I'm a new user of PAS.

I'm still experimenting with PAS, and I would like to ask a few questions.

1)How do I change my ingame character model?
2)How do I trigger weather events such as snow, rain and etc, assuming the map isn't snowing?
3)How do I summon monsters or something? I tried /spawn but it just spawns another me.
4)Is it possible to add say, flying butterflies/jumping frogs in the background (critters that move around)?
5)How do I manipulate a model to say, grow bigger in size overtime or grow bigger after triggering something?
6)Is it possible to do a mirror material or some sort of reflection?
7)How do I make my character fly?
8)Is it possible to add some new effects?
9)Is it possible to make models follow me? Etc: stones following me wherever I go, following me in a trail behind me.
10)Is it possible to make a change in the terrain by triggering something? Etc: A hole appeared on the ground.

*Why does it say that getname is not a valid command?

These are my questions so far. I tried to look around the forums but I can't seem to find the answers.

Any help is appreciated. Thanks in advance :)
arcones
Support Team
Support Team
Posts: 2734
Joined: January 13th, 2010, 12:42 pm
Name: Timothy
IRC Username: I use Steam
Location: Looking over your shoulder...
Contact:

Re: Some Questions

Post by arcones »

Hi Firelight!
1. Press '9'
3. You have to go to game_rpg.cfg, and add the monsters (I'll find a link telling you how to make them!)
4. butterflies work in fps, and just kinda flutter in spot...
5. you can change the size of a mapmodel, but as far as I know, you can't make it slowly grow...
6.no :(
7. it's not possibly right now...
8.You can mess around with the effects already there and try to use those... (if you're talking about what I think you are :P )
9.If you made a stones creature with animations to follow you, it would be possible. Try using the creatures in fps!
10. I don't believe so...

Hope that helps! Don't hesitate to ask any questions!

Arc :geek:
Image
Want a user bar like this one? PM Leo!
Firelight
Member
Member
Posts: 22
Joined: March 27th, 2010, 7:37 am
Name: Firelight
IRC Username: Firelight

Re: Some Questions

Post by Firelight »

Hi, thanks for the quick reply, really appreciated that! :D

Just to clarify it, I was talking about the yellow robot model @1 :)
@4 So you mean, I can just add an animated model and it will works, or is there anything else I need to do?
@8 Ooops, what I'm talking about is those flashy particles effects :D I assume you are talking about those status effect?
@9 How do I make a creature that follows me around? Is it possible for it to only follow me if I'm close enough to trigger it first?

Again, thanks alot! I really appreciated them :)
arcones
Support Team
Support Team
Posts: 2734
Joined: January 13th, 2010, 12:42 pm
Name: Timothy
IRC Username: I use Steam
Location: Looking over your shoulder...
Contact:

Re: Some Questions

Post by arcones »

@4. if you make the model, and you've added animation's, then you'll need to import them to sandbox. There's a tutorial in the support section for that!
@8. Yeah, although I haven't worked a lot with them so this is what I would do :D
@9. To create a creature, go into fps mode, pick a map and go into edit mode. Hit escape, and click Editing GUI :arrow: Ent's (that's at the top) :arrow: then click "create creature" (it's says something similar) then switch the trigger to switch creatures! TA DA! (oh, if you set a level trigger, they will follow you once you get close. I actually had a wolf that followed me around the entire map and down into some tunnels before he decided to jump into lava :lol: They aren't that smart!)
Hope that helps!

Arc :geek:
Image
Want a user bar like this one? PM Leo!
Firelight
Member
Member
Posts: 22
Joined: March 27th, 2010, 7:37 am
Name: Firelight
IRC Username: Firelight

Re: Some Questions

Post by Firelight »

Again, thanks for the reply!

I have another question regarding the pet following. Will the pet get lost if you moved too fast? Or what happens when you teleport to somewhere else on the map? Do they get lost? Anyway to make them stick with you?

Another question :P

Is is possible to add a spell that increases your moving speed for a duration of time?
What about mouse gestures triggering something?
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: Some Questions

Post by Leo_V117 »

Hopefully No, The creature will follow you everywhere you go... Including into hazards, and teleports. Ensure that its close enough to you first and that it is possible for the creature to overcome obstacles.

And as for spells that increase your movespeed. Yes, it it possible. Add this to the bottom of that spell code:

Code: Select all

	r_addeffect $STATUS_MOVE 20 20000
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: Some Questions

Post by GR1M »

You may have reset the pet every so often. For example in world of warcraft if it gets stuck it resets its location closer to you, and this also counts for teleporting.
Image
Want a user bar like this one? PM Leo
arcones
Support Team
Support Team
Posts: 2734
Joined: January 13th, 2010, 12:42 pm
Name: Timothy
IRC Username: I use Steam
Location: Looking over your shoulder...
Contact:

Re: Some Questions

Post by arcones »

Leo_V117 wrote:Hopefully No, The creature will follow you everywhere you go... Including into hazards, and teleports.
That includes lava!! :lol: :lol: :D

(I'm sorry, but every time the wolf followed me into the tunnels he would run too fast and fly into the lava! :D And it was pretty funny and annoying at the same time because just beyond the lava was some water. The wolf will swim with you so I planned to have it follow me through the water filled tunnels) :)
Sorry, kinda got off topic there!
Image
Want a user bar like this one? PM Leo!
Hirato
Developer
Developer
Posts: 689
Joined: May 30th, 2009, 1:23 pm
IRC Username: hirato

Re: Some Questions

Post by Hirato »

Firelight wrote: 1)How do I change my ingame character model?
2)How do I trigger weather events such as snow, rain and etc, assuming the map isn't snowing?
3)How do I summon monsters or something? I tried /spawn but it just spawns another me.
4)Is it possible to add say, flying butterflies/jumping frogs in the background (critters that move around)?
5)How do I manipulate a model to say, grow bigger in size overtime or grow bigger after triggering something?
6)Is it possible to do a mirror material or some sort of reflection?
7)How do I make my character fly?
8)Is it possible to add some new effects?
9)Is it possible to make models follow me? Etc: stones following me wherever I go, following me in a trail behind me.
10)Is it possible to make a change in the terrain by triggering something? Etc: A hole appeared on the ground.

*Why does it say that getname is not a valid command?
1) FPS it's 9, in the RPG this requires you to change the definition of the player
2) these effects are 'particles' entities configured this way (See forest and house), they're not changeable when the map is loaded
3) FPS /newent creature, SSP /newent enemy, RPG /spawn <spawnname>
4) yes, but so far they either don't move, or just chase you
5) make it the model's trigger animation.
6) glass with an envmap? if you want realtime reflection you'll have to code it in
7) you'll need to code this functionality in
8) if you mean the proj effects for the RPG, modify game_rpg.cfg, otherwise edit engine/renderparticles.cpp
9) in the RPG, you can occasionally add a stone and drop it from the player's inventory, otherwise no (you'll have to code it in)
10) you'll have to code that as well - the biggest problem will be the fact that this action will completely destroy lightmaps and unoptimise the geometry

BONUS) it's what I use to determine if the player's new (ie, what makes the annoying 'tutorial' menu pop up)
This is not a url, clicking it is pointless
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: Some Questions

Post by Leo_V117 »

Ha ha. What He said. :lol:
Locked