QJ.NET | Videos | Forums | iPhone | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | Xbox 360 | PC | Downloads | Contact Us
Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact

QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides

Go Back   QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides > Developers Corner > PSP Development, Hacks, and Homebrew > PSP Development Forum
The above video goes away if you are a member and logged in, so log in now!

Requesting AI assistance for my Black vs. Red demo. (Lua)

This is a discussion on Requesting AI assistance for my Black vs. Red demo. (Lua) within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; I've been away from the forums since early December. I'm back again because I have another urge to code, and ...

Reply
 
LinkBack Thread Tools
Old 02-11-2007, 05:52 PM   #1
 

 
Join Date: Aug 2006
Location: Missouri
Posts: 451
Trader Feedback: 0
Default Requesting AI assistance for my Black vs. Red demo. (Lua)

I've been away from the forums since early December. I'm back again because I have another urge to code, and I've decided to quit letting people down when I say I'm working on a project.

Well... Now I'm back. I've been working almost 4 days on a demo of Black vs. Red. Originally called Project Stick Fighter. I swear this time. O_o I have mostly everything done for the demo. I'm currently getting the characters to pick up weapons as they walk over them. Then after that... I make the weapons shoot, do damage, etc. Then I'm for the most part, done.

One problem.

I'm no good with AI.

I need someone I can trust. Who won't steal my code and claim it as their own...

If someone assists me soon. I could see the demo being released around sometime Wednesday.
Cheez Pirate is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-11-2007, 06:18 PM   #2
 
HeaD_ShOt's Avatar
 
Join Date: Oct 2006
Location: 貴方のうしろにいます。
Posts: 1,157
Trader Feedback: 0
Default

what do u need the ai to do?
HeaD_ShOt is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-11-2007, 06:20 PM   #3
No longer a community member.
 
Join Date: Apr 2007
Real First Name: Jae-won
Posts: 3,700
Trader Feedback: 0
Default

Ai does the AI stuff....duh

It walks and moves and fights back etc.
_twopoint is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-11-2007, 06:26 PM   #4
 

 
Join Date: Aug 2006
Location: Missouri
Posts: 451
Trader Feedback: 0
Default

Ok. Well there is 4 people on both teams. It's a CTF match. I want all 4 players on both teams to be offensive, and defensive. Possibly even knowing when to run and hide.
Cheez Pirate is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-11-2007, 06:28 PM   #5
No longer a community member.
 
Join Date: Apr 2007
Real First Name: Jae-won
Posts: 3,700
Trader Feedback: 0
Default

The AI wont be THAT great if its a shooter then versus mode.
_twopoint is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-11-2007, 06:37 PM   #6
 

 
Join Date: Aug 2006
Location: Missouri
Posts: 451
Trader Feedback: 0
Default

Huh? And yea it's a shooter with versus mode.

EDIT: And it's a demo. As long as they capture the flag and kill each other then I'll be happy.
Cheez Pirate is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-11-2007, 06:41 PM   #7
No longer a community member.
 
Join Date: Apr 2007
Real First Name: Jae-won
Posts: 3,700
Trader Feedback: 0
Default

Well the AI wont be that great. Meaning like if I walk behind them they wont shoot till they see me. So it might be Ok. But if you get someone great the AI will be great.
_twopoint is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-11-2007, 07:02 PM   #8
 

 
Join Date: Aug 2006
Location: Missouri
Posts: 451
Trader Feedback: 0
Default

Yea. If you can do any kind of AI it would be fine.
Cheez Pirate is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-11-2007, 07:24 PM   #9

...in a dream...
 
SG57's Avatar
 
Join Date: Jul 2005
Posts: 4,957
Trader Feedback: 0
Default

Why does everyone assume people will steal their code? Hey - if you don't put a license or patent on it, there's really no proof as virtually, anything can be counterfeit without you even knowing it...
__________________
SG57 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-11-2007, 07:41 PM   #10

Developer
 
snowymydog's Avatar
 
Join Date: Jun 2006
Posts: 82
Trader Feedback: 0
Default

Why not take the challenge and do the AI yourself?

You should considerate how to code the AI more than somebody steals your code.

Is AI really hard to code?

It's not easy, but it's not that hard. Depends on what you want.

How? Ok, I'm gonna tell you the biggest secret of programming...

***OUTLINE WHAT YOU WANT TO DO WITH A PEN***

Don't put it in your mind, write it down.

eg.
1. the NPC know where the flag is
2. priority of "capture the flag" or "swipe the enemies" depends on some mathematical calculation, judge by points.
3. NPC have 3 action type, "patrol", "sneak" and "attack"
4. NPC won't detects enemies at the back
...
blah blah blah

next steps is details what you wrote, e.g. what is the sneak mode do?

Then you can start finding information on how to code.

That's the way I do programming, hope it helps.
snowymydog is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-11-2007, 08:03 PM   #11
 

 
Join Date: Aug 2006
Location: Missouri
Posts: 451
Trader Feedback: 0
Default

Wow. Just thinking about those 4 example steps helped. O_o Thanks a lot!
Cheez Pirate is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
assistance , black , demo , lua , red , requesting

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 01:25 PM.



Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2009, QJ.NET. All Rights Reserved.
Contact Us