.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Search Forums

Showing results 1 to 25 of 144 Search: Posts Made By: koraX
Forum: Offtopic 28-05-2005
Replies: 15
Views: 3,740
Posted By koraX
Re: Interesting Flash Game...

wslam (http://www.wagjo.com/Wslam.exe)
Forum: Half-Life 2, Source and Source Games 28-05-2005
Replies: 3
Views: 4,276
Posted By koraX
Re: Starting development of bot

I've developed bot for Counter-Strike with "AI algorithms". I'm using multi-agent systems and bots cooperate and communicate. (they should)

I'm studying postgraduate for masters degree and it is...
Forum: General Bot Coding 28-05-2005
Replies: 8
Views: 4,171
Posted By koraX
Re: Trace nav - picking route based on distance?

well instead of firing from head, chest and knees, fire tracehull.

Problem with this is that if angles between traces are big, it may skip some important entry (doorways in de_dust2, de_aztec...
Forum: Offtopic 26-04-2005
Replies: 16
Views: 4,400
Posted By koraX
Re: Bot coders: does the Real World(tm) know

AI :) I'm testing 2 multi-agent approaches on bots. Communicating and non-communicating group. Communicating group is making more intelligent approach, like flanking and formations (well they try to)...
Forum: Offtopic 26-04-2005
Replies: 16
Views: 4,400
Posted By koraX
Re: Bot coders: does the Real World(tm) know

well everybody in the school knows 'cause my diploma thesis is all about bot :) And everytime my mother comes and coplains that I play, I tell I'm doing work to school
Forum: Public Polls 14-04-2005
Replies: 13
Views: 2,223
Posted By koraX
Re: koraX at bots-united

Thank you ! :)

I'm finishing my thesis these days so I would'nt have time to set up site on BU. Is it OK to set an account later Pierre ? Only if it is not a problem...
Forum: Public Polls 12-04-2005
Replies: 13
Views: 2,223
Posted By koraX
koraX at bots-united

Well I want to be bots-united member :)

I'm long time member (http://forums.bots-united.com/member.php?u=81) of BU forums

Some of my works for this community include utilities...
Forum: Offtopic 08-04-2005
Replies: 22
Views: 5,389
Posted By koraX
Re: Coming soon: a PC combat game that shoots back!

volts do not kill, amperes do. It does not matter how big voltage is, important is how big is current that is going through your body. Current over 10mA (25mA DC) is considered not safe. Sparks from...
Forum: Public Polls 06-04-2005
Replies: 16
Poll: wiki spam
Views: 2,432
Posted By koraX
Re: wiki spam

best way is to restrict page edits (on every page) only to registered members and make registration harder for spam scripts, e.g. insert some verification picture, like yahoo has here...
Forum: Offtopic 26-03-2005
Replies: 36
Views: 8,462
Posted By koraX
Re: Which would you rather loose?

bah, topic is "Which would you rather loose" so I checked porn and submited. After that I realized that poll caption is "Which would you hate to loose" :(
Forum: General Programming 25-03-2005
Replies: 14
Views: 5,859
Posted By koraX
Re: koraX's utils

good point, I've done RGB class months ago and vector stuff is pretty new. But I like unsigned char for color, rather than floats :)
Forum: General Bot Coding 25-03-2005
Replies: 1
Views: 3,341
Posted By koraX
koraX's bot framework

download koraX's bot framework 1.0.0 (http://prdownloads.sourceforge.net/kxbot/korax-bot-framework-1.0.0.zip?download)

Is is something like botman's HPB-bot template, but in C++. It supports both...
Forum: General Programming 25-03-2005
Replies: 14
Views: 5,859
Posted By koraX
koraX's utils

so again something new :p

download (http://neuron.tuke.sk/~wagner/download_ku.php)

xml/cfg/ini parser
runtime profiler based on CPU cycles with low overhead (30 cycles)
3d...
Forum: Offtopic 25-03-2005
Replies: 15
Views: 4,041
Posted By koraX
Re: Is ICQ dead?

centericq :)
and I like ICQ because you can send message even if guy on the other side is offline
Forum: Half-Life and HL1 Mods 27-02-2005
Replies: 7
Views: 3,523
Posted By koraX
Re: [REQ]Project defender beta 2

http://www.halflifexpert.com/projectdef/index.html
Forum: General Programming 26-02-2005
Replies: 5
Views: 4,204
Posted By koraX
Re: patching NSIS so that it won't stupidly append a "Half-Life" or something in the path

I see.

I'm using http://www.jrsoftware.org/isinfo.php instead.
Forum: General Programming 26-02-2005
Replies: 8
Views: 4,005
Posted By koraX
Re: std::fstream Is not writing :(

Ok so here is some simple function
- server crashed if : file does not exists, file empty or first character in file is not '1' (0x31)
- server clean if : file exists and first character in this...
Forum: Half-Life 1 SDK 26-02-2005
Replies: 17
Views: 5,826
Posted By koraX
Re: v_angle.y is always 0 ???

I heavily stripped metamod (into one file) because it collided with my code.
I also stripped SDK a lot.
I've got warning level 4, I'm using STL everywhere and get no warning. So it is possible :)
Forum: General Programming 26-02-2005
Replies: 5
Views: 4,204
Posted By koraX
Forum: General Programming 26-02-2005
Replies: 8
Views: 4,005
Posted By koraX
Re: std::fstream Is not writing :(

omg, messy code.

Why do you have pointers to fstream ?
Tell me what precisely this function should do and I'll fix it.


after new, check !m_fCrashstatus is totally useless. If allocation...
Forum: Half-Life 1 SDK 25-02-2005
Replies: 17
Views: 5,826
Posted By koraX
Re: v_angle.y is always 0 ???

bad solution, if angle is big number, subtracting 360 won't help and you have deadlock.

http://wiki.bots-united.com/index.php/Bot_Aiming#The_WrapAngle_facility

And for austin, all about angles...
Forum: Offtopic 24-02-2005
Replies: 10
Views: 3,705
Posted By koraX
Re: bush in our country

http://www.ambience.sk/fotoreport-prejav-george-w-bush

http://www.sme.sk/clanok-1936877.html (scroll down for photos)
Forum: Offtopic 24-02-2005
Replies: 10
Views: 3,705
Posted By koraX
bush in our country

ze bush came to our contry yesterday evening. Got off his air force one, shaked hands with our president and some other people and listened to our hymn. And there was much rejoicing :p
...
Forum: General Programming 21-02-2005
Replies: 30
Views: 10,795
Posted By koraX
Re: compile GNU/Linux binaries in Windows

binaries can be compiled ?
what is this program doing ?
Does it compile source code ? If so, does it have support for SUSv3 (http://www.opengroup.org/onlinepubs/009695399/index.html) or LSBSv2.01...
Forum: General Programming 18-02-2005
Replies: 3
Views: 3,214
Posted By koraX
Re: Finding leaks

I had very nasty bug in my bot recently. It ran fine on release mode, however it crashed in debug mode. It crashed bit randomly and after some specific sequence of commands.

Nevermind I said, I'll...
Search took 0.01 seconds.

 
Forum Jump


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com