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.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
Need help in RPG
- Leo_V117
- Support Team
- Posts: 1640
- Joined: February 16th, 2010, 8:00 pm
- Name: Leo
- IRC Username: Leo_V117
- Location: That one place...
- Contact:
Re: Need help in RPG
Well... I thought of that already... The scroll key comes in handy during times of need. As most games use it. Besides... It makes sense to stick with the same weapon through a horde anyway.
Game Projects
Sandbox Tools
-
- 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: Need help in RPG
I appreciate the fact that we are trying to allow more than two weapons on a person! My one qualm about Halo is the two weapon limitation. That's it! 


Want a user bar like this one? PM Leo!
Re: Need help in RPG
Hey Arcones, you mentioned about creating spells in FPS right. But is it possible to shoot the spell like in RPG? How to do that in FPS? Thx
-
- Member
- Posts: 3
- Joined: May 3rd, 2010, 3:06 am
- Name: Amirudin
- IRC Username: AmirudinItuSengal
Re: Need help in RPG
Whew, I thought no one gonna awnser this post..WHAT a reply.
Well, I am a little good on binding keys, and I already make binds for my weapon.
I already make a gunhud from blender, only confused now is how to change it into md5.
Looks like im gonna modify FPS mode script from scratch...
BtW, how can you make a game without AI in regen, or you do know make them?
Well, I am a little good on binding keys, and I already make binds for my weapon.
I already make a gunhud from blender, only confused now is how to change it into md5.
Looks like im gonna modify FPS mode script from scratch...
BtW, how can you make a game without AI in regen, or you do know make them?
-
- 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: Need help in RPG
@porings
@cendol
lot's and lot's of coding... I think you'd have to mess with the engine itself to get the AI
@cendol
lot's and lot's of coding... I think you'd have to mess with the engine itself to get the AI


Want a user bar like this one? PM Leo!
-
- Member
- Posts: 55
- Joined: May 25th, 2010, 12:15 am
- Name: Andy
Re: Need help in RPG
For the reloading a gun part you can do something like:
That would be really basic, but what you would basically do is check and see if the bullet number in your current clip is 0. If it is then you would play some sort of reloading animation, ect,and have your bullet number go back up to 30 (full clip number) and then take away a ammo clip, or rifle.
Something like that
could also be a lot more complex as well.
Also, for AI- you could try:
Make you enemy have a proximity trigger, so that when you get so close, he detects you- then you can have a loop where you set the enemies waypoint to your current position (so he chases you) or you may be able to have them face in your direct and fire if your within a certain range, then when you get so far away he gives chase, and if you get even further away he stops chasing you.
Also you might be able to make "Hotspots" where if the enemy detects you he can run to a hotspot and hide, and them attack you. This is just a theory though, i would have to look into it, might not even be possible >.> or so thats what people say- i'm one to think anything is possible.
Code: Select all
if ( = $bullets 0) [
'reload action'
bullets = ( + $bullets 30)
rifle = ( - $rifle 1)
]
Something like that

Also, for AI- you could try:
Make you enemy have a proximity trigger, so that when you get so close, he detects you- then you can have a loop where you set the enemies waypoint to your current position (so he chases you) or you may be able to have them face in your direct and fire if your within a certain range, then when you get so far away he gives chase, and if you get even further away he stops chasing you.
Also you might be able to make "Hotspots" where if the enemy detects you he can run to a hotspot and hide, and them attack you. This is just a theory though, i would have to look into it, might not even be possible >.> or so thats what people say- i'm one to think anything is possible.
-
- Member
- Posts: 3
- Joined: May 3rd, 2010, 3:06 am
- Name: Amirudin
- IRC Username: AmirudinItuSengal
Re: Need help in RPG
Now, I DO know how to script, i thought EVERYTHING i can mess is in cfg but in the cpp and h files too? 

- Leo_V117
- Support Team
- Posts: 1640
- Joined: February 16th, 2010, 8:00 pm
- Name: Leo
- IRC Username: Leo_V117
- Location: That one place...
- Contact:
Re: Need help in RPG
Regen also allows game-modes without AI... such as Deathmatch etc... The AI in Multiplayer is mainly to balance the teams a little... I will be rebuilding the "Co-op Edit" Mode and converting it into "Multi-Map Editor" That allows players to connect together and create maps with certain entities and models... Almost like Halo 3's Forge but with more functions.
Game Projects
Sandbox Tools
-
- 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: Need help in RPG
My main point for AI was that it's gonna require coding... because at the moment only MovieCube has waypoints for AI...
(Altho that's a good idea
)
(Altho that's a good idea


Want a user bar like this one? PM Leo!
- Runescapedj
- Member
- Posts: 1706
- Joined: January 9th, 2010, 9:06 am
- Name: Michiel
- IRC Username: Sandboxdj
- Location: Deventer, the Netherlands
Re: Need help in RPG
@Leo
Why a pistol and a revolver, can't we just choose which to take?
Why a pistol and a revolver, can't we just choose which to take?