Oni Central Forum

A forum for the Oni community

You are not logged in.

#1 04/11/08 19:04

Striker
Member
From: Toronto, ON
Registered: 03/10/08

Would you like a new project?

Hey guys. I wanted to start a new script on the 9th mission. If you are not busy, can you help me? I need to come up with a name.
Anyone who would make the best name would be in the script. Also, if you are not busy again, can you make (If it's possible) the Iron Demon
and pack it into the 9th mission. If it is not possible, it's allright. Thank you.


Click here to see the Oni Roleplay map. Click here to roll the dice. Click here to see the proper troop terminologies.

Offline

#2 04/12/08 01:04

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

Re: Would you like a new project?

The Iron Demon isn't quite ready yet >_>

...What will this script be about?

Last edited by Gumby (04/12/08 01:04)


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

#3 04/12/08 12:04

Striker
Member
From: Toronto, ON
Registered: 03/10/08

Re: Would you like a new project?

It will be like Thousand Dragons, but in level 9. Oh, by the way, does anyone know how to make a cutscene in a script?


Click here to see the Oni Roleplay map. Click here to roll the dice. Click here to see the proper troop terminologies.

Offline

#4 04/12/08 12:04

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

Re: Would you like a new project?

Thousand Dragons? >_> Not sure what that is...

Cutscenes are messy. What did you have in mind?


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

#5 04/12/08 12:04

s10k
Member
Registered: 01/14/07
Website

Re: Would you like a new project?

Gumby wrote:

Thousand Dragons? >_> Not sure what that is...

Cutscenes are messy. What did you have in mind?

lol, its one of my scripts:
http://script10000.oni2.net/scripts.html

Also I don't have many experience with cutcenes, but seems you need to use lots of camera commands.

Offline

#6 04/12/08 14:04

Striker
Member
From: Toronto, ON
Registered: 03/10/08

Re: Would you like a new project?

How can I make a character move from one point to another? And about the cutscenes: Can I just place a camera somewhere so it can face another point?


Click here to see the Oni Roleplay map. Click here to roll the dice. Click here to see the proper troop terminologies.

Offline

#7 04/12/08 15:04

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

Re: Would you like a new project?

ai2_movetoflag [ai_name:string | script_id:int] flag_id:int [setfacing:string{"setfacing"}] - tells an AI to move to a flag - *ai2_movetoflag 0 1091


cm_

    * cm_anim cam_spec:string{"move" | "look" | "both"} anim_name:string - initiates a camera animation - cm_anim both OutroCam03
    * cm_anim_block cam_spec:string{"move" | "look" | "both"} anim_name:string - initiates a camera animation - *cm_anim_block both OutroCam04
    * cm_barabus [ai_name:string | script_id:int] away:float up:float time:int - special camera for barabus
    * cm_detach (null) - detaches the camera - cm_detach
    * cm_interpolate cam_name:string num_frames:int - initiates a camera interpolation - cm_interpolate GrifCam01 180
    * cm_interpolate_block anim_name:string num_frames:int - initiates a camera interpolation - cm_interpolate_block OutroCam05 180
    * cm_jello mode:int {0 | 1} - toggles camera Jello(tm) mode - cm_jello 1

if cm_jello 0, the walls aren't transparent any longer

    * cm_orbit speed:float [stopangle:float] - puts the camera in orbit mode - cm_orbit .1
    * cm_orbit_block speed:float [stopangle:float] - puts the camera in orbit mode - *cm_orbit_block 2 180*
    * cm_reset [maxspeed:float] [maxFocalAccel:float] - resets the camera - cm_reset
    * cm_wait (null) - makes the camera wait until it is no longer busy - cm_wait


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

#8 04/12/08 15:04

Striker
Member
From: Toronto, ON
Registered: 03/10/08

Re: Would you like a new project?

;)That's good, but I need more things: How about if you want the ai to run to the flag? How about make camera spectate the point for like...8 seconds or something?;)

Last edited by Striker (04/12/08 16:04)


Click here to see the Oni Roleplay map. Click here to roll the dice. Click here to see the proper troop terminologies.

Offline

#9 04/12/08 16:04

s10k
Member
Registered: 01/14/07
Website

Re: Would you like a new project?

Striker wrote:

;)That's good, but I need more things: How about if you want the ai to run to the flag?

Try this:

ai2_setmovementmode CHAR run
ai2_movetoflag CHAR 250

Last edited by s10k (04/12/08 16:04)

Offline

#10 04/12/08 16:04

Striker
Member
From: Toronto, ON
Registered: 03/10/08

Re: Would you like a new project?

Thanks


Click here to see the Oni Roleplay map. Click here to roll the dice. Click here to see the proper troop terminologies.

Offline

#11 04/12/08 16:04

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

Re: Would you like a new project?

Ahh...well I didn't explain very well the first time, did I. What Script_10000 says works.

Hmm...there don't seem to be any custom camera commands...O_o

The only thing I can find is the binds for dev mode, but I don't think they do anything...

* man_cam_move_up, man_cam_move_down, man_cam_move_left, man_cam_move_right, man_cam_move_forward, man_cam_move_backward
    * man_cam_pan_up, man_cam_pan_down, man_cam_pan_left, man_cam_pan_right

To pause the camera for 8 seconds just insert a "Sleep 480" into your camera script.

...does anyone know why the scripts in the game have an "f" in front of the number of frames?


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

#12 04/12/08 19:04

Striker
Member
From: Toronto, ON
Registered: 03/10/08

Re: Would you like a new project?

Can anyone give me a full list of everyone's moves for example: KONPUNCH_heavy.


Click here to see the Oni Roleplay map. Click here to roll the dice. Click here to see the proper troop terminologies.

Offline

#13 04/12/08 20:04

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

Re: Would you like a new project?

Offline

#14 04/13/08 08:04

Striker
Member
From: Toronto, ON
Registered: 03/10/08

Re: Would you like a new project?

Not only wiki, but you, geyser and everyone else wink


Click here to see the Oni Roleplay map. Click here to roll the dice. Click here to see the proper troop terminologies.

Offline

#15 04/13/08 14:04

Striker
Member
From: Toronto, ON
Registered: 03/10/08

Re: Would you like a new project?

Guys, here is a small part of what this project would look like. But I still need a name.

Put this script into "state" folder. Remember to backup your old scripts!

Rules: Have fun tongue

Last edited by Striker (04/13/08 14:04)


Click here to see the Oni Roleplay map. Click here to roll the dice. Click here to see the proper troop terminologies.

Offline

#16 04/14/08 12:04

s10k
Member
Registered: 01/14/07
Website

Re: Would you like a new project?

Striker wrote:

Guys, here is a small part of what this project would look like. But I still need a name.

Put this script into "state" folder. Remember to backup your old scripts!

Rules: Have fun tongue

I like, but the story isn't the best. Please complete it. smile

Offline

#17 04/14/08 19:04

Striker
Member
From: Toronto, ON
Registered: 03/10/08

Re: Would you like a new project?

Dude, I know it sucks! It's only 1 % of what I'm gonna make it into!


Click here to see the Oni Roleplay map. Click here to roll the dice. Click here to see the proper troop terminologies.

Offline

#18 04/16/08 20:04

Striker
Member
From: Toronto, ON
Registered: 03/10/08

Re: Would you like a new project?

Here is the script. Script 10000, edt, download this and mke it really cool. Thanks.

Last edited by Striker (04/16/08 20:04)


Click here to see the Oni Roleplay map. Click here to roll the dice. Click here to see the proper troop terminologies.

Offline

#19 04/17/08 08:04

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

Re: Would you like a new project?

I liked what there is of it so far.  It has real promise.


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

Offline

#20 04/17/08 18:04

Striker
Member
From: Toronto, ON
Registered: 03/10/08

Re: Would you like a new project?

I'm making it different. First, yuo are going to work for TCTF, kill everyone in Syndicate, and then there is no one left to trust. At the end you die and you passed the mission
Dumb, but cool


Click here to see the Oni Roleplay map. Click here to roll the dice. Click here to see the proper troop terminologies.

Offline

#21 04/17/08 20:04

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

Re: Would you like a new project?

O_o Make up your mind. It looks cool though. Good work.


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

#22 04/18/08 17:04

Striker
Member
From: Toronto, ON
Registered: 03/10/08

Re: Would you like a new project?

Thanks man.


Click here to see the Oni Roleplay map. Click here to roll the dice. Click here to see the proper troop terminologies.

Offline

#23 05/27/08 17:05

Barneyhater
Member
From: New York City, NY, USA
Registered: 04/13/08
Website

Re: Would you like a new project?

WOW great storyline!!! Are you still working on this?


"It is not hatred but indifference that will destroy us." -Unknown
"One death is a tragedy. The death of a million is a statistic" -Joseph Stalin

Offline

Board footer

Powered by FluxBB