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
.:: Bots United ::.
>
Search Forums
Search Results
User Name
Remember Me?
Password
Search Forums
Show Threads
Show Posts
Find New Posts
Find Today's Posts
Advanced Search
Go to Page...
Page 1 of 6
1
2
3
4
5
>
Last
»
Showing results 1 to 25 of 144
Search:
Posts Made By:
koraX
Forum:
Offtopic
28-05-2005
Replies:
15
Interesting Flash Game...
Views:
4,360
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
Starting development of bot
Views:
4,827
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
Trace nav - picking route based on distance?
Views:
4,810
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
Bot coders: does the Real World(tm) know
Views:
5,093
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
Bot coders: does the Real World(tm) know
Views:
5,093
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
Poll:
koraX at bots-united
Views:
2,541
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
Poll:
koraX at bots-united
Views:
2,541
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
Coming soon: a PC combat game that shoots back!
Views:
6,232
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,838
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
Poll:
Which would you rather loose?
Views:
10,551
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
koraX's utils
Views:
7,066
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
koraX's bot framework
Views:
3,829
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
24-03-2005
Replies:
14
koraX's utils
Views:
7,066
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
24-03-2005
Replies:
15
Is ICQ dead?
Views:
4,723
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
[REQ]Project defender beta 2
Views:
4,027
Posted By
koraX
Re: [REQ]Project defender beta 2
http://www.halflifexpert.com/projectdef/index.html
Forum:
General Programming
26-02-2005
Replies:
5
patching NSIS so that it won't stupidly append a "Half-Life" or something in the path
Views:
4,876
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
std::fstream Is not writing :(
Views:
4,718
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
v_angle.y is always 0 ???
Views:
6,757
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
patching NSIS so that it won't stupidly append a "Half-Life" or something in the path
Views:
4,876
Posted By
koraX
Re: patching NSIS so that it won't stupidly append a "Half-Life" or something in the path
what is NSIS ?
Forum:
General Programming
26-02-2005
Replies:
8
std::fstream Is not writing :(
Views:
4,718
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
v_angle.y is always 0 ???
Views:
6,757
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
bush in our country
Views:
4,212
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
bush in our country
Views:
4,212
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
compile GNU/Linux binaries in Windows
Views:
12,814
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
Finding leaks
Views:
3,833
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.
Page 1 of 6
1
2
3
4
5
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Important !
Important Read First
Cyborg Factory
Cube Bot
E[POD]bot
FritzBot
Developers Forum
Waypoint Forum
Grave Bot
GrogBot
HPB_bot
JKBotti
JoeBot
POD-Bot mm
Releases, Installers, Docs & Coding
Bug Reports
Ideas
Common Questions
RACC
RealBot
General Forum
Help request
The RealBot 'Source'
Sandbot
ShrikeBot
General chit-chat & stuff
Suggestions
Bug Base
United Bot
YaPB
Inactive Projects
IvPBot
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
vBulletin Skin developed by:
vBStyles.com
Contact Us
-
Bots United
-
Archive
-
Top