(Link to AcmlmWiki) Offline: thank ||bass
Register | Login
Views: 13,040,846
Main | Memberlist | Active users | Calendar | Chat | Online users
Ranks | FAQ | ACS | Stats | Color Chart | Search | Photo album
06-07-24 02:38 PM
Acmlm's Board - I3 Archive - - Posts by Darkdata
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
User Post
Darkdata

980








Since: 02-25-06
From: Newfoundland

Last post: 6318 days
Last view: 6318 days
Posted on 05-26-06 12:26 PM, in Need some help (no stupidity)!!! Link
1.) Please look over your post before you post it.

Now with scripting. Scripting is not that hard if you look at some example code from the game first. To learn how to script it is basicly trial and error.

Small bit of advice.

·Backup, backup, backup!
·Untill you have some idea what you are doing do not mess with level scripts.
·Save all your scripts that work. You never know when you might need them again.
·When scripted does not work use a hex editor to make the script. It's not that hard.
·If all else fails walk away and come back. You never know if your brain want's to kill you.

Have fun



-Darkdata
Darkdata

980








Since: 02-25-06
From: Newfoundland

Last post: 6318 days
Last view: 6318 days
Posted on 05-26-06 02:51 PM, in Does anybody here listen to video game music? Link
50 Megabites of midi's
Yeah And some mp3's
Alot of The music I like is vg or anime..

I don't feal alone anymore!
Darkdata

980








Since: 02-25-06
From: Newfoundland

Last post: 6318 days
Last view: 6318 days
Posted on 05-28-06 12:37 AM, in Wow, my dreams are screwed up. Link
I have had dreams where It felt like I fell back to my bed.

I usually never remember my dreams unless I see somthing in real life that was in my dream.

Sometimes I feel like I know the future after dreaming.. but thats deja-voo.

The worst dreams are ones that seem to cross with real life. Like a really wierd dream about a McDonalds comerical. To girls got a toy and said "M.J." and a women came out looking confused and said hello and I woke up.

Dreams are odd....
Darkdata

980








Since: 02-25-06
From: Newfoundland

Last post: 6318 days
Last view: 6318 days
Posted on 05-28-06 12:48 AM, in Go on. Ask me. Link


2.) Who do you like best on super smash bros melee?

3.)Book you like best?

4.)And for no reason what-so-ever, I say Malon you say ______

Darkdata

980








Since: 02-25-06
From: Newfoundland

Last post: 6318 days
Last view: 6318 days
Posted on 05-28-06 06:02 PM, in Need some help (no stupidity)!!! Link
Sorry Yoronosuku ^_^.
He did ask for tips though.

The documaton is under the title's tutorial.html and commands.html.

And for the fun of it an example script.


[This script mimics the starter pokemon script in ruby]
#org 0x9C1380
checkflag 0x1FF
if 0x1 jump 0x89C1490
msgbox 0x89C1500
callstd 0x5
compare LASTRESULT 0x0
if 0x1 jump 0x89C1480
givepokemon 0x72 0x5 0x0 0x0 0x0 0x0 0x0
fanfare 0x212
msgbox 0x89C1600
callstd 0x2
waitfanfare
setflag 0x1FF
setflag 0x800
end

#org 0x9C1490
msgbox 0x89C1540
callstd 0x6
release
end

#org 0x9C1480
msgbox 0x89C1570
callstd 0x6
end

#org 0x9C1500
= Do you want the GRASS-type TANGELA?
#org 0x9C1600
= \v\h01 obtained a TANGELA!
#org 0x9C1540
= That's one of PROF. BIRCH's POKéMON.
#org 0x9C1570
= Choose wisely!


Hope I helped a bit. :)



(edited by Darkdata on 05-28-06 05:04 PM)
(edited by Darkdata on 05-28-06 05:04 PM)
Darkdata

980








Since: 02-25-06
From: Newfoundland

Last post: 6318 days
Last view: 6318 days
Posted on 05-28-06 06:13 PM, in Alter your personality a bit while posting Link
Fanboy up. Being a pain up! Using Html up! Randomness Up!


I do not have any evil side.

I like all of you.

Nintendo rocks, go nintendo die sony.

And finally WEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE


Darkdata

980








Since: 02-25-06
From: Newfoundland

Last post: 6318 days
Last view: 6318 days
Posted on 05-29-06 03:25 PM, in Need some help (no stupidity)!!! Link
Sorry maple,
Pulled a random script out of my doc's folder.

^^ More random scrips to help you. Credit to those who made it.


#org 0x00000
checkgender
if 0 goto 0x00001 'if boy goto 0x00001
if 1 goto 0x00002 'if girl goto 0x00002
release
end

#org 0x00001
msgbox 0x00003
boxset 0x3
end

#org 0x00002
msgbox 0x00004
boxset 0x3
end

#org 0x00003
= Hello Boy!
#org 0x00004
= Hello Girl!

Gender Script


#org 0x800000
message 0x800030
boxset 0x2
message 0x800055
boxset BOXSET_YESNO
compare LASTRESULT 1
if 1 0x800150
compare LASTRESULT 1
message 0x800100
boxset 0x2
break

#org 0x800150
message 0x800125
boxset 0x2
warp 0x00 0x12 0x01
break

#org 0x800030
= Hello, Can I help you?
#org 0x800055
= Wanna lift to Pineco Rocks?
#org 0x800100
= To bad, come again.
#org 0x800125
= Okay, let's go.

Car Script.

How to use hex for take item.
hex---> [45] [87 00] [01] [00]
[87 00] = Item to take
[01] = How many of the item to take
[00] = nop

Yeah thats all I can dig out right now.
Good luck.
Darkdata

980








Since: 02-25-06
From: Newfoundland

Last post: 6318 days
Last view: 6318 days
Posted on 05-30-06 04:29 PM, in The Internets Link
The Internet
+
Great source of info.
Good for geting programs, music ect in a legal way.
Ect
Ect
Ect.

-
Caused the invention of the noob.

We know what we must do.

Kill it with FIRE
Darkdata

980








Since: 02-25-06
From: Newfoundland

Last post: 6318 days
Last view: 6318 days
Posted on 05-31-06 03:40 PM, in Have you ever made something? Link
I make 8 bit characters out of legos.
The bad thing is my digi cam is the worst one ever.
It makes cell phone cameras look good.

Meh

Attachments

Darkdata

980








Since: 02-25-06
From: Newfoundland

Last post: 6318 days
Last view: 6318 days
Posted on 05-31-06 04:11 PM, in Okay...this game is seriously wrong. Link
The last level is 15 and I bet it on my first try.
yay I don't have evil in me...
Darkdata

980








Since: 02-25-06
From: Newfoundland

Last post: 6318 days
Last view: 6318 days
Posted on 05-31-06 06:43 PM, in Ode to Aol talkers. Link
Edit: It would be better if it was changed to Ode to N00b speak, No use insulting anyone who uses aol. That would be a Sterotype.

Edit(s): Must learn to look over posts before posting.

A very free verse poem.

Warning "N00b-Speak*" talk has been banned.
Please step out of the client and pay attention in english.
You have a right to talk in N00b-Speak.
Anything you say will be laughed at.
You have a right to a translator.
If you can not get a translator we will hire a crazy psycho.
He might not be able to translate, but he will kill you and make the world a better place.

Heh Sorry I had to vent my rage, after seeing people talk like...

"k"
"thts"
"s"
"ur"
"u"

Not to mention the question
ASL?

It's even worse when some girls in my english 1201 (10 academic) Class pass in assignments using "noob-Aol" speak.

What do you all think (Not of the very different poem) but of people who talk like that?

Edit: It's even worse in sprite comics.

*Was N00b-Aol



(edited by Darkdata on 05-31-06 05:45 PM)
(edited by Darkdata on 05-31-06 05:47 PM)
(edited by Darkdata on 05-31-06 05:49 PM)
(edited by Darkdata on 05-31-06 05:51 PM)
(edited by Darkdata on 05-31-06 08:04 PM)
Darkdata

980








Since: 02-25-06
From: Newfoundland

Last post: 6318 days
Last view: 6318 days
Posted on 05-31-06 09:02 PM, in Ode to Aol talkers. Link
Yes they fail. They get to redo most of the assignments though .






(edited by Darkdata on 05-31-06 08:06 PM)
(edited by Darkdata on 05-31-06 08:06 PM)
Darkdata

980








Since: 02-25-06
From: Newfoundland

Last post: 6318 days
Last view: 6318 days
Posted on 05-31-06 09:11 PM, in Hot blue-on blue layout action! Link
You don't know how tempting it is to click that red X.
I like it. It does not burn the eyes out and it has that look what I can do feel to it.


(edited by Darkdata on 05-31-06 08:13 PM)
Darkdata

980








Since: 02-25-06
From: Newfoundland

Last post: 6318 days
Last view: 6318 days
Posted on 05-31-06 09:19 PM, in Okay...this game is seriously wrong. Link
The whole point of the game is to wait. press start and take your hand off the mouse. Ignore the ad/blackout/extra start button.

I so wanted to kill him when the ball went over the cannon or when he walked really slow.
Darkdata

980








Since: 02-25-06
From: Newfoundland

Last post: 6318 days
Last view: 6318 days
Posted on 06-01-06 05:27 PM, in Sonic 1 Megamix Link
My only gripe is light-dash does not make sonic invinceable when it's in use.

Other than that it's _¬ Nice
Darkdata

980








Since: 02-25-06
From: Newfoundland

Last post: 6318 days
Last view: 6318 days
Posted on 06-01-06 05:49 PM, in I'm leaving. Link


He's lying, Xk really is leaving you all and never coming back.

It's true bye Xk I hope you get to the source of whats bugging you.
Darkdata

980








Since: 02-25-06
From: Newfoundland

Last post: 6318 days
Last view: 6318 days
Posted on 06-01-06 05:57 PM, in Official Tournament Poll Link
The only way I can play this game well is pure chance.
For some reason I am really lucky at all varents of this game.

Pokemon Puzzle league was the game that made me like tetris attack
Darkdata

980








Since: 02-25-06
From: Newfoundland

Last post: 6318 days
Last view: 6318 days
Posted on 06-02-06 07:16 PM, in Caption contest. (New picture!!11) Link
Edit your right that one sucked although you post was really spammy and pointless.

New Caption:
I knew I should've taken that left turn at Albuquerque.




(edited by Darkdata on 06-02-06 07:35 PM)
Darkdata

980








Since: 02-25-06
From: Newfoundland

Last post: 6318 days
Last view: 6318 days
Posted on 06-03-06 03:48 PM, in EVIL! Link
The fact that there is still people who go hungry in third world countrys while we throw away food...


(edited by Darkdata on 06-03-06 02:51 PM)
Darkdata

980








Since: 02-25-06
From: Newfoundland

Last post: 6318 days
Last view: 6318 days
Posted on 06-03-06 05:30 PM, in SATs... Link

I got 5 exams. Math, Science, History, Biology, and Language.
Fun.. _¬

Yeah it's really late now but good luck.

Hope you passed.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
Acmlm's Board - I3 Archive - - Posts by Darkdata


ABII

Acmlmboard 1.92.999, 9/17/2006
©2000-2006 Acmlm, Emuz, Blades, Xkeeper

Page rendered in 0.023 seconds; used 454.95 kB (max 591.42 kB)