Jump to content

Unstoppable

Staff
  • Posts

    53
  • Joined

  • Days Won

    8
  • Donations

    0.00 USD 

Unstoppable last won the day on January 15

Unstoppable had the most liked content!

Reputation

15 Good

1 Follower

About Unstoppable

  • Birthday March 5

Member Title

  • High interest in conflicts

Profile Information

  • Ingame Username
    Unstoppable
  • Gender
    Not Telling
  • Location
    Turkey
  • Interests
    Conflict.

Contact Methods

  • Website URL
    https://unstoppable.work
  • Discord
    theunstoppable_

Recent Profile Visitors

2,388 profile views
  1. The bug in player_info was fixed and will be available with the next TT patch. Thank you for your report.
  2. New commands are implemented to provide more information (not all of requested ones, but some of them) about players in a single command response and they will be published with the next TT patch.
  3. A fix for this will be available with the next TT patch. Thank you for your report.
  4. Thank you for your report. The problem has been identified and solved. A fix will be available with the next TT update.
  5. https://www.renegadeforums.com/index.php?t=msg&th=41315&start=0& Being unable to connect both to Tiberian Technologies and W3D Hub services highly indicate an issue on your end. Given you can visit both Tiberian Technologies and W3D Hub's websites, it might be an anti-virus blocking network activity.
  6. All of these crashes tell me that there is a decal rendering issue. If the crashes happen only in that map, you could notify the map owner about the issue and temporarily disable decals by changing "DecalLimit" HUD.ini property to 0 until it is fixed.
  7. HD maps mentioned in the post are related to Rencorner, not RenHD. They're downloaded via TTFS. @ TeamWolf @ Einstein
  8. Feature Overview The new updated weather system operates differently in two primary ways; by introducing more customization capabilities on a per-map basis, and by introducing the capability of rendering surface level weather VFX. The primary means of assigning a weather type to a level (rain, snow, ash) remains unchanged, via Mammoth. New Per-Map Options Your map-specific INI files (the same file containing skybox information and a couple of other things), now also contain new parameters for weather related settings, as well as a few additional skybox settings. All the new settings, including their default values, are seen here in this example: [SkyTextures] MoonTexture1=FullMoon.dds MoonTexture2=PartMoon.dds EarthTexture1=FullEarth.dds EarthTexture2=PartEarth.dds SunTexture=Sun.dds SunHaloTexture=SunHalo.dds MoonHaloTexture=MoonHalo.dds CloudTexture=CloudLayer.dds StarTexture=Star.dds LightningTexture=LightningBolt.tga LightningSource=LightningSource.dds [WeatherTextures] WeatherTexture=weatherparticles.dds ; Sounds look for presets by name, not audio files. [ThunderSounds] ThunderSound1=Thunder01 ThunderSound2=Thunder02 ThunderSound3=Thunder03 ThunderSound4=Thunder04 ThunderSound5=Thunder05 ThunderSound6=Thunder06 WarBlitzSound=SFX.Ambient_Explosion_01 [WeatherSounds] WindSound=Wind01 RainSound=Rainfall01 [WeatherEffects] ; When a weather particle hits the ground, it will generate a random ; number between 0 and 1000 and if that number is less than ; WeatherEffectChance, it will trigger the "weather effect". ; See surfaceeffects.ini for weather hitter type data. ; Value from 0 to 1000. WeatherEffectChance=750 ; Area size around the camera to render weather in. RainSize=20.0 SnowSize=40.0 AshSize=40.0 New Surface Effects In order to generate the new client-side localized weather VFX, you need to update your surfaceeffects.ini with additional hitter type entries for each weather type (rain, snow, ash). Once you have listed your weather hitter types, you can then assign VFX to them like you would any other hitter type. Below is an example for the Rain hitter type: ; Weather Effects ; RAIN [Light Metal_Rain] Emitter0=e_rainspla Emitter1=e_rainsplb [Heavy Metal_Rain] Emitter0=e_rainspla Emitter1=e_rainsplb You can do the same for the other weather hitter types. Bonus tip: If your project has an unused weather type (most likely Ash), you can remove the ash texture from weatherparticles.dds and then use that weather to, for example, create wind effects in a sandy map.
  9. What are the CPUs of the computers that you got the crash on?
  10. Are -n1 suffixed versions of these crashdumps are available? Other than that, all of these crash dumps are related with memory issues from what I can tell. You could try the following and see if it helps: Check for faulty RAMs using mdsched.exe on Windows Disable any optimizations or game overlays and boosters Update your BIOS (be careful, this could brick the system if not done right!) Remove one RAM stick at a time and try playing the game that way
  11. This happens when the map depends on assets from the original game and mostly happens in Co-Op servers which host campaign maps. Running "mixcheck.exe" in the game folder might solve the issue by downloading the missing maps.
  12. Scripts 4.8 Update 3 is now available. I would like to thank Unstoppable, Jerad2142, dblaney1 and cyberarm for their contributions to 4.8 Update 3 (If I missed anyone else who contributed to 4.8 Update 3, sorry). Changes made since 4.8 Update 2: New scripts and changes to existing scripts by Jerad2142. New scripts by Unstoppable. Added server.ini keyword DisplayUnteamedPlayersAsGDIPlayerCount that displays unteamed players as GDI in player counts and GameSpy listing (if enabled). Added new engine call Forward_Server and FORWARD_SERVER console command to disconnect a given client and forward them to connect to another one. Added new engine call Add_Shadow_Message that adds a message into chat history without displaying the message in the chat. Added tt.ini keyword SkipWOL that skips Multiplay Internet dialog and shows GameSpy listing directly. GameSpy listing now resolves all master servers instead of trying one by one, collects the reported game server addresses from all master servers and merges them to build the final server list. Added favorite servers support in GameSpy listing. GameSpy listing now sorts the servers by favorite, then by player count in descending order, then by ping in ascending order and then by server title in ascending order after every refresh. Selecting a message in chat history (Default: U key) and hitting Ctrl+C will now copy that message into clipboard. Use a different method to smoothen the fonts when the Render Scale option is set to a value other than 100%. Added an alternative rendering method for weapon charts if the aspect ratio of the render resolution is greater than 2.5. Fix an FPS counter/team header overlapping issue when a custom font file is in use. Fix Minimize On Lost Focus remaining enabled (visually) when Render When Unfocused is checked and Window Mode is Fullscreen in wwconfig. Introduced an enum type for purchase responses. (For scripts developers) If you are running 4.8 Update 2 (or any earlier version) you will be automatically updated to 4.8 Update 3. People wanting a full installer (to install from scratch or to do a full reinstall), a server download or a tools download can find them on the Tiberian Technologies website (www.tiberiantechnologies.org) in the downloads section. Appropriate source code for 4.8 Update 3 as well as the source files for the map fixes in 4.7 (which are the latest fixes we have) can also be found on the site. People who need Dragonade will have to follow https://github.com/TheUnstoppable/Dragonade for updates.
  13. The installer executable has been updated to solve some compatibility issues with Steam version of the game. Those who have the game in Steam has to install the TT patch again using the new installer available in the web site www.tiberiantechnologies.org. Specifically, the installer removes the compatibility settings in the registry that Steam version adds and removes the installScript.vdf file that helps Steam restore those registry values back, to fix the launcher and Windowed mode.
  14. Scripts 4.8 Update 2 is now available. I would like to thank Unstoppable, Jerad2142, Dghelneshi and cfehunter for their contributions to 4.8 Update 2 (If I missed anyone else who contributed to 4.8 Update 2, sorry). Changes made since 4.8 Update 1: Changes to existing scripts by Jerad2142. Added "Minimize On Lost Focus" in WWConfig that minimizes the game when window loses focus. (Only works when window mode is not Fullscreen) Added "Stretch to Fit Screen" in WWConfig option that stretches the window to fit the screen. (Only works when window mode is Windowed Borderless) Replaced Double HUD with Render Scale in WWConfig, that allows 100%, 125%, 150%, 175% and 200% scaling. (You may need to run WWConfig for this change to take effect) Resolution bar in WWConfig now displays the aspect ratio and the frame rate alongside the resolution text. The launcher will now wait for the game to exit for Steam to count the play time properly. Fixed an issue where players would not be able to move or interact with the game using the Steam version of Renegade. Fixed a bug that was causing a crash while entering Communications Center on second mission. (This may fix more crashes throughout the Campaign.) Text Clipping option from Text elements of HUD surfaces are removed. HUD surfaces will now bind to the render area that is scaled to Render Scale, instead of the raw screen resolution. Fixed memory leaks in Scriptable Dialogs and HUD Surfaces. Fixed issues with Windows DPI scaling messing up the window centering math. If you are running 4.8 Update 1 (or any earlier version) you will be automatically updated to 4.8 Update 2. People wanting a full installer (to install from scratch or to do a full reinstall), a server download or a tools download can find them on the Tiberian Technologies website (www.tiberiantechnologies.org) in the downloads section. Appropriate source code for 4.8 Update 2 as well as the source files for the map fixes in 4.7 (which are the latest fixes we have) can also be found on the site. People who need Dragonade will have to follow https://github.com/TheUnstoppable/Dragonade for updates.
×
×
  • Create New...