Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - BehemothProgrammer

Pages: 1 ... 5 6 [7] 8 9 ... 23
61
Name: Buried Kingdom
Author: Behemoth Programmer
Description: Your expert tracking skills have led you to an ancient kingdom buried deep below the surface filled with tons of loot for the taking. Take all the riches you can hold and get out of there. Better get a move up as a group of rival bounty hunters have teamed up against you and are descending upon your location at this very moment.
Download: BP_BuriedKingdom.kpf (mediafire) | BP_BuriedKingdom.kpf (TurokSanctum)


Blender Map file for assisting you in creating your own map. (Please read the Readme.txt file in the zip file for more details): http://www.mediafire.com/file/898v4lpckrpidvl/BP_BuriedKingdom_Blender.zip/file

Recommended Difficulty: Normal
Average Play Time: 15 minutes
Enemies: 300
Secrets: 5
Gold Bars: 25
Crystals: 1

Other mods by BehemothProgrammer:
Fox McCloud Biker
BP Biker Computer Voice
PS1 Small Crosshair

62
Maybe try doing one of the play sound events on tick in the particle.

Code: [Select]
[11] //active
{
eventID = 0 //Play Sound
params = { 15210.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 }
}

If one of the play sound events don't work try the others. And if the sound keeps playing every tick set bOneInstancePerSource = 1 in the sounds .ksnd file. And if none of that works then I guess you'd need to do scripting.

63
Turok 2 Seeds of Evil Modding/Mapping / Re: Coop Mod v0.8.9
« on: August 12, 2018, 12:15:11 AM »
Been awhile since an update so I'm updating now even though I'm still not done v0.9 stuff. Anyway, lots of good stuff in this one, see below for details.

  • Created custom UI for looking at your current progress, and warping (when in a checkpoint station).
  • Open the custom menu by selecting the special menu weapon that will prompt you to press fire after remaining still. Use your mouse (look input) to move the cursor and press fire to select options. Pressing jump, crouch, zoom in/out, or alt fire will close the menu.
  • The host can now assign a party leader with 2 new console commands: "call leader0" .. 15, and "call noleader". The party leader is the only one who can advance to a new map by entering a warp portal. By default the first player is the leader. If the assigned leader is no longer in the game, the leader is automatically reassigned to the first active player.
  • Enemies can cloak again without crashing the game in MP
  • The Flashlight is back and has the blue soft light (that was in the beta) that lasts for 30 seconds and slowly fades out.
  • Flare gun charge is now displayed on the gun and plays a sound when fully charged. Flare recharge time increased from 6.0 to 8.0 seconds. And fixed flare gun charge when cheat unlimited ammo was on.
  • By default enemies will no longer vanish after being killed. Enemies position and yaw are now sent to clients when they change and the enemy is dead.
  • New Server Command "call aivanish" - Toggles AI from vanishing shortly after dying
  • All map warps are ready for use when I get the change map script function. Until then a message is displayed: "Go To <Map Name>" telling you what map to go to next. Doing so will warp you to the correct location within that map.
  • Removed the MP victory process that took you to a random map when entering portals.
  • End level portals now require all missions to be completed.
  • New Cheat Server Command "call stations" - Unlocks all Checkpoint Station Warps
  • When you run out of lives the message "Game Over" is displayed and covers the screen. Once I get the change map script function this will restart the current map.
  • On Game Over and failing a Totem map, the game state will be restored when the next map begins.
  • Some Hud Messages now attempt to only display messages to certain Users such as the "<item> required" and "Waiting For Party Leader..." messages.
  • Child arm and feet textures restored.
  • marsh 3 fixed missing and incorrect placed regions on roof near watch tower
  • port 2 added a small bridge where you had to jump into the opening in the wall sideways, and fixed some region draw orders, and fixed some in door lightmap issues, and added a ladder shortcut before the child area.
  • The HUB Checkpoint Station will now always give you health and ammo
  • Switched the River of Souls Talisman and Feather with Death Marshes
  • Additional Checkpoint was added to map Blind 1, where the firestorm cannon is located
  • Players death state is now synced
  • Network now sends 6 bytes less per AI update
  • Weapons and the flashlight will no longer respawn when all players have picked it up
  • Marsh 6 - many fixes for event regions and added a wall higher up for the feather so you can't easily get it and are now forced to go through the level as it was intended.
  • difficulty settings now matter for Port 1-9. The rest of the maps will be in next update. (hopefully. This is a lot of work)
  • When loading an old version of a Co-Op game. The load is prevented and a message is displayed to inform you that it's no longer compatible with the current version of the COOP mod you have.
  • When saving a Co-Op game, the save slot name now includes the version number
  • Dima Chotin fixed up the German localization

64
Nice, I like the lighthouse and Timbers face in the middle there. You're just bringing DKR to all the best N64 games aren't ya.

65
Other Games / Re: Forsaken EX
« on: August 01, 2018, 08:28:44 PM »
I made a quick mod for Forsaken EX. You can play as Fox McCloud in his Arwing with Star Fox voice overs. BP_ArwingFox.kpf

66
Seems it doesn't do the Nuke effect on enemies if they have a ScriptComponent attached to them.

67
Turok 2 Seeds of Evil Modding/Mapping / Re: Coop Mod v0.8.7
« on: July 21, 2018, 07:19:52 PM »
This is another big update that includes: Saving and Loading of Coop Progress, checkpoints, secrets, more cheats, and lots of awesome fixes. Checkout the details below.

Pretty crazy there's only 2 things left on my to do list for v0.9: The Primagen/ending, and Difficulty setting.

  • Added Saving and Loading of COOP progress! Created a starting map in Singleplayer for the server to save/load your game and coop progress. As the server select New Game in the main menu to go to the map and save or load your coop progress. Warning: Any future versions of the mod will be incompatible with older versions.
  • I've fixed a known issue. Dynamically spawned pickups will now show their pickup message and play a sound/voice for clients.
  • Removed the old checkpoint system and went through all the maps and added checkpoints throughout the maps.
  • Fixed the issue for clients where when the AI was wounded would replay the wound animation 1 or more times. I've prevented the modestates wounded bail out and now it only plays once, yay!
  • You can now trigger special secret regions. And added all the special secret regions and eventlinks to all maps.
  • Number of secrets found is now displayed in the "call stats" text menu.
  • A cheat flag is now set if any server cheat commands are used and is shown in the "call stats" text menu. (currently has no effect)
  • new cheat console command, call tiny (makes all enemies tiny)
  • new console command, call dif0 .. 3, to change the difficulty. Difficulty is shown in the "call stats" text menu and will take effect when the next map begins.
  • new cheat console command: call secrets (All secrets become found)
  • new cheat console command: call lives (Toggles infinite lives)
  • Totem maps now display the number of enemies remaining at 75%, 50%, and 25% of enemies left.
  • Player ammo and health is now saved as it changes
  • Flame Thrower now uses the particle trail from SP
  • Tek Bow has the wind up before the explosion again. Added blood particles when tek bow hits flesh and creature surfaces.
  • Fixed some of the weapon speeds for the fast weapons cheat.
  • Health Generators in blind eye boss are no longer initially active
  • Added a switch in Port 6 to lower the last bridge
  • Added a missing region in River 9 and removed part of the left wall at the beginning giving a more open feel, and added a broken bridge there, and added a secret, and removed an overlapping static mesh on the map, and added a jump pad near the checkpoint station.
  • Lowered chance of death marshes prisoners from playing the call help sound
  • In Lightship 1, fixed a part where you could get stuck
  • In Lightship 3, made the player walk over regions to activate upper switch instead of using the switches touch radius.
  • river 4 bridge gap can now be crossed from both sides once you've reached the other side
  • Hive 6 removed incorrectly placed wall static meshes in main generator area
  • Mother inhale attack in stage 2 is no longer invincible and has a higher chance to do inhale in stage 3.
  • Removed custom gfx: Turok Face, and HUD Bar.
  • After completing a Totem map you will receive an inventory item to indicate that you've successfully completed that totem map.
  • Added another cover object at the end of port9
  • Removed lava flag on damage regions in Marsh 3 oblivion portal
  • blind lair 4 added warp portal instead of falling down a hole to reach the thermal vent to signal it's on the same map.

68
Does this kind of particle spawn statement:
Code: [Select]
BP::Spawn::.Particle(BP_Particle_Groundpound, @self, self.Origin() + kVec3(0.0f, 0.0f, 20.0f)); not work for weapon scripts? I've been trying everything to get this to work with weapons.
You have a period before .Particle

Hey man how come the Damage Type for Nukes which is Event Type 33 causes explosive damage event  type 17 instead? Did you disable this somehow? Can it be fixed?
I don't know. I'll have to look into that sometime.

69
If you change loopframe value you'll see what it does. To make an animation shorter you can change the speed of it in the anim file or in script, or remove frames which fireseed doesn't do right now.

70
Looks like it's the mod because I see some particles that are spawning blood particles on impact with: "default", "stone", "metal". You can look at each of those particle files and try changing them back to the way they were for those surface types by referencing the games particle files of the same name.

Pages: 1 ... 5 6 [7] 8 9 ... 23
SimplePortal 2.3.6 © 2008-2014, SimplePortal