What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

How to get started with developing a CC

Status
Not open for further replies.

fedehat

New Member
Joined
Aug 22, 2010
Messages
312
Reaction score
20
Are there any guides other than the Visual Studio API? Something which explains what to override, what methods move the bot and such?
 
Not that I've found... I think your best bet is to look at all the default CC's, see which methods and properties they override, and delete everything between the curlies { } to start fresh.

Try searching for "override" in any of the default CC's .cs files, there's only a handful of them.
 
I got started by learning from the default CCs provided with HB. Its a good place to start, once you get to understand this you can move on to more complex CCs by CC Developers.
 
I got started by learning from the default CCs provided with HB. Its a good place to start, once you get to understand this you can move on to more complex CCs by CC Developers.

This is how i learned ;)
 
1. Start Visual Studio -> New Project
2. Add Reference -> Browse -> Find Honorbuddy.exe
3. Add your CC code to this project
 
here this might help, this is everything you need to make a CC, its all the framework needed. basicly just add your code, and your good to go.
 

Attachments

I got started by learning from the default CCs provided with HB. Its a good place to start, once you get to understand this you can move on to more complex CCs by CC Developers.

Same way I started.
 
Status
Not open for further replies.
Back
Top