[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4787: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3922)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4789: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3922)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4790: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3922)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4791: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3922)
InsideQC Forums • View topic - Fun names and skins in FrikBotX

Fun names and skins in FrikBotX

Discuss programming in the QuakeC language.

Moderator: InsideQC Admins

Fun names and skins in FrikBotX

Postby wildstoo » Sun Sep 27, 2015 2:40 pm

Total programming neophyte here. Be gentle.

How would I go about giving the frikbots "fun names"?

I've tried just putting the high-ASCII values in the bot_misc.qc file but it looks like the compiler (FrikQCC or FTEQCC) is mangling them. I'm pretty much lost at this point.

Better yet, how might I read a list of "fun" names from an external text file and pick a random one for each bot?

Also, skins. Is it possible to make the bots choose a random skin (again, from an external text file, or even scanning the skins dir)? I feel like the FrikBots should be better dressed.

Thanks for reading my pathetic questions!
wildstoo
 
Posts: 10
Joined: Sun Sep 13, 2015 11:35 pm

Re: Fun names and skins in FrikBotX

Postby Spike » Sun Sep 27, 2015 3:35 pm

fteqccgui internally utilises utf-8 text. the text editor stuff should all do unicode copy+paste stuff.
when saving, it is meant to utilise the same BOM that was originally used when opening the file, but there may be some char conversions if you had saved your file as utf-16, and these may fail if you have invalid encodings.
pasting fun chars from external tools that generate non-unicode 'quake-encoded' chars will be assumed to be whatever your current locale is and result in utf-8 codepoints when pasted into fteqccgui (and later compiled into qc strings). the file will then be saved as utf-8 without a bom (unless the file originally had one).

additionally, it is basically impossible to get microsoft's text editors (wordpad+notepad) to use the same utf-8 encoding that the file was originally saved with. they have a nasty tendancy to strip boms and convert encodings (at least when the extension is not .txt).

thus stick to ascii only. it is just not practical nor reliable to support other character encodings in windows.
you can directly encode specific quake char values in qc strings with \xXX, you can toggle between white/red chars with \s, and you can get 'golden numbers' with \0-9. Doing this will typically be more readable in the first place, and will not have any svn / git conversion issues, etc.


regarding skins, by the 'the skins dir', you mean you're doing this in quakeworld?
writebyte(MSG_ALL, svc_setinfo);
writebyte(MSG_ALL, self.colormap-1);
writestring(MSG_ALL, "skin");
writestring(MSG_ALL, "omgwtf");
where omgwtf is the string name to utilize.
you can use search_begin/search_end/search_getsize/search_getfilename to enumerate files inside a given path (if the server supports that - read: fte or dp, but dp doesn't do qw). or you can use frik_file's fopen etc functions to read allowed names from a file.

if you're focusing on NQ, skins are embedded into the mdl itself (and are selected by setting self.skin, like on armour pickups) and there is no way to tell how many skins are stored inside it, except with fte where there is the skintoname builtins which might be useful to you (null and empty results have distinct meanings, depending on model formats). some clients support replacement textures beyond the skins stored internally to the model and in this case you can use the file enumeration stuff I already mentioned for those, the exact names used depends on the client.
this won't work if you have dedicated servers or anything, of course, as the files need to be clientside and nq clients don't download. yay csqc? :s
.
Spike
 
Posts: 2914
Joined: Fri Nov 05, 2004 3:12 am
Location: UK

Re: Fun names and skins in FrikBotX

Postby wildstoo » Sun Sep 27, 2015 5:40 pm

wildstoo
 
Posts: 10
Joined: Sun Sep 13, 2015 11:35 pm

Re: Fun names and skins in FrikBotX

Postby wildstoo » Sun Sep 27, 2015 8:32 pm

Lol. I think I fundamentally misunderstood skingroups in QME and ended up with the bots cycling through the skins every 0.1 seconds. It was pretty funny.

Back to the drawing board.
wildstoo
 
Posts: 10
Joined: Sun Sep 13, 2015 11:35 pm

Re: Fun names and skins in FrikBotX

Postby wildstoo » Sun Sep 27, 2015 8:44 pm

Wish you could edit posts here rather than a new post every time.

Anyway, it's working with the slight drawback that when bots die their corpses revert to the base skin and even the base colours. No idea why.

Still, it's progress.
wildstoo
 
Posts: 10
Joined: Sun Sep 13, 2015 11:35 pm

Re: Fun names and skins in FrikBotX

Postby r00k » Sun Sep 27, 2015 9:46 pm

r00k
 
Posts: 1111
Joined: Sat Nov 13, 2004 10:39 pm

Re: Fun names and skins in FrikBotX

Postby frag.machine » Mon Sep 28, 2015 4:23 am

I know FrikaC made a cgi-bin version of the quakec interpreter once and wrote part of his website in QuakeC :) (LordHavoc)
User avatar
frag.machine
 
Posts: 2120
Joined: Sat Nov 25, 2006 1:49 pm

Re: Fun names and skins in FrikBotX

Postby wildstoo » Mon Sep 28, 2015 10:45 am

wildstoo
 
Posts: 10
Joined: Sun Sep 13, 2015 11:35 pm

Re: Fun names and skins in FrikBotX

Postby wildstoo » Mon Sep 28, 2015 10:54 am

Oh. That line did fix it. Sweet.
wildstoo
 
Posts: 10
Joined: Sun Sep 13, 2015 11:35 pm

Re: Fun names and skins in FrikBotX

Postby wildstoo » Mon Sep 28, 2015 9:16 pm

So close; working almost perfectly. Some well-dressed bots in here. Just one little problem that I'll explain below.

Image
Image
Image
Image
Image
Image


Here's the problem: when the bots are gibbed, the head models seem to be unskinned. They show up light blue and black.

Image
Image
Image

Strangely, my OWN head gib is fine. If a bot gibs me the head looks normal. It only seems to affect the bots.

Image

Any ideas? :P
wildstoo
 
Posts: 10
Joined: Sun Sep 13, 2015 11:35 pm

Re: Fun names and skins in FrikBotX

Postby frag.machine » Tue Sep 29, 2015 2:21 am

That's easy to fix: when a player/bot is gibbed (damage below -40 IIRC) the player.mdl is replaced by h_player.mdl, a completely different model, without the skins you added.
You have 2 options:
a) add new skins for the h_player.mdl model, matching the ones in the player.mdl; or
b) when the player is gibbed, you force the .skin to be 0 (the default one).
I know FrikaC made a cgi-bin version of the quakec interpreter once and wrote part of his website in QuakeC :) (LordHavoc)
User avatar
frag.machine
 
Posts: 2120
Joined: Sat Nov 25, 2006 1:49 pm

Re: Fun names and skins in FrikBotX

Postby wildstoo » Tue Sep 29, 2015 11:58 am

Thanks, frag.machine.

Option a) sounds easy enough. I could probably even script it with ImageMagick or something to autogenerate head gib skins from the player skins, depending on how different they are.

My next cunning plan is to add a small header to the FrikBotX waypoint files containing the recommended number of bots for each map. I.e. some maps will cope with 16 players without being insane, while some smaller maps are more suited to 4 players, etc.

Maybe even have a menu pop up with options at map start. Something like:

[list=]
[*] Duel (1 bot)
[*] Relaxed (3 bots)
[*] Normal (6 bots)
[*] Frantic (10 bots)
[*] Insane (16 bots)
[/list]

Have the numbers/categories change to suit the map. Hit 4 and 10 bots appear.

Just an idea.
wildstoo
 
Posts: 10
Joined: Sun Sep 13, 2015 11:35 pm

Re: Fun names and skins in FrikBotX

Postby wildstoo » Tue Sep 29, 2015 11:59 am

The one time I don't click Preview. :/
wildstoo
 
Posts: 10
Joined: Sun Sep 13, 2015 11:35 pm

Re: Fun names and skins in FrikBotX

Postby frag.machine » Wed Sep 30, 2015 1:51 pm

Unfortunately the player.mdl and h_player.mdl skins are different enough to make the reuse impractical. I remember seeing a generic gibbed head skin (without any face or helmet, just a blood-splattered skull) many moons ago that could be useful in this case.
I know FrikaC made a cgi-bin version of the quakec interpreter once and wrote part of his website in QuakeC :) (LordHavoc)
User avatar
frag.machine
 
Posts: 2120
Joined: Sat Nov 25, 2006 1:49 pm

Re: Fun names and skins in FrikBotX

Postby wildstoo » Thu Oct 01, 2015 1:38 pm

Is there a command-line tool for modifying .mdl files?

All I want to do is take a standard player.mdl and h_player.mdl and dump 16 or so skins into each of them. If there isn't such a tool, how hard do you think it would be to create one?

Is the .mdl file format fairly simple? Like, is there a header that has an index of skin textures and offsets or something?
wildstoo
 
Posts: 10
Joined: Sun Sep 13, 2015 11:35 pm

Next

Return to QuakeC Programming

Who is online

Users browsing this forum: No registered users and 1 guest