I'm a doctor, not a mechanic

Difference between revisions of "Legacy:Tarquin Brushbuilders"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(dead link for UEd 3 version)
m (Tarquin Brushbuilders UnrealED 3 FAQ)
(One intermediate revision by one other user not shown)
Line 4: Line 4:
  
 
==News ==
 
==News ==
 +
 +
I'm releasing the sources of what was going to be version 200 – find it on FileWorks (I would, but BU is being sooooooooo slow today). It's been so long since I worked on this code, and I'm not sure I'll find the time to finish it since I don't do any mapping these days. There's quite a few new features, but also some things I didn't get round to finishing or fully implementing – so some parameters will have no effect. I'm happy for other people to work on the code if they think they can make sense of what I've done :)
  
 
[[Legacy:SlickWilly|SlickWilly]] has recompiled the scripts for [[Legacy:UnrealEd 3|UnrealEd 3]]: see below. Once I get UT2003 I'll work on a 200 release or something.
 
[[Legacy:SlickWilly|SlickWilly]] has recompiled the scripts for [[Legacy:UnrealEd 3|UnrealEd 3]]: see below. Once I get UT2003 I'll work on a 200 release or something.
Line 13: Line 15:
 
I have recompiled the basic brush builders for use in [[Legacy:UnrealEd 3|UnrealEd 3]]. Download the file below and follow the installation instructions below as the new docs haven't been updated yet.
 
I have recompiled the basic brush builders for use in [[Legacy:UnrealEd 3|UnrealEd 3]]. Download the file below and follow the installation instructions below as the new docs haven't been updated yet.
  
http://www.fileplanet.com/dl/dl.asp?/planetunreal/tarquin/tarquinbrushbuilderpack100a.zip ''-dead link''
+
http://www.gamefront.com/files/3804985
 +
http://www.atomicgamer.com/files/42405/tarquinbrushbuilderpack100a-zip
  
 
; Installation
 
; Installation

Revision as of 16:05, 21 October 2013

The Tarquin Brushbuilder pack currently consists of 4 custom brushbuilders. A new version will be released eventually.

http://www.planetunreal.com/tarquin/

News

I'm releasing the sources of what was going to be version 200 – find it on FileWorks (I would, but BU is being sooooooooo slow today). It's been so long since I worked on this code, and I'm not sure I'll find the time to finish it since I don't do any mapping these days. There's quite a few new features, but also some things I didn't get round to finishing or fully implementing – so some parameters will have no effect. I'm happy for other people to work on the code if they think they can make sense of what I've done :)

SlickWilly has recompiled the scripts for UnrealEd 3: see below. Once I get UT2003 I'll work on a 200 release or something.

Tarquin Brushbuilders UnrealED 3 FAQ

added by SlickWilly

I have recompiled the basic brush builders for use in UnrealEd 3. Download the file below and follow the installation instructions below as the new docs haven't been updated yet.

http://www.gamefront.com/files/3804985 http://www.atomicgamer.com/files/42405/tarquinbrushbuilderpack100a-zip

Installation
  • Shutdown UnrealEd if running...
  • Unpack the TarquinBrushBuildersUED3.u into your UT2003\system folder
  • Unpack all the .BMP files into your UT2003\system\editorres folder
  • Open up the UT2003\system\UT2003.ini file in notepad
  • Scroll down to the section labeled [UnrealEd.UnrealEdEngine]
  • add this line to the end of the EditPackages entries:
EditPackages=TarquinBrushBuildersUED3
  • Start UnrealEd3 up and you should now see the new brushbuilders on the left

Tarquin Brushbuilders FAQ

If you have any questions on the brushbuilders, please add them here.

Do these tools work with Rune / DeusEx / some other Unreal engine game? 
The brushbuilder plug-ins only work with UnrealEd 2. AFAIK, apart from UT most games that use the Unreal engine come with the old version of UnrealEd. So the answer is, until the relevant game companies upgrade their game editor, no.
I've installed the pack but there's no sign of the new tools in UnrealEd. 

Check that you've correctly installed the pack. Look in your UnrealTournament.ini file in your favourite text editor. You should find one of these lines depending on which pack you are using (do a search on "tarq"):

EditPackages=TarquinBrushBuilders
EditPackages=TarquinExtrudeBuilder
EditPackages=ExtendedBuilders
under the [UnrealEd.UnrealEdEngine] section. 

This should be under the [UnrealEd.UnrealEdEngine], and not [Editor.EditorEngine].

If you can't see the line that corresponds to the pack in the right place, quit UnrealEd, insert it and reload.


The UnrealEd toolbox has some extra icons but they are blank. 
Check that the .BMP files that came with the pack are in your UnrealTournament\system\editorres folder. The filenames are all of the form BBTarquin[name].BMP
Can you make a tool that can merge brushes / split polys / add vertices / make coffee / etc 

No. UnrealEd has a very nice plug-in architecture: when it loads, it looks at all the classes under Object >> BrushBuilder and puts an icon in the toolbox for each one. The built-in brushbuilder tools are made in the same way. All a brushbuilder can do is read the parameter list and built the red builder brush from scratch.

All I've done is write some new classes and put them in a package file that UnrealEd loads. I know very little about the inner workings of UnrealEd and AFAIK it may not be modified under the terms of the license.


UnrealEd won't load / crashes / etc. 
See previous answer. Then go read Crashing UnrealEd or Unreal Mapping FAQ.

Reference

There's also:

Suggestions

Related Topics