Page 1 of 7

UED Add ons

Posted: Tue May 13, 2014 5:31 pm
by Acid.OMG
Where can I find the add ons for unrealed.. I remember I used to have different brushes like a donut and various other shapes.... Where can I find these?

Re: UED Add ons

Posted: Tue May 13, 2014 5:54 pm
by Cronoloop

Re: UED Add ons

Posted: Tue May 13, 2014 6:45 pm
by UT99.org

Re: UED Add ons

Posted: Tue May 13, 2014 7:50 pm
by Acid.OMG
Thanks guys...

What are these for btw?

GubarBrushBuilders


MapPurger

Re: UED Add ons

Posted: Tue May 13, 2014 8:48 pm
by Chamberly
A link to someone talking about the custom button as well:
http://www.i4games.eu/forum/t6841-anyon ... highlight=

Different links in there.

Re: UED Add ons

Posted: Tue May 13, 2014 11:21 pm
by UT99.org
medor wrote:
Acid.OMG wrote:Thanks guys...

What are these for btw?

GubarBrushBuilders


MapPurger
GubarBrushBuilders
Custom brush builders for Unrealed 2.0

Version: 1.0
Author: Gabor Kovacs (Gubar)
Email: info@unrealarchives.com

==================
FEATURES

Adds Tessellated Brush Builder button to the UnrealEd interface.

==================
INSTALLATION NOTES

Copy GubarBrushBuilders.u to your UTSystem folder
Copy BBTesselatedBrush.bmp to UTSystemEditorres

Add the following line to your UnrealTournament.ini file in the 'EditPackages' section:

EditPackages=GubarBrushBuilders

==================
COPYRIGHT

You may do whatever you want with this add-on as long as it is non-commercial use.
And it's a nice thing toi give credit to the author.
http://unrealtournament.99.free.fr/foru ... =51&t=2485



MapPurger
custom brushbuilder last year that cycles through a given map and can remove/replace specific actors all at once within the editor

Map actor/package purger v1.0 - for use with Unreal 227/UT (UnrealEd 2.0/2.1)

Usage:
- Add "MapPurger" to your EditPackages in Unreal.ini/UnrealTournament.ini, open UnrealED
- Right-click the newly created button in the toolbar to see options
- Choose a package and hit "Build" to remove all references to that package in a level

Additionaly, open the class in the editor and you can modify the code to add extra
packages or functionality!

WARNING: Make sure you remove the code references to that package after you've purged
the map of those actors, otherwise MapPurger won't be able to load next time since
the code is refering to a package that no longer exists in the map!

Gizzy, 2013
http://unrealtournament.99.free.fr/foru ... =51&t=2526

Re: UED Add ons

Posted: Wed May 14, 2014 5:39 am
by Dr.Flay
Hopefully I updated all the DL links in the wiki as there are a few brush builders available.
They are just pre-made brush shapes for you to reshape.

Hellkeeper has a tutorial for Tarquins builders, in French and English.
http://hellkeeper.net/tutoriaux.php

Re: UED Add ons

Posted: Wed May 14, 2014 7:40 am
by Spectra
The TEBB is really great tool.
There is one small correction you need to do (below pic with red Rectangle), instead of "ShapeSource" it should be "PathSource".
Incorrect.jpg
I have one question.
How did you subtract that custom room brush?? Did you use 2D shape Editor for that or with the help of TEBB??
SubtractCube.jpeg
I tried, but the brush is subtracted from inside.
MySubtractCube.jpeg

Re: UED Add ons

Posted: Wed May 14, 2014 11:19 am
by Hellkeeper
Oh, someone actually reads my stuff, great news!

Regarding the room,it's just a set of 2 or 3 subtracted brushes to get 90° and 45° angles, it was done with normal cubes and vertex-editing. It's just a test room to demonstrate how to use the TEBB there for trims, don't pay attention to it ;)

The error has been corrected, thanks for pointing it out. I tried to be as thorough as I could when explaining each setting, so tell me if you find it clear or nor and if there are things which you thing should be added/said differently etc.

Re: UED Add ons

Posted: Sat Apr 29, 2017 9:13 pm
by sektor2111
Time to bump a dead body for something.

I was working last time to some garbage map with stuff not for MonsterHunt... and I have realized that I need some tool in Editor for replacing some stupid Pawn with an alias Default in order to clean the mess during game Play. Purpose is to replace a monster or any actor with an alias with the same position in the same location - even copying TAG ( perhaps I have to add Event too ), also removal of paths without writing commands but only 3-4 mouse clicks (for mouse addicted users). Removal of crappy Player Types added mooing the game, even removing all sort of Pawn used (default matches doesn't need anything like that), and... in a clean map state command for defining paths ("paths define" for whoever needs it), including garbage removal command.

Of course map in cause has been screwed with content into MyLevel but... such a task probably is better to have another way - replacing with stock actors all evil content using a... "builder" add-on.

Until Higor or other advanced Coder will come with something more featured (linking two selected nodes with any matter, etc.) I'll finish my toy and probably if is requested I'll add it as attachment here...
Probably I'll try to launch XC_GE if possible in order to connect Two rebel Nodes if Editor doesn't connect them in default build using XC_Engine_Actor.

Edit:
Nope, transient XC stuff seems to not want to load in Editor for executions, being None... Anyway the rest of functions I think are good as they are.
[attachment=0]Cleaner_Add_On.PNG[/attachment]

Edit2:I've just noticed this False information:
UT99.org wrote: MapPurger
custom brushbuilder last year that cycles through a given map and can remove/replace specific actors all at once within the editor
http://unrealtournament.99.free.fr/foru ... =51&t=2526
MapPurger DOESN'T REPLACE anything, is a cleaner-only by deleting actors on demand.
Perhaps I have to implement something for MH mapping - a quick "mover-fix" feature and some lousy Monster checkers. Huh ?

Re: UED Add ons

Posted: Sun Apr 30, 2017 12:47 pm
by Barbie
sektor2111 wrote:I need some tool in Editor for replacing some stupid Pawn with an alias Default
I had to do this only a few times by now and did it by exporting map to T3D format, replacing "Class=Unwanted" by "Class=Wanted" (and also "Name=Unwanted*", if desired) with a text editor and reimporting it. Worked fine so far.

Re: UED Add ons

Posted: Sun Apr 30, 2017 7:13 pm
by sektor2111
One of my default issues is that one where I work a bit for something simple, on purpose to get the shortest route to the goal.
I mean No t3d export, no Text Editor, just a Button like for a simple cube builder where you have "options" included my pathing macro commands applied directly by Editor using mouse clicks and not writing stories in console.
Above Window is now... bigger somehow. By selecting True at some options (and parameters if they need) in 2 Milliseconds or less Editor will work for you excepting you from selecting actors checking properties (main movers by example) by pressing Build Button. Let me quote a few Features added:
- bRemoveTrash - does 2 Commands like Obj garbage - flush ( but with 3 mouse clicks - and maybe some ENTER at toggling bool values);
- bRemoveNavNetwork - is removing all Path-Net - all conenctions on purpose to have a clean future Path-Net properly modified;
- bPreNavigAddHck - means Pre Navigation Hack For Manual Build Nodes - even in small places but which can be connected;
- bBuildNavNetwork - This will build connections between NavigationPoints;
- bRemoveBullshit - Is against noob cube drawers :loool: adding Players in map - will except you to find them - Editor is finding things faster enough;
- bRemoveMonsters - No more life forms will exist after using this - except those cameras used by Editor itself;
- bCullTextures - does a Texture Cull command if you are lazy at writing it;
- bTweakMHMovers - ahah, simplest way to set movers (not all dumbness is fixed because we have geniuses guessing the mostly) but it does a default crush mover fix, and has dependent optional sub-features:
a - bTweakMoverGroup - attaching an unique group. Need map save and map reload and then activating all New groups;
b - bDoPawnOpenMover - making mover accessible by Monsters;
c - bBadTrgMoverFix - fixing bullshit TriggerControl used with Dispatchers, etc. by ignorant cube drawers (those are not mappers as they claim);
d - bNoGrabMoverCheat - another fix for clueless cube drawers;
- bTweakMHFactory - here we speak about craps set in Factories any of these 2 stock ones having sub-features:
a.1 - bChkMHFactAttack - Factory can react as a trigger and will not be fired if a creature is touching it, only by players/Bots.
- bBoostAmmo3X - a feature for those hunters playing without regenerators, making ammo to spawn 3X faster and having 3X default load ( example not 10 but 30 projectiles per piece collected );
- bXCPostNavHck - After using repeated XC_PathBuilder and Inventories losing marker data (ring bell, Master Higor) this feature will recover Inventories properly to their InventorySpots because they were divorced;
- bReplaceActor - this is self Explanatory - A SuperDuperPupae can be turned into Pupae with Event and Tag accordingly (I did not added other features) just a simple replacement. You might need to move through Edit Window a bit for figuring changes if classes looks similar because rotation it's in account as well... This is coming with 2 boxes:
b.1 - ReplaceType - Actor to be replaced (eg Pathnode) - Editor will complete class properly;
b.2 - WithType - Actor used as replacement (eg SmallNode) - Package has to be loaded first or else... it's your crash not mine - also class name has to be mentioned and Editor will complete formula for you;
- bSPawnTweaks - essential ScriptedPawn tweaks (some people are dumber than sh!t), here we have some "reset" for pawns and health limited as well - this can be enhanced as well with more stuff....:
c.1 - MaxHealthAllowed - sub-option of above Bool value;
- bNoRotateWeapon - this is for helping mappers to set weapons which are not rotating in game without to mock replacements with dumb setup. It does include a sub-option:
d.1 - ChangedRespawn - for weapons which are not rotating you can set a RespawnTime (not less than 3 seconds - preventing spamming log-pickup file for dumb admins).

Features can be used multiple at once but you have to look well what you do - by destroying pawns you will not fix monsters as long as they are vanished first. But firing Pathing macro and Purging Garbage works together if BUILD button is pressed with above Bools set TRUE, or in any case where these multiple actions are not linked each-other in any way.
[attachment=0]Map_Grb.PNG[/attachment]

I did a sample test in Map MH-Demons][ that one crashing more servers in the past - even if has good Bot Support for advanced MH types (just wonder if a Test feature it's needed in MH which I was writing nearby MHBotyMan4).
In this map you'll be "glad" to see what settings have been done (Editor.Log)- I don't know who was running that in normal conditions in that time... Anyway it's fixable also in run-time so is not a problem as it is for me, but some of them with "U4eGauntlet" game content are utter garbage for MH subject having nothing in common...

Re: UED Add ons

Posted: Tue May 02, 2017 8:11 am
by sektor2111
OK, at this moment I'm pretty much ready (updates will come when are needed). The note about this toy is the fact it moves pretty much fast even on a lousy machine if map is small. In order to see if it was doing something or not, you have to watch console log in Editor.
This is the toy:
[attachment=0]MapGarbage.zip[/attachment]

Then keep going, dudes, I wanna see other toys if you have something for sharing...

Re: UED Add ons

Posted: Fri May 05, 2017 6:34 pm
by sektor2111
For above tool have been added: a paths corrector (PathNodes on purpose), hiding some default sprite Actors, un-hiding those default sprite actors (lights, triggers, etc).
[attachment=0]MapGarbage_01.zip[/attachment]

Re: UED Add ons

Posted: Sun May 07, 2017 7:22 pm
by papercoffee
Thank you very much for this handy tool. :gj: