Author Topic: Voltron - chat menu generator for Volt HUD and other.  (Read 10669 times)

Olexandr

  • Posts: 5
  • Turrets: +0/-0
Voltron - chat menu generator for Volt HUD and other.
« on: March 03, 2010, 04:48:18 pm »
Hi,
 I wrote a script that generate chat menu. You may know that changing of chat menu of different HUD is painful. See example of config file for voltron.

 Download you can from github as zip, tar

 Voltron will split cfg files if their size are more 16k (important for original trem 1.1). Also it can create cyclic commands, for example bind key to command "say" to say pseudo random massage.

 Voltron is tcl script, so u need tcl to use it, I believe those who can install some HUD can install tcl too.

 Enjoy
« Last Edit: November 29, 2010, 07:04:42 pm by Olexandr »

Colynn'

  • Posts: 308
  • Turrets: +28/-35
Re: Voltron - chat menu generator for Volt HUD and other.
« Reply #1 on: March 03, 2010, 07:53:57 pm »
Nice idea, but do you mean by "chat menu" ?
Screenshots ?
Currently working on: REAL LIFE STUDIES BULLSHIT

Olexandr

  • Posts: 5
  • Turrets: +0/-0
Re: Voltron - chat menu generator for Volt HUD and other.
« Reply #2 on: March 03, 2010, 09:11:18 pm »
Common, you must know what is it if u use some hud:

Sub Menus:
1. Evolve
2. Responds
...
 |
 |
\ /
 .


You just can create your own menu easy with this stuff
« Last Edit: March 04, 2010, 06:49:19 am by Olexandr »

commander scrooge

  • Posts: 187
  • Turrets: +1/-9
Re: Voltron - chat menu generator for Volt HUD and other.
« Reply #3 on: May 21, 2010, 10:48:02 pm »
I'm interested in this program but am a little confused as to how it works.  On the readme.html you say in section 2 creating chat menu "Configure file is tcl source file. But don't worry, you don't need to learn this language for creating your menus. Below is example of simple menu:" What is the configure file you refer to?  I thought it was due to me not under standing how to operate voltron but the line after that confused me even more "You need run voltron to produce menu and install quake files:" so all voltron does is crate all the HUD files needed for a chat menu.  Here is what I need to know, when I write my configure file (using your example), what is it? A .txt? And where do I put it? In the folder that hold the voltron folder I downloaded?
Pathbot every thing you need here

Olexandr

  • Posts: 5
  • Turrets: +0/-0
Re: Voltron - chat menu generator for Volt HUD and other.
« Reply #4 on: September 20, 2010, 05:12:01 pm »
Sorry, I was forgot subscribe this thread.
But if you  are interesting in voltron I was create shell script for auto downloading volt, voltron, and building chat menu from sample file (by default) and installing all this stuf.

http://github.com/osv/voltron/raw/master/init-trem-volt-def.sh

download it and run, but make sure no hud installed before and path ~/.tremulous/ is exist.
It is for linux's users, because I think windows's users don't know how to install tcl :)

I will update documentation later, yeah, here was mistakes (oh my poor English).

...  Here is what I need to know, when I write my configure file (using your example), what is it? A .txt? And where do I put it? In the folder that hold the voltron folder I downloaded?

Does not matter how you set name of file and where it be located, but better if you called it .tcl, for better syntax highlight of your editor (notepad++, emacs etc)

UPD:
For windows's users volt hud 2.0 Final patched by voltron from sample config file can be downloaded here

Difference from original Volt HUD:

chat menu:
6.x - Base status
7.x - Tactic group
0.x - Join:

Key INSERT binded to spawn as builder.

Use menu "0" to join only!
« Last Edit: September 27, 2010, 11:58:28 am by Olexandr »

Olexandr

  • Posts: 5
  • Turrets: +0/-0
Re: Voltron - chat menu generator for Volt HUD and other.
« Reply #5 on: September 30, 2010, 10:57:22 pm »
Update some doc. Also add seta and unbind command. Also my, unofficial, configure file maybe found here
with cool colorized menu ;) :

theKidbullet

  • Posts: 16
  • Turrets: +1/-0
Re: Voltron - chat menu generator for Volt HUD and other.
« Reply #6 on: November 26, 2010, 08:11:01 am »
Hi,
 I wrote a script that generate chat menu. You may know that changing of chat menu of different HUD is painful. See example of config file for voltron.

 Download you can from github as zip, tar

 Voltron will split cfg files if their size are more 16k. Also it can create cyclic commands, for example bind key to command "say" to say pseudo random massage.

 Voltron is tcl script, so u need tcl to use it, I believe those who can install some HUD can install tcl too.

 Enjoy
I got this working, but when i tried integrating volts latest 1.2 hud it failed. Could you please update to include volts 1.2 hud and new horizontal chatmenu plz and thanks :D

Olexandr

  • Posts: 5
  • Turrets: +0/-0
Re: Voltron - chat menu generator for Volt HUD and other.
« Reply #7 on: November 29, 2010, 07:02:01 pm »
What you mean latest 1.2 hud? As I know latest volt hud is Volt_hud2.0_FINAL.zip, I can't checkout for new because I have problem with google code mirror of volt hud, and original http://networkofdoom.net/~bishop3space/Tremulous/Projects/Hud/Volt_hud/ not respond so I can't check how it looks like :(. Or you mean HUD of trem 1.2? In any case I was update voltron and now you can create horizontal menu (see volt.config.horizontal.tcl.sample and readme)

Related screenshot of default menu:

Uploaded with ImageShack.us

I think here need more colorize and reposition of menu rect, but I don't love horizontal looks.