Re-Volt Wiki
No edit summary
mNo edit summary
Line 37: Line 37:
   
 
'''* ''batch''''''':'' (save this script below as ''command.bat'' and execute it)'''
 
'''* ''batch''''''':'' (save this script below as ''command.bat'' and execute it)'''
 
<code>'''RV-GLUE command.txt'''</code>
[[code]]
 
'''RV-GLUE command.txt'''
 
[[code]]
 
   
 
* ''Cmd''''': (Run: ''''CMD'''' and then locate the program and the script location then execute that script)'''
 
* ''Cmd''''': (Run: ''''CMD'''' and then locate the program and the script location then execute that script)'''
  +
[[code]]
 
'''CD "C:\program files\Acclaim Entertainment\Re-Volt\RV-GLUE\"
+
<code>'''CD "C:\program files\Acclaim Entertainment\Re-Volt\RV-GLUE\"
 
RV-GLUE command.txt'''
 
RV-GLUE command.txt'''
[[code]]
+
</code>
   
 
* ''CLE'' '''(Download Command-Line Emulator and then write the script below)'''
 
* ''CLE'' '''(Download Command-Line Emulator and then write the script below)'''
[[code]]
+
<code>
 
'''RV-GLUE command.txt'''
 
'''RV-GLUE command.txt'''
[[code]]
+
</code>
   
 
* ''[[Extreme Tools Manager]]:'' (Download and copy-paste or open the script)
 
* ''[[Extreme Tools Manager]]:'' (Download and copy-paste or open the script)

Revision as of 09:14, 18 October 2008

RV-Glue Logo

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.

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

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

See also

External Links