Visit our Discord community hangout and have a real-time talk with the regulars, and keep track of UnrealSP.org developments.
Development on a new site is currently in-progress.
Until then, site contents are available on the Legacy site!
Additionally, newer content written by our staff is available in a temporary subforum.
We sincerely apologize for the delays in recreating the site.
Moderators: ividyon, Semfry, zYnthetic
Post Posted: 13 Feb 2014, 15:03
Code: Select all
#exec Font Import File=Textures\SCLargeFont.pcx Name=SCLargeFont PACKAGE=SkCampMeshes
Canvas.Font = Font'SkCampMeshes.SCLargeFont';
Post Posted: 27 Feb 2014, 19:35
Post Posted: 27 Feb 2014, 21:53
jaypeezy wrote:I have a general, conceptual question. I've created a barrel item for use in a map, where the goal is going to be defend the barrel from an onslaught of enemies. Is it even possible to adjust the code for the custom barrel, in such a way that it will draw its current health above or near the barrel itself? I've seen stuff like scope zoom percentage, ammo etc. drawn to a players screen; what I want is something that's actually above the barrel itself. Would I have to create a new object for that to work, or can it all be a part of the decoration?
Post Posted: 07 Apr 2014, 00:39
Post Posted: 07 Apr 2014, 04:13
Post Posted: 10 Apr 2014, 19:51
Post Posted: 15 Apr 2014, 21:58
Post Posted: 16 Apr 2014, 20:22
FixDir = (rotator(velocity)-Rotation).Yaw & 65535;if(FixDir>57343||FixDir<8191) //Is running forwardelse if(FixDir<24575) //Is running to the rightelse if(FixDir<40959) //Is running backwardselse //Is running to the left
FixDir = (rotator(velocity)-Rotation).Yaw & 65535;if(FixDir>8191 && FixDir<24575) //Is running to the rightelse if(FixDir>40959 && FixDir<57343) //Is running to the left
FixDir = (rotator(velocity)-Rotation).Yaw & 65535;if(FixDir>8191 && FixDir<24575) GroundSpeed=Default.GroundSpeed*(1.0+(FixDir-8191)/16384);else if(FixDir>40959 && FixDir<57343) GroundSpeed=Default.GroundSpeed*(1.0+(FixDir-40959)/16384);
Post Posted: 16 Apr 2014, 21:19
Post Posted: 16 Apr 2014, 21:54
Post Posted: 16 Apr 2014, 22:25
Post Posted: 15 May 2014, 15:50
Post Posted: 15 May 2014, 19:26
Post Posted: 30 May 2014, 18:03
Post Posted: 31 May 2014, 04:26
Return to “Content Creation”
Users browsing this forum: No registered users and 2 guests