Search found 10 matches

by Alien3674
Wed May 01, 2024 5:08 pm
Forum: Skins & Models
Topic: UMS Marine for UT
Replies: 7
Views: 657

Re: UMS Marine for UT

HD Skins for UMS Marine UT. image.png HD skins for the UMS Marine UT addon. Contains a pack of HD skins, a mutator only for replacing the skins of the bloody parts of the Marine with the HD version. The basis of the HD version of the skins and the mutator code is taken from the High-Resolution Skins...
by Alien3674
Mon Apr 22, 2024 1:43 am
Forum: Skins & Models
Topic: UMS Marine for UT
Replies: 7
Views: 657

UMS Marine for UT

Independent version of the RtNP UMS Space Marine model, for UT. Marine_allColors.jpg An addon update for the UT version of the game created about 10 years ago, сontinuation of this topic: https://ut99.org/ut99.org/viewtopic.php?t=15353 . This addon is only compatible with the UT version of the game....
by Alien3674
Fri Mar 08, 2024 4:40 pm
Forum: Skins & Models
Topic: About the UMSSpace marine models from U1
Replies: 47
Views: 4644

Re: About the UMSSpace marine models from U1

Laisum - it's me, lol. :mrgreen: I lost you too and couldn't get in touch. My HDD broke and I lost contact with you for some reason. It's been a long time. If it's my fault, I apologise.) Yeah, here you are, sly fox. I completely forgot about this Marine, I need to find time and finish it. Are you ...
by Alien3674
Tue Nov 28, 2023 8:51 pm
Forum: Skins & Models
Topic: About the UMSSpace marine models from U1
Replies: 47
Views: 4644

Re: About the UMSSpace marine models from U1

Version 2 is in the works :D

ImageImage
ImageImage
by Alien3674
Tue Nov 28, 2023 8:04 pm
Forum: Mapping
Topic: Can Movers move from key to another then immediately goes back to the first key?
Replies: 11
Views: 1396

Re: Can Movers move from key to another then immediately goes back to the first key?

Even though I have little bit of knowledge when it comes to programming, I never got into UnrealScript unfortunately. BeyondUnreal looks like a good start but what editor do you guys use? I use a VSCode editor with the UnrealScript extension. Try to do this: open my test level in the editor with a ...
by Alien3674
Sat Nov 25, 2023 4:53 pm
Forum: Coding, Scripting
Topic: Overwriting a state function
Replies: 2
Views: 964

Re: Overwriting a state function

By simply redefining a function with a state.

Code: Select all

state PlayerWaiting
{
	function ProcessMove(float DeltaTime, vector NewAccel, eDodgeDir DodgeMove, rotator DeltaRot)
	{
		//The function has been redefined, yuor code here
	}
}
by Alien3674
Thu Nov 23, 2023 11:25 pm
Forum: Mapping
Topic: Can Movers move from key to another then immediately goes back to the first key?
Replies: 11
Views: 1396

Re: Can Movers move from key to another then immediately goes back to the first key?

The ConstantLoop state from Unreal 227. Can be used by adding a MyLevel package to the level, or as a separate package. The code is checked for UT469c. class ConstantUTMover expands Mover; state() ConstantLoop { Ignores UnTrigger, Trigger; function DoOpen() { local byte i; if (bOpening) { i = KeyNum...
by Alien3674
Thu Nov 23, 2023 7:00 pm
Forum: Mapping
Topic: Can Movers move from key to another then immediately goes back to the first key?
Replies: 11
Views: 1396

Re: Can Movers move from key to another then immediately goes back to the first key?

If you are familiar with UnrealScript, you can use the mover code from Unreal 227 ConstantLoop state.
It moves from key to key, then goes to the first one, that is, Key0 => Key1 => Key2 (no more keys) => Key0 => Key1 => further in a circle.
by Alien3674
Thu Nov 23, 2023 6:53 pm
Forum: Skins & Models
Topic: About the UMSSpace marine models from U1
Replies: 47
Views: 4644

Re: About the UMSSpace marine models from U1

EvilGrins wrote: Wed Nov 22, 2023 5:48 am
Alien3674 wrote: Wed Nov 22, 2023 12:37 amIt is very interesting how this screenshot appeared here?
Not at all interesting, I put it there. When discussing the topic I did a search for any related material and found that.
It's a pity, I was hoping to find the author of the team color skins.
by Alien3674
Wed Nov 22, 2023 12:37 am
Forum: Skins & Models
Topic: About the UMSSpace marine models from U1
Replies: 47
Views: 4644

Re: About the UMSSpace marine models from U1

Found one of them... Ive seen this gamemode before, However its only that. I swear i've seen an actual playermodel of the UMS Marine. EDIT: http://www.old-games.ru/forum/attachments/3a57021955c9fa03abcabe2fac2c0142-jpg.63252/ Looks like its for Unreal, But I'm convinced through a few script tweaks ...