Oni Central Forum

A forum for the Oni community

You are not logged in.

#176 12/22/07 19:12

geyser
Member
From: beyond the veil
Registered: 01/14/07
Website

Re: Movies

Serious Konoko is back... sort of.
Episode 7 goes to Shinatama.

Serious Shinatama Ep. 7 - Breaking the Shell
http://www.youtube.com/watch?v=6GKAbX1BB9I
That's not mine, but Ame's (Ame=Russian Harry)
I'm just mirroring it, without custom titles etc.


Behold the power of that which is yet unborn! For the swirling images that flow forth from the Chrysalis are only a shadow of the sleeper's true power.

Offline

#177 12/25/07 07:12

Tantir
Member
From: Cracow
Registered: 06/10/07

Re: Movies

I made a little video about christmas. Christmas in TCTF regional HQ. ;P

http://www.youtube.com/watch?v=XoE3cBDOAhQ
now is correct.

Last edited by Tantir (12/25/07 07:12)

Offline

#178 12/25/07 07:12

paradox-01
Member
From: Germany
Registered: 01/14/07

Re: Movies

@ Tantir: is the link correct? seems to be a vid by script10k..

big_smile Hey, nice work. How did you make the decoration?

Last edited by paradox-01 (12/25/07 08:12)

Offline

#179 12/25/07 08:12

Tantir
Member
From: Cracow
Registered: 06/10/07

Re: Movies

It`s simple. 

func decoration {
chr_animate lobby_striker_02 STRCOMpunch_heavy 50
sleep 2
chr_invincible lobby_striker_02  1
chr_location 2 -39  740  208
sleep 1
chr_location 2 -39 211  208
sleep 1
chr_location 2 177 211  208
sleep 1
chr_location 2 177 744   208
sleep 1
fork decoration 
}

Offline

#180 12/25/07 11:12

paradox-01
Member
From: Germany
Registered: 01/14/07

Re: Movies

Actually ..  please add some instructions how you add the "merry christmas" graphic. (Or is it somehow light?)
I mean: it don't look like replaced the the wall texture. Is it an other layer.
How about adding a TCTF logo (again). In past there was one. (left side)
The logo from rockstar's oni page (now deleted) also wasn't bad, imo. (right side)

Thanks in advance.
tctf_unk.jpgtctf_right.gif

Last edited by paradox-01 (12/25/07 11:12)

Offline

#181 12/25/07 11:12

geyser
Member
From: beyond the veil
Registered: 01/14/07
Website

Re: Movies

"BRIGHT LIGHTS, BIG CITY"... meta-sigh.
Gosh, what a waste of good architecture.
They completely ruined the CAD levels.


Behold the power of that which is yet unborn! For the swirling images that flow forth from the Chrysalis are only a shadow of the sleeper's true power.

Offline

#182 12/26/07 01:12

Gumby
Member
From: Seattle, WA, USA
Registered: 08/30/07

Re: Movies

I love the decorations tongue

Good job, and merry christmas


Iritscen: roll
Iritscen: it's amazing this program even works
Gumby: i know
Iritscen: and that statement applies to my code, not just yours

Offline

#183 12/26/07 04:12

Tantir
Member
From: Cracow
Registered: 06/10/07

Re: Movies

To make "Merry Christmas" I use strikers.
In func I add
chr_animate lobby_striker_02 STRCOMpunch_heavy  30
It can be any animation with light`s. If I use chr_set_class 1 muro_gneric light will be red etc.
Next must be:
chr_invincible lobby_striker_02  1
because striker falling all the time so after few sec he die.
Now we have one lighting unkillable striker. If we teleport somewere he left blue line between this points.
And here`s more work.
chr_location       1           -39          740            208
                       ID                        height       It`s place where is wall, if this will be 200 striker will be in the wall, if 300    in the building.
-39  between 0 and 40 is  horizontally line.

heh, I hope you understand me. ;P
And here Is example.
"M" have 5 bends. "I" have 2. So if I telepot strikers to this 5 points (one after one)  and back in the same way it should be M.
we can add "lobby_striker_01 givepowerup invis 8

func m {
chr_animate lobby_striker_31 STRCOMpunch_heavy 50
sleep 2
chr_invincible lobby_striker_31 1
chr_location 16 440 280  208
sleep 1
chr_location 16 420 340  208
sleep 1
chr_location 16 400 280 208
sleep 1
chr_location 16 380 340  208
sleep 1
chr_location 16 360 280  208
sleep 1
chr_location 16 380 340  208
sleep 1
chr_location 16 400 280 208
sleep 1
chr_location 16 420 340  208
sleep 1
fork m
}

Ps. Er. I have a bad day to writing in english. ;(

@geyser:  yes it is "pure scripting"

Last edited by Tantir (12/26/07 04:12)

Offline

#184 12/26/07 04:12

geyser
Member
From: beyond the veil
Registered: 01/14/07
Website

Re: Movies

Wow. You mean this is a script? As in "pure scripting"???
That's totally wicked!!! Care to upload it somewhere???


Behold the power of that which is yet unborn! For the swirling images that flow forth from the Chrysalis are only a shadow of the sleeper's true power.

Offline

#185 12/26/07 06:12

paradox-01
Member
From: Germany
Registered: 01/14/07

Re: Movies

I just grab your script, delete the other bsl files and looked in-game what happend. Well, there was these two lighting boxes but somehow the text was missing. Don't know if it did something wrong.
However, your idea and final vid is what counts. smile

Last edited by paradox-01 (12/26/07 06:12)

Offline

#186 12/26/07 10:12

s10k
Member
Registered: 01/14/07
Website

Re: Movies

nice script and video.

Offline

#187 12/26/07 16:12

Tantir
Member
From: Cracow
Registered: 06/10/07

Re: Movies

@ paradox: Guess what! As always I made "TIPPFEHLER" (hmm, in my dictionary translate to english isn`t exist.)
I wrote "fork marry". It should be "fork merry" lol

Last edited by Tantir (12/26/07 16:12)

Offline

#188 12/26/07 18:12

paradox-01
Member
From: Germany
Registered: 01/14/07

Re: Movies

It is working now. Yeah!
ps, about "tippfehler": Hm, annoying beasts. If you use firefox try to get an dictionary as firefox add-on.

Offline

#189 12/26/07 21:12

Gumby
Member
From: Seattle, WA, USA
Registered: 08/30/07

Re: Movies

I swear Ame stole my machinegun script >_>

or else somebody thought up of it before me (very likely)

...considering the video was made before I started scripting >_>


Iritscen: roll
Iritscen: it's amazing this program even works
Gumby: i know
Iritscen: and that statement applies to my code, not just yours

Offline

#190 12/27/07 06:12

geyser
Member
From: beyond the veil
Registered: 01/14/07
Website

Re: Movies

@ "Marry christmas on tctf.bsl : Thanks a lot. It's called a "typo" in English.
Now I'd add a link to the script in the YouTube video details if I were you wink

I swear Ame stole my machinegun script >_>

Considering the rest of the video is powered by binary hacks, and that the gun she uses is obviously yet another binary chimera, I think she just hacked the ONWC and cranked up the firing rate: no scripts.

Last edited by geyser (12/27/07 06:12)


Behold the power of that which is yet unborn! For the swirling images that flow forth from the Chrysalis are only a shadow of the sleeper's true power.

Offline

#191 12/31/07 19:12

Gumby
Member
From: Seattle, WA, USA
Registered: 08/30/07

Re: Movies

Lol, ok geyser...I was just being disappointed that someone did it before me...but now I;m happy again XD

scripting sounds so much easier than binary hacking...no messy hex codes to deal with big_smile

But, just for fun...

DEATH RAY

http://www.youtube.com/watch?v=lH14uKWYCqA

...Also, my glitch demonstration...

http://www.youtube.com/watch?v=Usk75-4O3JQ


Iritscen: roll
Iritscen: it's amazing this program even works
Gumby: i know
Iritscen: and that statement applies to my code, not just yours

Offline

#192 01/13/08 23:01

EdT
Moderator
From: Los Angeles, CA
Registered: 01/13/07
Website

Re: Movies

Good vs Evil

http://www.youtube.com/watch?v=simGxstLOCo

Here is the CHAR .oni file for level 1 and the simple script for the fight.
There is a brief pause at the beginning if you want to enter the cheat code mini-me and moonshadow.
Then let the AI's fight it out!

Last edited by EdT (01/14/08 16:01)

Offline

#193 01/14/08 20:01

geyser
Member
From: beyond the veil
Registered: 01/14/07
Website

Re: Movies

OK, here's the deal. There's one week to go before the Anniversary.

Apart from the Edition I'd like to mark it with a promotional trailer.
The soundtrack will be No One Left To Trust by Power Of Seven:
http://geyser.oni2.net/oni1/music/No_On … _Trust.mp3

You are welcome to provide footage of all kinds of Oni action.
Whether or not it's directly related to the Edition won't matter.
All that's needed is 1 minute 11 seconds of arresting coolness.

Of course it's best to record footage of Edition-powered gameplay.
Dash hacks, Loser's melee fixes, etc (I'll release more tomorrow).
Feel free to point out arrestingly cool moments in previous videos.

Last edited by geyser (01/14/08 20:01)


Behold the power of that which is yet unborn! For the swirling images that flow forth from the Chrysalis are only a shadow of the sleeper's true power.

Offline

#194 01/14/08 20:01

EdT
Moderator
From: Los Angeles, CA
Registered: 01/13/07
Website

Re: Movies

What about a short footage of shapeshifting through all the characters?

Offline

#195 01/14/08 20:01

geyser
Member
From: beyond the veil
Registered: 01/14/07
Website

Re: Movies

"What about a short footage of shapeshifting through all the characters?"
That's cool enough, but that will take 1 or 2 seconds, not more. Next wink

@ Gumby: The Death Ray looks like fun. Nice soundtrack, BTW: whose?

Last edited by geyser (01/14/08 20:01)


Behold the power of that which is yet unborn! For the swirling images that flow forth from the Chrysalis are only a shadow of the sleeper's true power.

Offline

#196 01/14/08 22:01

EdT
Moderator
From: Los Angeles, CA
Registered: 01/13/07
Website

Re: Movies

Sorry, no can do for 1 or 2 seconds, I cannot press the F8 key that fast tongue

So here's my version, 7th Anniversary Edition Preview
http://www.youtube.com/watch?v=JBRTDY7heEk

Offline

#197 01/15/08 09:01

Iritscen
Moderator
From: NC, USA
Registered: 10/22/07

Re: Movies

I can't do video capture at the moment sad  But a piece of advice, don't contribute the actual video for geyser to use by means of YouTube or the trailer will come out looking like a fifth-generation VHS tape copy.  Maybe you already know that.  Also, try shapeshifting during a fight and using the new char. to beat the enemy, EdT!  Okay, enough backseat driving from me, I'll shut up now.  Wish I could help capture video.


Check out the Anniversary Edition Seven at ae.oni2.net!

Offline

#198 01/15/08 11:01

geyser
Member
From: beyond the veil
Registered: 01/14/07
Website

Re: Movies

"the trailer will come out looking like a fifth-generation VHS tape copy"
Maybe, but I'm moslty ok with "dirty" video, in case you hadn't noticed.

"So here's my version, 7th Anniversary Edition Preview"
The name of that preview video is a little bit pretentious, isn't it?
I'd have mentioned shapeshifting as the only highlighted feature.
Right now, it's a little... misleading for those who look at the title.

"no can do for 1 or 2 seconds, I cannot press the F8 key that fast"
In the trailer, I'll use fast motion, lots of it. E.g., for shapeshifting.
On the other hand, I did have the idea of a movie like yours, Ed.
Slow-paced and almost  boring, showing nothing but shapeshifting.
Same as yours, except the characters would be shown walking...
And characters and environments would morph into one another.
And the movie's soundtrack would be (of course) Recoil's Drifting.
I'll be saving such art for later, though. The trailer will be tighter.

Last edited by geyser (01/15/08 11:01)


Behold the power of that which is yet unborn! For the swirling images that flow forth from the Chrysalis are only a shadow of the sleeper's true power.

Offline

#199 01/15/08 11:01

EdT
Moderator
From: Los Angeles, CA
Registered: 01/13/07
Website

Re: Movies

You're right geyser, I renamed it 7th Anniversary Edition Oni Teaser - Shapeshifting

Offline

#200 01/15/08 12:01

Loser
Member
From: somewhere in da Czech Republic
Registered: 01/14/07

Re: Movies

For geyser's trailer here is set of shootout clips. It is without sound, because there will be music. You can edit it as you wish.
                                                                                                 Loser

P.S.: These clips were taken in order to show that old bugs, which were "glorified" by haters of this game, were fixed.
1st set: Apparently, AI now CAN dodge plasma burst (common anti-ONI thesis: "Oni AI is sooo dumb- it can't even dodge plasma shoots, like AI does in other games.")
2nd set: Player with Campbell equalizer vs AI with Black Adder (UZI). As we can see, Oni AI now use obstacles to cover, and if there is no cover, it strafes left/right while shooting back on the player. (common anti-ONI thesis: "In ONI, you will never find AI taking cover or running away from gunfire. It is so dumb it will run straight into your fire and get killed.")

Last edited by Loser (01/15/08 12:01)


"I am just a mere reflection of what I would be."

Offline

Board footer

Powered by FluxBB