New Bot names - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Creating & Contributing (https://forums.xonotic.org/forumdisplay.php?fid=10) +--- Forum: Xonotic - Development (https://forums.xonotic.org/forumdisplay.php?fid=12) +--- Thread: New Bot names (/showthread.php?tid=1231) Pages:
1
2
|
New Bot names - nowego4 - 11-20-2010 I dug out the "Bots.txt" from the xonotic>data>xonotic-data.pk3dir and renamed all the bots. The old ones didn't have much rhyme or reason, and so the theme of these is "Greek Mythology", obviously expanding off of the player models' names. Bot names: Hades Ares Hermes Apollo Dionysus Eros Hephaestus Poseidon Zeus Chaos Erebos Chronos Aether Aphrodite Pontos Artemis Athena Hestia To install this, go into your xonotic>data>xonotic-data.pk3dir and replace the Bots.txt with mine. bots.txt (Size: 1.35 KB / Downloads: 44) Have fun! RE: New Bot names - chooksta - 11-20-2010 no chooky bot..... :^ RE: New Bot names - nowego4 - 11-20-2010 You can easily edit it yourself if you want, just open the file, it's pretty self-explanatory. Chooksta Chooky Chookster... RE: New Bot names - divVerent - 11-20-2010 I don't want the bots to be named like hosts in the computer science department of the uni I was in RE: New Bot names - booo - 11-21-2010 (11-20-2010, 03:38 PM)divVerent Wrote: I don't want the bots to be named like hosts in the computer science department of the uni I was in lol, div0 , but still , these names are better than naming a cray XT5 'Rosa' , like a cow... RE: New Bot names - Lee_Stricklin - 11-21-2010 Standard bot names: old/busted New bot names: GREEK MYTHOLOGY = MOAR L33T/KEWL RE: New Bot names - unfa - 11-24-2010 Funny stuff. How about adding ancient greek philosophers? RE: New Bot names - Creation - 11-27-2010 How about adding president names to the bots RE: New Bot names - -z- - 11-27-2010 maybe I can generate text files based on urban dictionary's words of the day :-P RE: New Bot names - Minkovsky - 11-27-2010 (11-27-2010, 01:52 PM)-z- Wrote: maybe I can generate text files based on urban dictionary's words of the day :-P +1 RE: New Bot names - -z- - 11-27-2010 hmm, well I can only grab 7 words from UD (requires xml2) Code: wget -q -O- http://feeds.urbandictionary.com/UrbanWordOfTheDay | xml2 | grep "/rss/channel/item/title" | awk -F "=" '{ print $2 }' | tr -d '[:punct:]' 11 from merriam webster Code: wget -q -O- http://www.merriam-webster.com/word/index.xml | xml2 | grep "/rss/channel/item/title" | awk -F "=" '{ print $2 }' | tr -d '[:punct:]' RE: New Bot names - Lee_Stricklin - 11-27-2010 (11-27-2010, 01:52 PM)-z- Wrote: maybe I can generate text files based on urban dictionary's words of the day :-P That would make the bot names similar to what you would expect in an actual match. lol RE: New Bot names - -z- - 11-27-2010 Code: #!/bin/bash The template file "bot-file-template.txt": Code: //bot configuration: name model skin shirt pants team keyboard use moving dodging ping weapon use aggressivity range aiming calmhand mouse fightthink aithink THIS CODE IS PROBABLY NOT SUITABLE FOR A PRODUCTION ENVIRONMENT, USE AT YOUR OWN RISK. Maybe someone can refine based on this proof of concept. RE: New Bot names - -z- - 11-27-2010 Okay, this is probably better, though I'm assuming some values and not handling floats. Code: #!/bin/bash Apparently I do not need to strip the punctuation (tr -d '[:punct:]') but I do not have an environment to test this at the moment. RE: New Bot names - nowego4 - 11-27-2010 Yes, I highly doubt that this would be GPL compatible but would it be possible to have the game fetch random names form a predetermined list? (just a .txt file with every name we could think of in it). Also "Word of the Day" would require internet access even for singleplayer. Fun idea though RE: New Bot names - -z- - 11-27-2010 You can write any sort of bot file generator and put it on a cron to update and replace it, or load it in a different different game folder for your server, so different"game types" can use different bot files. My script for "words of the day" would be run daily, not on every game. Here's a screenshot btw I believe to load the bots file separately, you would have to run xonotic with a new directory along side the data directory and an extra flag when running xonotic. Code: cd /path/to/xonotic Theoretically, bots can even have a "personality" generated and saved on a server, a random unique name, set of cloths, skillset saved with a unique id (Xonotic ID system?) and their statistics can be databased over time for fun or testing different bot criteria over time. RE: New Bot names - Halogene - 11-28-2010 I have to say, the aggregate awesomness of what I encounter on this forum is stunning. Another splendid idea in action! Thank you! RE: New Bot names - nowego4 - 11-28-2010 Version 2: Devs and Contributers! bot names: -z- divVerent merlijn Morphed mand1nga tZork FruitieX Diabolik Dokujisan kojn^ esteel C.Brutial Rad Ished Mirio Mr. Bougo MiceaKitsune Halogene chooksta Of course, not all these people are Devs, but we don't have enough to fill the bot file. So I selected a couple of the most active/most contributing people to fill the other slots. If your name's on the list and you don't want it to be, just say so. And to all the people that want to be on the list but aren't: edit your own bots.txt! bots.txt (Size: 1.37 KB / Downloads: 1) Happy holidays, Devs! RE: New Bot names - Samual - 12-28-2010 Hey, what about me? :'( I SEE HOW IT IS RE: New Bot names - theShadow - 12-29-2010 that would be confusing if you were actually playing with the person(s) I had a friend that made bots for red faction along the lines of cheese, zombie, coconut, etc. also, apparently I am nto a contributor RE: New Bot names - nowego4 - 01-12-2011 Yes I'm sure I left out a lot of people who should be on it (you guys included), but I did warn about this in Article 3, Section 8, Paragraph 2. Article 3 Section 8 Paragraph 2 Wrote:And to all the people that want to be on the list but aren't: edit your own bots.txt! and again in Article 8, Section 1, Paragraph 7. Article 8 Section 1 Paragraph 7 Wrote:Do it yourself, or stop complaining. But anyway, does anybody think these (my first file) should be made official? Or maybe we should hold a contest to see who can make the best! (well, -Z- would win, but anyway) that would be fun, even if rather unproductive. RE: New Bot names - FraNcoTirAdoR - 01-12-2011 Greek gods sound amazing, but then the [BOT] tag should be renamed to [GOD] RE: New Bot names - Samual - 01-12-2011 Only problem is that I know a bunch of people who use greek gods as their gamer tag.... Like myself (Ares) -- So maybe greek gods wouldn't be the best to use. RE: New Bot names - Nesquick - 01-13-2011 Name them after body parts instead... Man would I laugh when Penis starts shooting rocket-headshots. =) RE: New Bot names - Halogene - 01-13-2011 * Halogene coughs |