Search found 394 matches

by SC]-[WARTZ_{HoF}
Wed May 20, 2020 2:52 am
Forum: ROCKET-X
Topic: RocketX-9_01 Beta on RX Server
Replies: 77
Views: 67470

Re: RocketX-9_01 Beta on RX Server

It seems to me that whoever is not the pilot can see the player's jet in flight just fine. It is the pilot of the jet that is affected by bOnlyOwnerSee. Now when Nels had added his checks in that class... this caused me the pilot to see that my translucent jet mesh was located where I launched from ...
by SC]-[WARTZ_{HoF}
Tue May 19, 2020 8:59 pm
Forum: ROCKET-X
Topic: RocketX-9_01 Beta on RX Server
Replies: 77
Views: 67470

Re: RocketX-9_01 Beta on RX Server

I posted your query on Discord Nels under dev-rocket-x9. EDIT: from what I see in Engine classes. C:\UnrealTournament\Engine\Classes\Actor.uc (3 hits) Line 31: var(Advanced) bool bOnlyOwnerSee; // Only owner can see this actor. Line 566: bHidden, bOnlyOwnerSee; Line 569: unreliable if( DrawType==DT_...
by SC]-[WARTZ_{HoF}
Mon May 18, 2020 7:42 pm
Forum: Security Department
Topic: Miscellaneous guests
Replies: 12
Views: 12410

Re: Miscellaneous guests

I really dislike that UKBadBoy with it’s ridiculous blast radius. Sure it has a pretty explosion but is way over powered.
by SC]-[WARTZ_{HoF}
Sun May 17, 2020 1:49 am
Forum: General Discussions
Topic: Unreal Engine 5
Replies: 0
Views: 7368

Unreal Engine 5

This is just amazing.

by SC]-[WARTZ_{HoF}
Mon May 11, 2020 1:40 am
Forum: Mapping & Textures
Topic: I'm Looking Around
Replies: 5
Views: 3914

Re: I'm Looking Around

I see now. Thought this was something you found. Didn’t know you wrote it.
by SC]-[WARTZ_{HoF}
Sun May 10, 2020 11:37 pm
Forum: Mapping & Textures
Topic: I'm Looking Around
Replies: 5
Views: 3914

Re: I'm Looking Around

That was in a map under mylevel. You come across some strange things in maps.
by SC]-[WARTZ_{HoF}
Sun May 10, 2020 5:41 pm
Forum: ROCKET-X
Topic: RocketX-9_01 Beta on RX Server
Replies: 77
Views: 67470

Re: RocketX-9_01 Beta on RX Server

Those resources from NW3 can be included in the mod. Matter of fact this has been done before for RX7UL and RX8UL. There is a more recent http://medor.no-ip.org/index.php?dir=Zeroping/Newnet/&file=RXU9.zip I don't consider this RX9 because it is RXU9 and the description is Rocket X Launcher. By...
by SC]-[WARTZ_{HoF}
Sun May 10, 2020 7:44 am
Forum: ROCKET-X
Topic: RocketX-9_01 Beta on RX Server
Replies: 77
Views: 67470

Re: RocketX-9_01 Beta on RX Server

Didn’t realize there was already an RX9. No matter plenty of numbers left.
by SC]-[WARTZ_{HoF}
Sat May 09, 2020 9:12 pm
Forum: ROCKET-X
Topic: RocketX-9_01 Beta on RX Server
Replies: 77
Views: 67470

Re: RocketX-9_01 Beta on RX Server

Those resources from NW3 can be included in the mod. Matter of fact this has been done before for RX7UL and RX8UL.
by SC]-[WARTZ_{HoF}
Sat May 09, 2020 12:29 am
Forum: ROCKET-X
Topic: RocketX-9_01 Beta on RX Server
Replies: 77
Views: 67470

Re: RocketX-9_01 Beta on RX Server

I did another test and this seems to work fine.

Code: Select all

	//Nelsona: And Where is OWNER ? Does it always Exists ? //SC: The Owner is the pilot.
	if ( Owner == None ) //Ns Add - I don't care What and IF is updated and why would have a NONE deal
		return;