Data Realms Fan Forums http://45.55.195.193/ |
|
An Error I don't understand http://45.55.195.193/viewtopic.php?f=1&t=13321 |
Page 1 of 2 |
Author: | BEANME [ Sun Jan 04, 2009 11:25 pm ] |
Post subject: | An Error I don't understand |
I'm making another mod, and I can't figure out what this error tells me to do, because it doesn't specify a single spot in the code. Look at this: What does it mean? I could really use some help on this one. Thanks in advance. |
Author: | Grif [ Sun Jan 04, 2009 11:25 pm ] |
Post subject: | Re: An Error I don't understand |
Post the mod, you messed something up. |
Author: | Alenth Eneil [ Sun Jan 04, 2009 11:26 pm ] |
Post subject: | Re: An Error I don't understand |
He is trying to give an explosive something an explosive doesn't have. I think. |
Author: | BEANME [ Sun Jan 04, 2009 11:28 pm ] |
Post subject: | Re: An Error I don't understand |
Okay. That was fast. Keep in mind, the way I do my mods is I take the shell of existing scripts, and once I make it work, I touch it up from there. So.... yeah, there are going to be a lot of similarities in the script to those in Base.rte. |
Author: | Grif [ Sun Jan 04, 2009 11:29 pm ] |
Post subject: | Re: An Error I don't understand |
That's what I do. It's happened to me on occasion. It's probably what Alenth said, but we'll have to check/you'll have to test a lot of stuff to get it working. |
Author: | BEANME [ Sun Jan 04, 2009 11:31 pm ] |
Post subject: | Re: An Error I don't understand |
Er - I tried to post the mod but it didn't attach :\ Here you go. |
Author: | Grif [ Sun Jan 04, 2009 11:36 pm ] |
Post subject: | Re: An Error I don't understand |
AddParticles = Round That's your problem. Just make the TDExplosive gib MOPixels. These MOPixels can be the generic concrete pixels, or your custom ones. Rather than making it gib 3 in a cluster, just have it add more particles. Correct syntax should be: [tab]ParticleNumberToAdd = 10 [t]AddParticles = MOSParticle [t][t]CopyOf = Side Thruster Blast Ball 1 |
Author: | BEANME [ Mon Jan 05, 2009 12:01 am ] |
Post subject: | Re: An Error I don't understand |
Okay, but now I have the same error :\ Here's the mod again. I guess MOPixels don't work either -.- |
Author: | Grif [ Mon Jan 05, 2009 12:11 am ] |
Post subject: | Re: An Error I don't understand |
Fix your syntax and tabbing. Code: ParticleNumberToAdd = 3000 AddParticles = MOPixel CopyOf = Concrete Dark ParticleNumberToAdd = 3000 AddParticles = MOPixel CopyOf = Conrete Light Last line needs more tabbing, and to be spelled correctly. |
Author: | BEANME [ Mon Jan 05, 2009 12:14 am ] |
Post subject: | Re: An Error I don't understand |
It's tabbed fine in my file. I fixed the spelling and the error is still there. This is really weird, I've never had this before O.o |
Author: | Grif [ Mon Jan 05, 2009 12:16 am ] |
Post subject: | Re: An Error I don't understand |
It's tabbed with something that isn't a tab in the file you uploaded. |
Author: | Solace [ Mon Jan 05, 2009 12:20 am ] |
Post subject: | Re: An Error I don't understand |
You where adding a grenade to the Weapons section instead of the Bombs section. However, using it causes my game to crash, lemme see if I can fix that by changing it to gibs instead of added particles... While I'm checking that, seriously, can I include the modded Staff Weapon with my stuff? Y/N? EDIT: Yeah, you used spaces as far as my txt reader could tell. |
Author: | BEANME [ Mon Jan 05, 2009 12:21 am ] |
Post subject: | Re: An Error I don't understand |
Okay, it lets me start the game, but when I use it, it gives me this: And yes, you can use the Staff Weapon. |
Author: | Grif [ Mon Jan 05, 2009 12:22 am ] |
Post subject: | Re: An Error I don't understand |
I am thinking that could be because you are spawning six thousand pixels from a tiny graphic. |
Author: | BEANME [ Mon Jan 05, 2009 12:27 am ] |
Post subject: | Re: An Error I don't understand |
Well, okay, but even when there are only 100 coming from there, 50 for each pixel, it still crashes with this error... Is that still too much? EDIT: Even 50 crashes it. |
Page 1 of 2 | All times are UTC [ DST ] |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |