View unanswered posts | View active topics It is currently Thu Dec 26, 2024 5:38 pm



Reply to topic  [ 21 posts ]  Go to page 1, 2  Next
 Coding 
Author Message
User avatar

Joined: Fri May 11, 2007 4:30 pm
Posts: 1040
Location: England
Reply with quote
Post Coding
Bah I've been developing this damn Zap Door (not originally coded by me but by: ThealmightyLastBanana) and I was wondering if I can get something to attach to the main body and yet it wont work what ever I recode the particles as...

In theory I have it working 50+% but:
1. with a "null" pixel as the head I cant buy it (or if I am making this up then some other factor I'm unaware of... fyi Buyable = 1 is already included)
2. because of #1 I can't test it
3. it wont work until I can get the said part to work, but it'll appear in-game and everything fine

I am trying to become a good modder but I'm relatively nooby atm
also: POST IF YOU NEED THE WHOLE.RTE
please help, here is the file for your understanding:


Mon Sep 10, 2007 10:00 pm
Profile
User avatar

Joined: Fri Jun 15, 2007 7:19 am
Posts: 94
Reply with quote
Post Re: Coding
First off, check the "/* */" commenting tags you have, the closing tag isn't complete.

Second off, you're looking for the Misc group in the scene editor, right?
(In the buy menu, AHumans automatically show up in Clones, and AddToGroup is ignored.)


Mon Sep 10, 2007 10:37 pm
Profile WWW
User avatar

Joined: Fri May 11, 2007 4:30 pm
Posts: 1040
Location: England
Reply with quote
Post Re: Coding
Demented wrote:
First off, check the "/* */" commenting tags you have, the closing tag isn't complete.

Second off, you're looking for the Misc group in the scene editor, right?
(In the buy menu, AHumans automatically show up in Clones, and AddToGroup is ignored.)


"First off, check the "/* */" commenting tags you have, the closing tag isn't complete."

well it didn't work with */ at the end so I removed the/ and it worked

"Second off, you're looking for the Misc group in the scene editor, right?
(In the buy menu, AHumans automatically show up in Clones, and AddToGroup is ignored.)"

yes I know this... what makes you think I don't :???: ? (the fact that I'm posting for help on variable class essentially? :( )


Mon Sep 10, 2007 10:58 pm
Profile
User avatar

Joined: Fri Jun 15, 2007 7:19 am
Posts: 94
Reply with quote
Post Re: Coding
robolee wrote:
yes I know this... what makes you think I don't :???: ? (the fact that I'm posting for help on variable class essentially? :( )

Mostly the fact that one can never be too careful.

So, I substituted your Door.ini for my own (since I've been playing with the PlasmaDoor for a while now, and already had the requisite .rte in place), and I think I know what's wrong now.

When you put " /* " into your .ini, the game ignores everything after it. It doesn't stop ignoring everything until it sees " */ ". The reason why it worked when you took out the " / " is because the game did not find a " */ ", and therefore it continued to ignore everything until it reached the end of the file. Thus, the AHuman you were trying to use as buyable plasma device was ignored by the game because you had inadvertently commented it out.

I might also add that your AHuman is looking for some nonexistant objects (check the Legs and Arms), and is the reason why the file was broken in the first place.


Tue Sep 11, 2007 12:03 am
Profile WWW
User avatar

Joined: Fri May 11, 2007 4:30 pm
Posts: 1040
Location: England
Reply with quote
Post Re: Coding
haha... your wrong, how do I know this because I'm god and secondly because I got a lot of errors whilst coding the AHUMAN thus it was reading the AHUMAN bit
this means that everything you said in your last post is false even this:
"So, I substituted your Door.ini for my own "

where is it? :-(

p.s you know I'm not serious, I would never offend anyone this is the internets :razz: :P


Tue Sep 11, 2007 12:27 am
Profile
User avatar

Joined: Fri Jun 15, 2007 7:19 am
Posts: 94
Reply with quote
Post Re: Coding
robolee wrote:
where is it? :-(

Trade secret.


In any case, I suppose I'll reiterate myself.

1. The /* has commented out your AHuman because you broke the */ closing tag.
2. That's why you can't find your AHuman in the menus.


Tue Sep 11, 2007 1:13 am
Profile WWW
User avatar

Joined: Fri May 11, 2007 4:30 pm
Posts: 1040
Location: England
Reply with quote
Post Re: Coding
sorry about this but...:
I know what YOU SAID!!!

also there is no DOWNLOAD :x :(


Tue Sep 11, 2007 3:21 pm
Profile
User avatar

Joined: Fri Jun 15, 2007 7:19 am
Posts: 94
Reply with quote
Post Re: Coding
Oh, you wanted a fixed-up copy of your door.ini? Why didn't you say so!


Attachments:
File comment: Comes with comments inside.
Sorry, no creamy nougat was available.

Door2.rar [1.89 KiB]
Downloaded 201 times
Tue Sep 11, 2007 7:13 pm
Profile WWW
User avatar

Joined: Fri May 11, 2007 4:30 pm
Posts: 1040
Location: England
Reply with quote
Post Re: Coding
to not hurt your feelings im going to say this nicely: don't say I must finish with */ AGAIN as I have already said:

"IT DIDN'T WORK WITH THE "/" ON THE END" (for whatever reason-so I removed it o.k...
when I wrote it I added "/" instinctively so don't mention it again)



thank you anyway you just made it so I didn't have to do it myself... (as I was gonna do it anyway if you don't believe me look at any clone its obvious what was missing)

also when I said "download" I actually meant for the thread you posted I thought this was obvious but... (obvious ending of this sentence is obvious if you cant think what it MAY be then: "I thought it was obvious")

edited for clarity


Last edited by robolee on Wed Sep 12, 2007 12:32 am, edited 4 times in total.



Tue Sep 11, 2007 11:44 pm
Profile
User avatar

Joined: Sat Jun 16, 2007 2:31 am
Posts: 2982
Location: Texas
Reply with quote
Post Re: Coding
i want the door things .rte where is it?


Wed Sep 12, 2007 12:13 am
Profile
REAL AMERICAN HERO
User avatar

Joined: Sat Jan 27, 2007 10:25 pm
Posts: 5655
Reply with quote
Post Re: Coding
robolee wrote:
Edit: edit for sake of your feelings: don't say /* */ as I have said already IT DIDN'T WORK WITH THE "/" ON THE END (for whatever reason-so I removed it o.k when I wrote it I added "/" instinctively so don't mention it again)

thank you you just made it so I didn't have to do it myself (as I was gonna do it anyway (if you don't believe me look at any clone its obvious what was missing)

also when I said download I actually meant for the thread you posted I thought this was obvious but...


Demented > You.

Also, what the ♥♥♥♥ are you babbling on about?

You make absolutely no sense whatsoever.


Wed Sep 12, 2007 12:17 am
Profile
User avatar

Joined: Fri May 11, 2007 4:30 pm
Posts: 1040
Location: England
Reply with quote
Post Re: Coding
for you sir, here:
IGNORE the name ok change it if you want /need?

it is called that because it is easier to implement it there in my situation as it would appear in the scene (which is there because I wanted to make it a module and just stayed there afterwards) it is for personal use and wouldn't be released with that name IF YOU FIX zTESTBED SEND IT BACK TO ME

edit: file didn't upload:P (I didnt forget)

@grif there is a few grammatical errors but it makes perfect sense if you visualise the grammar


Last edited by robolee on Wed Sep 12, 2007 12:25 am, edited 1 time in total.



Wed Sep 12, 2007 12:22 am
Profile
User avatar

Joined: Sat Jun 16, 2007 2:31 am
Posts: 2982
Location: Texas
Reply with quote
Post Re: Coding
wait so did anyone answer my question?


Wed Sep 12, 2007 12:24 am
Profile
User avatar

Joined: Fri May 11, 2007 4:30 pm
Posts: 1040
Location: England
Reply with quote
Post Re: Coding
robolee wrote:
for you sir, here:

edit: file didn't upload:P (I didn't forget)


the file is added now check it :P

OR if you meant the original then its in the old scene area


Wed Sep 12, 2007 12:26 am
Profile
User avatar

Joined: Fri Apr 27, 2007 4:55 pm
Posts: 1178
Location: America!
Reply with quote
Post Re: Coding
So like. I tried to make this already. Won't work unless it's preplaced in a scene. You can't buy it and place as a module.


Wed Sep 12, 2007 2:27 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 21 posts ]  Go to page 1, 2  Next

Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.147s | 14 Queries | GZIP : Off ]