UID Collision Finder

Rating
N/A
Reviews:
1
Downloads:
150
Date uploaded:
6 Apr 2017 at 02:46

Download details

Re-upload/Edit Download
Author
Violet CLM (More uploads by Violet CLM)
Type
Mutator
Satisfaction
N/A
Screenshots

No screenshots yet.

File contents

UIDCollisionFinder.mut UID Collision Finder 2.17 kB 05 Apr 2017

Description

Technically this is a mutator, but you might also think of it as a Utility, one whose purpose is to help you in designing levels.

Clients and servers are able to communciate about the statuses of specific objects, such as pickups, because the game has assigned them “UIDs.” The U is short for Universal, but unfortunately that’s not always true, and multiple objects are sometimes assigned the same UID, which is known as collision.

The nastiest case of this is when both colliding objects are created by generators—usually pickups, because of how JJ2 level design tends to go—in which case one of the two colliding objects will stop spawning for clients altogether until the server specifically intervenes. For example, the bottom left corner of Battle3 has four rows of generating ice ammo pickups; however, the bottom row almost never respawns for clients, because their UIDs collide with events elsewhere in the level.

This mutator identifies which pairs of objects will be assigned the same UID, letting you fix those pairs before releasing your level. Collisions can be resolved by changing the positions of one or both objects, changing the eventIDs of one or both objects (e.g. replacing some bouncers with toasters), or changing the width of the level. Of course, remember to run the mutator again afterwards, because you might have introduced new collisions while removing the old ones.

This mutator arguably overgenerates in its reports: any two objects named will have the same UID, but that won’t necessarily be a problem. If a Steady Light and a Red Spring collide, for example, that doesn’t matter much, since there’s little reason the server would need to communicate with clients about either of those objects. Pickups being prevented from spawning is the worst case and should definitely be addresed. Still, all collisions get reported just in case, and you can figure out for yourself which ones are or aren’t worth worrying about.

Tags

You must log in to tag this file!

This file hasn't been tagged yet!

User Reviews (Sort by Helpful Index or Date Posted) Average: 0

Review by Blackraptor

Posted:
6 Apr 2017, 03:41
Way better than Aiko (862 Points)
Number of reviews with ratings464 Featured reviews35 Average helpfulness92%
Rating
N/A

Thanks to this handy little tool I patched a collision in pinball2k15 that involved the bottom right +1 carrot. Very useful!

2 of 2 users found this a good review. Did you? Yes/No

Post a review

You need to log in to post comments on this download.