Rv-glue
From Re-Volt the Wiki - Your Source For Everything Re-Volt
RV-Glue is Re-Volt's most notable work that is appart of the RVTMod package. It's a C++ application developed by Ali (Alexander Kröller) for Cars and tracks makers. It includes many features and it's fast because it's a command-line based application. Most uses include ripping, glueing, and creating world files and prms.
Contents |
[edit] Functions it has
- Colorizing
- Envmap
- Shading
- Setting a texture to Lego Floors
- Making track zones invisible
- Making collision lower
- Split Lego track into pieces
- Deleting a trackzone's collision
- Extracting tracks into prms
- Remapping and mapping textures
[edit] How does it work?
Because Rv-Glue is a command line program , it has troubles on NT-Based systems because it exits fastly. so, You need notepad and command Line to execute RV-Glue 1st- you need to write the script into notepad
exmaple:
create zone.prm
nhood1.w (
tazsplit (
nhood1.taz
default ( off )
1 ( )
)
)
2nd- save the file (__example:__ command.txt) 3rd- execute the script using batch way, Cmd way, CLE way or Extreme Tools Manager way
'* batch'': (save this script below as command.bat and execute it)
RV-GLUE command.txt
- Cmd: (Run: 'CMD' and then locate the program and the script location then execute that script)
CD "C:\program files\Acclaim Entertainment\Re-Volt\RV-GLUE\"
RV-GLUE command.txt
- CLE (Download Command-Line Emulator and then write the script below)
RV-GLUE command.txt
- Extreme Tools Manager: (Download and copy-paste or open the script)

