RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

3d script

Started by smithy, January 14, 2007, 02:17:49 PM

0 Members and 1 Guest are viewing this topic.

smithy

hi i'm realy new to rpg and i heard there was some knidof a script that made your game 3d-is h like the new pokemon thats comming out on DS, anyway i can't find it on google and would like to know what is is called and where u can find it! thanks, smithy

Snailer

Umm.. I don't think that exists because you need 3d Sprites and stuff but Rpg xp can't see those..
I think.

Blizzard

It's easier to just use another game maker instead of making a 3D engine in RMXP.
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.



Get DropBox, the best free file syncing service there is!

smithy

i sware there was a script that made the world round and kindof 3d not proper, its hard to describe.. like things would seem further away if in the distance and when u walked upto them they'd become normal size.. i'm not realy describing it very well but it had a curvature effect on the map 

Arrow

There was one on hbgames.org, it's a bit difficult to use though...or so I've been told.

But if you are thinking of the scale-7 script, it's out there, but I lost the link...

Snailer

There is a script for it with an Airplane thing.. That allows you to fly and see the world flat.

Arrow


Blizzard

#7
It's just zooming the sprites, it's no real 3D. I have seen a Battle System that looks like it is 3D, but mainly because pre-rendered sprites were used.

EDIT:

Lol @ just changing a few classes to make that script. ;D Awesome idea! I might use and improve it.
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.



Get DropBox, the best free file syncing service there is!

smithy

thanks arrow1 thats exactly what i was looking for!!

Arrow

Quote from: Blizzard on January 14, 2007, 04:07:30 PM
It's just zooming the sprites, it's no real 3D. I have seen a Battle System that looks like it is 3D, but mainly because pre-rendered sprites were used.

EDIT:

Lol @ just changing a few classes to make that script. ;D Awesome idea! I might use and improve it.

Yeah, the guy had a real good idea, I say. Also Blizzard, if you ARE going to edit it, PLEASE do something about the enormous lagging problem, it's near intolerable.

Blizzard

I should be called the lag-away master, lol! I'll do, don't worry. ;)
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.



Get DropBox, the best free file syncing service there is!

smithy

hey u should reli edit mode 07 it would make a great Rpg if it wan't soo laggy and i reli prefer rpg to making games using microsoft Xna and C# it takes the fun out of making games

Blizzard

#12
Yeah, it's better to use C#, because the code gets actually compiled and it works faster. No more 1.5GHz needed for games with SNES like graphics. xD

EDIT:

Okay... I have worked on it and there is only one thing I can tell:
The faster you forget this and live on, the better for you. I actually WAS succesful in removing a part of the lag by testing it a lot and changing the way the images are being processed. However... another problem arises. Already at a map size of 120x60 it needs a few seconds to load the map ("Script is hanging" error could easily occur!) and 250 MB of RAM (it goes down on 180MB right after that). :'(

I think the right way of making a Mode 7 script would be to change the Bitmap class so images could be processed and slanted in a "perspective" way directly. This would be the only acceptable solution for this problem. I seriously doubt that any of the big game software developing companies used an algorythm like this to create Mode 7 in their games. I would rather say, they just used the bitmap slant I just mentioned.
Sorry, guys, but RMXP is too limited for this algorythm (and your RAM is too >.<).

I could have tried to decrease the lag more a little bit by splitting the horizontal strip images into many, but there is no point to this right now. Also I noticed the lag on a 120x60 map on "strip size" 32 is about as strong as the lag on a 40x40 map with a "strip size" of 8. So this is also not really a solution.

*sheds a manly tear* :'(

Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.



Get DropBox, the best free file syncing service there is!

Arrow

*sheds a not so manly tear*