Oni Central Forum

A forum for the Oni community

You are not logged in.

#1 04/04/08 09:04

coool
Member
From: China Haikou
Registered: 02/12/08

Aha~I'm coming for asking questions again~:P

After watching this video by SektorZ:
http://hk.youtube.com/watch?v=yd14DmWAZUI

I want to make a video,makes AIs to do some cool,funy "dance":P

is there any  commands can make ai look up/down/left/right,jump,stand(a charater has two standing postures,fighting and not fight)?
and is there any command makes charater to provoke?(the move by pressing ctrl)

and how to make AIs to stand in one/two/three/... row(s?)?

Last edited by coool (04/04/08 10:04)

Offline

#2 04/04/08 14:04

coool
Member
From: China Haikou
Registered: 02/12/08

Re: Aha~I'm coming for asking questions again~:P

now this is the video
http://www.tudou.com/programs/view/yIGktbYTLG0/

I don't know how to make AIs to nod..is there any way?

Offline

#3 04/04/08 14:04

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

Re: Aha~I'm coming for asking questions again~:P

Where did the second video come from?  I know the one in your first post is by SektorZ... is the second one?

Anyway, in SektorZ's video, I'm pretty sure he was controlling the character, and simply moving the mouse up and down to make the character nod.  But I did notice that in Loser's video, http://loser.oni2.net/Videos/Revenge.wmv, he makes a Comguy look back and forth while looking down at the ground.  I don't know how he did that.


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

Offline

#4 04/04/08 16:04

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

Re: Aha~I'm coming for asking questions again~:P

coool: For the 2nd video, you should ask the one who created it.

I can only guess that he used chr_location to position each character, developer mode to move the camera and script to control the moves.  And as Iritscen stated, once you are in camera mode, then moving the mouse up and down will cause the character to nod.

Its cool to see more Oni videos on the tudou.com site.  Who did the one that says Oni 3 1 KONOKO?

Offline

#5 04/04/08 23:04

coool
Member
From: China Haikou
Registered: 02/12/08

Re: Aha~I'm coming for asking questions again~:P

coool wrote:

now this is the video
http://www.tudou.com/programs/view/yIGktbYTLG0/

I don't know how to make AIs to nod..is there any way?

oh...I fogot to say,this video is made by me...I made this video last night~

yes I make Muro to nod by move mouse,but I want to make a group of AIsto nod...maybe it's impossible?

Offline

#6 04/05/08 17:04

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

Re: Aha~I'm coming for asking questions again~:P

coool: That is very creative!  How were you able to get all the characters to dance in sync?

If you don't mind I would like to post the video at the Oni group on YouTube.  I will just need the title of the video and I'll link back toyour page on the Tudou site.

Also be sure to add the code: ui_suppress_prompt = 1 That will get rid of the "New combat move learned (F1)" message.

Also, what does this message from Tudou say?  See the attached file.

Last edited by EdT (04/05/08 17:04)

Offline

#7 04/06/08 00:04

coool
Member
From: China Haikou
Registered: 02/12/08

Re: Aha~I'm coming for asking questions again~:P

a~~that means it takes too long time to open this video because of the internet(like I watch videos in youtobe)


yes you can post the video to youtube,it's good to share something funny.

I use the codes like this:


func void aa3(void)
{
chr_wait_animation 0 MURCOMcomb_k

chr_animate GrifElite01 TCTCOMcomb_k
chr_animate GrifElite02 TCTCOMcomb_k
chr_animate GrifElite03 TCTCOMcomb_k
chr_animate GrifElite04 TCTCOMcomb_k
chr_animate GrifElite05 TCTCOMcomb_k
chr_animate GrifElite06 TCTCOMcomb_k
sleep 25
chr_animate GrifElite01 TCTCOMkick_bk
chr_animate GrifElite02 TCTCOMkick_bk
chr_animate GrifElite03 TCTCOMkick_bk
chr_animate GrifElite04 TCTCOMkick_bk
chr_animate GrifElite05 TCTCOMkick_bk
chr_animate GrifElite06 TCTCOMkick_bk
sleep 25
chr_animate GrifElite01 TCTCOMcomb_k
chr_animate GrifElite02 TCTCOMcomb_k
chr_animate GrifElite03 TCTCOMcomb_k
chr_animate GrifElite04 TCTCOMcomb_k
chr_animate GrifElite05 TCTCOMcomb_k
chr_animate GrifElite06 TCTCOMcomb_k
sleep 25
chr_animate GrifElite01 TCTCOMkick_bk
chr_animate GrifElite02 TCTCOMkick_bk
chr_animate GrifElite03 TCTCOMkick_bk
chr_animate GrifElite04 TCTCOMkick_bk
chr_animate GrifElite05 TCTCOMkick_bk
chr_animate GrifElite06 TCTCOMkick_bk
fork aa3
}

so I can control the AIs smile

and thanks for this:

EdT wrote:

Also be sure to add the code: ui_suppress_prompt = 1 That will get rid of the "New combat move learned (F1)" message.

Last edited by coool (04/06/08 00:04)

Offline

#8 04/06/08 10:04

coool
Member
From: China Haikou
Registered: 02/12/08

Re: Aha~I'm coming for asking questions again~:P

EdT wrote:

Who did the one that says Oni 3 1 KONOKO?

a ~it's me

you can look this picture:

Last edited by coool (04/06/08 10:04)

Offline

#9 04/06/08 10:04

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

Re: Aha~I'm coming for asking questions again~:P

coool: Your video is posted on YouTube, Oni group.
http://www.youtube.com/group/onitoo

Question, what does this mean:

attachment.php?item=247&download=1

I tried to look at your most recent video, but got that message.

Thanks for the code, will play with it later.

Offline

#10 04/06/08 10:04

coool
Member
From: China Haikou
Registered: 02/12/08

Re: Aha~I'm coming for asking questions again~:P

EdT wrote:

Question, what does this mean:

http://oni.bungie.org/community/forum/a … download=1

I tried to look at your most recent video, but got that message.

Thanks for the code, will play with it later.

that means it takes too long time to open this video because of the internet(like I watch videos in youtobe)
you can try later or download the video by itToDou(a tool you can download videos in todou).

Offline

#11 04/06/08 11:04

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

Re: Aha~I'm coming for asking questions again~:P

Thanks for explaining that to me.  Keep making those fun videos.

Offline

#12 04/06/08 11:04

coool
Member
From: China Haikou
Registered: 02/12/08

Re: Aha~I'm coming for asking questions again~:P

OK~I will~

Offline

#13 04/06/08 23:04

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

Re: Aha~I'm coming for asking questions again~:P

This is a fun move, cartwheels with: chr_animate GrifElite01 KONCOMcrouch_bk.

coool, I also sent you a PM.

Offline

Board footer

Powered by FluxBB