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.

RPG Express 2.7.1

Have any cool screenshots and/or projects to show off? Post your content here!
(If you need somewhere to post your images, why not use our gallery?)
northstar
Member
Member
Posts: 208
Joined: March 1st, 2012, 1:17 pm
Name: steven

RPG Express 2.7.1

Post by northstar »

Image

guess i'll get this started over here so that i don't clog up the general discussion... anyways, different folder structure, menus, etc with remade demos for RPG and an example game... should keep me busy for awhile :)...

btw... to fix the smoke/fire particle go to src/engine/world... line 918 (or abouts inside "case ET_PARTICLES:") change the 0x0F0F0F to 0x000000... don't know if line 921 needs it too, but (shrug)... i had to rebuild a couple times to get it to take... cheers
User avatar
Wind Astella
Member
Member
Posts: 112
Joined: June 4th, 2013, 6:18 am
Name: Nik Mirza
IRC Username: windastella
Contact:

Re: RPG Express 2.7.1

Post by Wind Astella »

Cool! *w* What are the features you're planning to have in this version of SB? Like major one, download link or maybe some more screenshot for pleasure?
northstar
Member
Member
Posts: 208
Joined: March 1st, 2012, 1:17 pm
Name: steven

Re: RPG Express 2.7.1

Post by northstar »

i don't know that it would be that radically diff... the size for one thing, 100-150 mb... no crossover problems from gametype to gametype, just RPG... ummm... i want to put in a second autograss so that you can modify two diff heights on one map (with menus)... bringing some cube 2 things back into the game might be nice... but mostly to get 'everything to work' as advertised (so to speak)... so someone coming in fresh can move from start to finished rpg game smoothly... some people just want to make a game, not learn codeing... it's for them...

i'm just starting with code, but i'm not afraid (although i do use copies to test :) )... i want it to remain true to platinum arts so that the documentation doesn't need to change... maybe give a choice for a male or female hero... an ingame cfg editor might be nice, but may be beyond my skills...

if i get it to a certain point of functionality i might get a link so others can modify from there, but i have a ways to go for that, it's kindof a mess right now with script scattered all around... the whole game/save system needs reworking, and maybe i can gleen insight from 2.8 to help... but its a methodical process from one side to the other... then the walkthrough game making demos... (sigh) so much to do... so little time...

(p.s. i enjoy eye candy too, i'll be sure to provide :) )
northstar
Member
Member
Posts: 208
Joined: March 1st, 2012, 1:17 pm
Name: steven

Re: RPG Express 2.7.1

Post by northstar »

Image

i got the "REAL" fire to load with a button (as well as smoke and fire/smoke)... i know it's a little thing, but it's just one of those little things that always bugged the... anyways its not quite done yet, i need to figure out how to get the entity properties loop to leave out the smoke/fire radio buttons...

just a bunch of little littles... :)
User avatar
Wind Astella
Member
Member
Posts: 112
Joined: June 4th, 2013, 6:18 am
Name: Nik Mirza
IRC Username: windastella
Contact:

Re: RPG Express 2.7.1

Post by Wind Astella »

If you want to share it in a repo, I would recommend GitHub over SVN. It is eaier for the community to help and you with your project if you want it to be open source. Maybe I'll try to have some help from other community too like OpenGameArt to join in your project.
User avatar
Wind Astella
Member
Member
Posts: 112
Joined: June 4th, 2013, 6:18 am
Name: Nik Mirza
IRC Username: windastella
Contact:

Re: RPG Express 2.7.1

Post by Wind Astella »

I might as well suggest this Eye Candy effect as one of your project feature. http://quadropolis.us/node/4072#new
I would love to see one of these in 2.x version of SB. ^^
northstar
Member
Member
Posts: 208
Joined: March 1st, 2012, 1:17 pm
Name: steven

Re: RPG Express 2.7.1

Post by northstar »

sweet... i'll do that :)

eh... i'm not really in this to cast my burden onto others... more to lift the weight off theirs... but there will be times that i get stumped. all in all, PAS is a sweet little game engine as it is... doesn't need my help :)
northstar
Member
Member
Posts: 208
Joined: March 1st, 2012, 1:17 pm
Name: steven

Re: RPG Express 2.7.1

Post by northstar »

my maps showing a small portion of my game... of course it needs re-texturing and re-populating... but it is what it is...

Image

Image

Image

Image

Image

Image

Image
northstar
Member
Member
Posts: 208
Joined: March 1st, 2012, 1:17 pm
Name: steven

Re: RPG Express 2.7.1

Post by northstar »

some other stuff...

flame no smoke...

Image

edit menu...

Image

Code: Select all

newgui main  [
	guilist [
		if (= $editing 1) [
			guilist [
				guibutton "Editing GUI"	"showgui editing"
				guibutton "Savemap"		"showgui savemap"
				guibar
				guibutton "Spawn"	 	"showgui spawn1"		
				guibutton "Texture"		"showtexgui" "menu"
				guibutton "Mapmodel"	"showgui mapmodels"				
				guibutton "Materials"	"showgui materials"
				guibutton "Skybox"		"showgui skies"				
				]
			guibar			
		]		
		guilist [
			guibutton "New Map"			"showgui newmap"			
			guibutton "Load Map"		"showgui maps; initmapgui"						
			guibar
				if (= $editing 0) [				
				guibutton "Load Game"	"showgui games; initgamegui"
				guibutton "Save Game"	"showgui savegame"
				guibar]
				
			guibutton "Options"			"showgui options"
				if (= $editing 1) [
				guibutton "Movie"		"showgui recorder"
				guibutton "Jukebox"		"showgui jukebox"]
				if (= $editing 0) [
				guibutton "About"		"showgui authors"
				guibutton "Help"		"showgui help"]			
			guibar
			guibutton "Exit Game" "quit" exit
		]
	]
		if (= $editing 1)[
			guitab "Games"
			guibutton "Player GUI"  "showgui playergui"
			guibutton "Player Definitions" "showgui definitions"
			guibar
			guibutton "Load Game"	"showgui games; initgamegui"
			guibutton "Save Game"	"showgui savegame"
			guibar			
			]
] 
cheers... :)
User avatar
Wind Astella
Member
Member
Posts: 112
Joined: June 4th, 2013, 6:18 am
Name: Nik Mirza
IRC Username: windastella
Contact:

Re: RPG Express 2.7.1

Post by Wind Astella »

Damn such a cool map. I would really love to around in one of those. *w*
Locked