Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

2 Pages V   1 2 >  
Reply to this topicStart new topic
> RE Shooting System, Would you like to make RE in RMXP interface?
Nechi
post Feb 10 2009, 08:33 AM
Post #1


Certamen Promus
Group Icon

Group: Revolutionary
Posts: 117
Type: None
RM Skill: Beginner




RE Shooting System

Script Version: 2.0 (1.0 and 1.1 I made for My friends and have a lot of bug.)

Credits to: Near Fantastica (Anti Lag Script)

Description:
Would you like to make RE in RMXP interface? This Script system can help you make it easily.
It 's include RE Menu System, RE Grenade System, And the other from RE.

Screenshots:




Download:
2.1 Version : http://www.mediafire.com/?dd2wkz22zix
Bug Fixed For RE System 2.1 : http://www.mediafire.com/?cyo1mgjn0nm

Chane Log:
CODE
2.1
Adding Guide For Developer
Make Easily For Using


If you want to add new file to list in game, Type this in Call Script Command.
CODE
$scene = Scene_Game_File.new( File ID , True)

Enjoy ^^


__________________________


Now, I 'm very busy.I'm work hard in the university. If you send me PM, sorry that I can't answer them at the moment.
Go to the top of the page
 
+Quote Post
   
SowS
post Feb 10 2009, 09:49 AM
Post #2


The Lazy Guy
Group Icon

Group: Revolutionary
Posts: 292
Type: Scripter
RM Skill: Undisclosed




very nice script you got there! thumbsup.gif


__________________________

QUOTE
Better off lazy, at least I'm not exhausted.
Go to the top of the page
 
+Quote Post
   
woratana
post Feb 11 2009, 07:49 AM
Post #3


Looking for scripter to hire? PM me *O*
Group Icon

Group: +Gold Member
Posts: 1,038
Type: Scripter
RM Skill: Undisclosed




Very nice and solid system there. ^^/

I think people who like action game should try this. It's well done system.


__________________________
Check out my NEW blog!!!



MVP (Most Valuable Poster) Award 2008


Go to the top of the page
 
+Quote Post
   
RPGManiac3030
post Feb 16 2009, 08:04 PM
Post #4


Level 5
Group Icon

Group: Member
Posts: 71
Type: Developer
RM Skill: Advanced




This is a nice script...but is there a way to put stronger enemies in there? I don't think a whole game can be made with *just* regular zombies.


__________________________
Go to the top of the page
 
+Quote Post
   
Keywork
post Feb 16 2009, 09:16 PM
Post #5


Level 5
Group Icon

Group: Member
Posts: 69
Type: None
RM Skill: Undisclosed




HA! I was looking for a simple RE shooting script for a couple hours last night to no avail, and tonight I was looking through the new posts and I see this. You've made my day bunny.gif

Edit: I found a bug unfortunately. After you pick up any herb you can't go to your menu without the error code Script 'Window_Item' Line 90:NoMethodError occurred. Undefined method 'spray' for #<Game_Party:0x14e4cf0>
Now... I loaded up the game and looked at line 90 in hopes I would be able to figure out the problem, but I forgot to take into account that I know nothing about scripting what so ever.

Here is the error again
Script 'Window_Item' Line 90:NoMethodError occurred. Undefined method 'spray' for #<Game_Party:0x14e4cf0>
and here is line 90 if item.id != $game_party.spray(true)

I hoped it was a matter of just switching from true to false but that's not the case, anyone know what the hell that code is supposed to look like off hand?

This post has been edited by Keywork: Feb 16 2009, 09:49 PM


__________________________


Go to the top of the page
 
+Quote Post
   
Nechi
post Feb 17 2009, 08:13 AM
Post #6


Certamen Promus
Group Icon

Group: Revolutionary
Posts: 117
Type: None
RM Skill: Beginner




edit line 90 in windows item under Edited class.
CODE
if item.id != $game_party.spray(true)

to
CODE
if item.id != 0

It 's a mistake of my own.
I will fixed that in next version.


__________________________


Now, I 'm very busy.I'm work hard in the university. If you send me PM, sorry that I can't answer them at the moment.
Go to the top of the page
 
+Quote Post
   
Keywork
post Feb 17 2009, 01:44 PM
Post #7


Level 5
Group Icon

Group: Member
Posts: 69
Type: None
RM Skill: Undisclosed




Terrific it works great. I appreciate the upload as well as the help!


__________________________


Go to the top of the page
 
+Quote Post
   
Lebeau4
post Feb 20 2009, 11:27 PM
Post #8


Level 1
Group Icon

Group: Member
Posts: 9
Type: Event Designer
RM Skill: Intermediate




Dude, your Script is Huge ! Thank you very much, it'll make my my Horror game a lot more better biggrin.gif But, unfortunatly, I found a new bug ... It appears when you use a medicinal item (Green herb,Red Herb, spray, etc.), an error comes up on line 132 or something like that. And also when you combine Herbs together (Error on line 60) dry.gif Would be cool if you could fix this buddy happy.gif

EDIT: There's another error when you save (Error on line 72 I think) and also when you die, after the game over screen. Maybe your script isn't working like it should, but I still want to thank you, because I was searching for a script like this one for almost an year ...

This post has been edited by Lebeau4: Feb 20 2009, 11:37 PM
Go to the top of the page
 
+Quote Post
   
emoluv189
post Apr 30 2009, 03:30 PM
Post #9


Level 2
Group Icon

Group: Member
Posts: 20
Type: None
RM Skill: Intermediate




This is an amazing System! It left me playing with it for hours. haha.

Quick question: In your next version will you add zombies that can shoot guns with their own SE?
Go to the top of the page
 
+Quote Post
   
Cloud_Vang
post Apr 30 2009, 04:53 PM
Post #10


Level 2
Group Icon

Group: Member
Posts: 15
Type: None
RM Skill: Undisclosed




really cool!
love to blast those zombies ahahahah! laugh.gif
Go to the top of the page
 
+Quote Post
   
error_on_page
post May 1 2009, 01:15 PM
Post #11


King of Games
Group Icon

Group: Revolutionary
Posts: 120
Type: Developer
RM Skill: Intermediate




I found a couple of errors in the script which I hope you will fix in the next version:

When I try to combine herbs I get this:
Script 'Scene_Menu 3' line 60: NoMethodError occurred.
undefined method `spray' for #<Game_Party:0x12f5c68>

When I get a Game Over:
Script 'Scene_Gameover' line 19: NameError occurred.
uninitialized constant Scene_Gameover::Scene_Ask

I found a few more when trying to use a blue herb, when I hit Continue on the title screen, and when I tried to equip the rifle (I think, it may have been the shotgun).

Also, the knife is useless because when an enemy is close enough to hit with the knife they have already hit you.

Besides that I love the script. Perhaps make it easier to shoot. Instead of having to hold two buttons then press a third...

This post has been edited by error_on_page: May 1 2009, 07:08 PM


__________________________

^Thanks Gamerbird for the awesome Sig^
Go to the top of the page
 
+Quote Post
   
emoluv189
post May 1 2009, 06:30 PM
Post #12


Level 2
Group Icon

Group: Member
Posts: 20
Type: None
RM Skill: Intermediate




Sorry, but im not much of a scripter so I wanted to know how to setup a event that activates a switch after killing a certain # of zomies on a map?
Go to the top of the page
 
+Quote Post
   
Nechi
post May 9 2009, 04:48 AM
Post #13


Certamen Promus
Group Icon

Group: Revolutionary
Posts: 117
Type: None
RM Skill: Beginner




I add new Addon & bug fixed file.
If you want to add new file to list in game, Type this in Call Script Command.
CODE
$scene = Scene_Game_File.new( File ID , True)

Enjoy ^^


__________________________


Now, I 'm very busy.I'm work hard in the university. If you send me PM, sorry that I can't answer them at the moment.
Go to the top of the page
 
+Quote Post
   
thedarkhand
post May 18 2009, 03:08 PM
Post #14



Group Icon

Group: Member
Posts: 2
Type: None
RM Skill: Undisclosed




I like this script but here is a problem i ran in to:
when you play and keep firing,
you will have no in the gun but if you have reserves like extra ammo in the inventory
Attached File  e1.JPG ( 26.27K ) Number of downloads: 49

this comes up if i shoot with 0 ammo
Attached File  e2.JPG ( 32.24K ) Number of downloads: 55

"Script 'Game_Actor 2' line 219: NoMethodError occurred. undefined method '>' for nil:NilClass"
Attached File  e3.JPG ( 24.78K ) Number of downloads: 46

Other than that I love this script!!!!
Go to the top of the page
 
+Quote Post
   
smasm
post May 18 2009, 04:28 PM
Post #15



Group Icon

Group: Member
Posts: 4
Type: Developer
RM Skill: Intermediate




Nice looking script. cool.gif
Go to the top of the page
 
+Quote Post
   
thedarkhand
post May 18 2009, 06:27 PM
Post #16



Group Icon

Group: Member
Posts: 2
Type: None
RM Skill: Undisclosed




I also bad at scripting so is there a way to make it compatible to this script?
http://www.rmxp.org/forums/viewtopic.php?f...een+multiplayer
if not, it's OK
Go to the top of the page
 
+Quote Post
   
efreet
post May 19 2009, 12:37 AM
Post #17



Group Icon

Group: Banned
Posts: 0
Type: None
RM Skill: Undisclosed




Kewl, trying this out now! anyway, wanna ask, does the charset change into shooting pose when shooting? haven't yet tried it since It's still in my USB right now..


__________________________
Banned for multiple reasons, including spamming the site.
Go to the top of the page
 
+Quote Post
   
Yo-N
post May 28 2009, 08:35 AM
Post #18


Level 2
Group Icon

Group: Member
Posts: 18
Type: None
RM Skill: Beginner




Um, MediaFire doesn't work for me.

Nice script though.

Would you mind sending me the demo via e-mail?
I'll send you my e-mail with PM.

Thanks in advance
Yo-N



__________________________

Add the Swordmaster Karel to your sig, and help him defeat the Evil Dark Druid Nergal sig floating around the forum!

^Just thought it would be fun.....^
[Show/Hide] Let's Play Red alert/Command & Conquer in space!
Go to the top of the page
 
+Quote Post
   
Sirolu
post May 28 2009, 08:48 AM
Post #19


Level 1
Group Icon

Group: Member
Posts: 5
Type: Developer
RM Skill: Intermediate




I found some errors.

When you use the Blue Herb while poison, it makes a error.
NoMethodError occured. undefined method ``spray`` for #<GameParty0x13aab30>

And you cant use the Custom Save, you will get a error, simply remove it, i removed it, and now i can remember what the error was.
Go to the top of the page
 
+Quote Post
   
ludo67
post Jun 5 2009, 12:13 AM
Post #20



Group Icon

Group: Member
Posts: 2
Type: None
RM Skill: Undisclosed




Hello, i'm french, sorry for my bad english.
I found how to set the bug when you die.
Replaced in the script " Game actor 5" at the line 136 : $game_party.god by $game_party

Go to the top of the page
 
+Quote Post
   

2 Pages V   1 2 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 25th May 2013 - 11:25 PM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker