Jump to content

Tut

Administrators
  • Posts

    3,521
  • Joined

  • Last visited

  • Days Won

    116

Everything posted by Tut

  1. Hello @Acenox, when selling resources please be mindful of the details you're providing to eventual customers. A bit more information surrounding the price and features that the resoruce has would do. Moving this to Resources forum. Please use it for selling resources in the future. https://forum.multitheftauto.com/forum/87-resources/
  2. Tut

    City Map

    Adding to the above, I'm currently working on a semi large scale project outside of SA map. We have 5000 units on each axis (so essentially 16000 square meters instead of 6000 which SA uses) to build on. We'll be replacing world objects from San Andreas by using colshapes to load/unload custom models. Essentially you have a cuboid shape, and if ID 1337 is inside of the cube, it will be replaced by a custom object. If it's outside of the shape, say in SA map, it will retain its original model. This allows us to replace virtually any object we want, so long as we do it outside of the locations where it's currently mapped in San Andreas. We'll be using this or something similar for replacing vehicles too, so we can have different types of trucks and boats. There are map boundary limitations that we're not going to care about that much, but it's something you should take into consideration when creating maps that are combat oriented, etc.
  3. I like it a lot, great recreation A few things I would consider is the overall speed of vehicles and animations, for some scenes I would record in say, 0.8 or 0.6 game speed, just to get a more smooth movement. For the camera I would use a camera tool instead of panning and cropping in post. It gives you more creativity space and I have personally used it for many years:
  4. Tut

    need to help

    I suppose you're asking how to map inside of buildings. What they did is they edited the model of the LSPD building, cleared its entrance and embedded the LSPD interior into the LSPD building. It's essentially an open world interior. You can get started by learning 3D modeling and getting the GTA SA tools for the application you prefer. I have some threads that may help: https://forum.multitheftauto.com/topic/119240-mta-modding-in-3d/ https://forum.multitheftauto.com/topic/118473-knowledgebase-modding-faq-and-help-thread/ It's worth noting that Autodesk has recently updated their education license terms, and it may not be applicable to everyone unless they have proof of being a student. I'm currently getting in contact with Autodesk regarding this myself.
  5. Hi and welcome to the forums @ReVolIT. In MTA you're not able to add new model ID's. Having a modified vehicles.ide seemed to cause the crash. Can you please restore the file or reinstall your game and then retry loading the game. You can find MTA vehicle ID's that are able to be replaced here: https://wiki.multitheftauto.com/wiki/Vehicle_IDs
  6. Tut

    Help Shader

    You could try reverse engineering this carshine shader by Dutchman/ren712: https://community.multitheftauto.com/?p=resources&s=details&id=15260 Doing that it should give you a good starting point and knowledge of how reflection shaders are coded.
  7. https://wiki.multitheftauto.com/wiki/Clothing_Component_IDs If you're looking for a more convenient method of loading custom textures, use shaders instead. They don't change any file data but are mere overlays. Think of them as a clean paper that you wrap n tape on top of a rusty paint of a beer can. You're not editing the beer can's paint, but instead you're wrapping a patch around it. This is why shaders are more sought after from servers which want to customize themselves without limits. https://wiki.multitheftauto.com/wiki/DxCreateShader
  8. Tut

    HUD Error

    Textures looks right to me. Might be an issue with the script.
  9. Tut

    HUD Error

    Can you please attach the file that you edited here. Additionally, mention which program you were using.
  10. @(?)Necroslord there's already an advertisement thread up for the same server. Can you and your team please coordinate who creates the post instead of having multiple people create duplicates. Thanks. For reference: https://forum.multitheftauto.com/topic/125314-the-walking-dead-dayz-500-vehicles-the-unknown-clan-english-zombies-killing-survival-100-players/
  11. Tut

    [HELP] Convert map

    Can you please try Patrick's converter:
  12. Tut

    Textures problem

    Can you please help us understand what resolved the problem?
  13. Tut

    Textures problem

    I suggest you install GTA with a clean, legal copy of the game to verify that it isn't a cause of modded files, which are found in cracked, illegal game copies.
  14. I think you should be able to use this resource if you just need to move a selection of objects simultaneously:
  15. Tut

    Textures problem

    I don't know. Best bet would be to install a clean copy of the game just to make sure that it isn't an issue belonging to local files.
  16. Hello @Alshikeh, welcome to the forums. Can you please explain why you need to merge it to one object? Your performance will (in some cases) be hurt a lot by doing so. What exactly are you looking to merge?
  17. Tut

    Textures problem

    Alright that looks far from a case of occlusions. It seems that your PC does not have enough resources to use on MTA so it's unable to load every object. Try going into MTA settings > advanced > set streaming memory to maximum. It could also be an "out of bounds" area in the race map where players aren't mean to go. This would be ideal to improve performance, albeit I don't think that's the case for this one.
  18. Tut

    Textures problem

    The video is unavailable on my end. Can you please try uploading to streamable or some other website. When you say that some buildings disappear, my immediate thought would be it's related to occlusions. Can you please try using the function https://wiki.multitheftauto.com/wiki/SetOcclusionsEnabled to disable occlusions in the entire world. It's as simple as this: setOcclusionsEnabled( false ) If this resolves it, you can define where to disable occlusions by creating a colshape and attaching the function to that shape.
  19. Tut

    Error loading TXD

    Can you please mention the problem with the mod before I load it in. Last time it worked just fine except it was missing a few textures.
  20. Tut

    Unknown Error

    Can you please send a screenshot of the error message. There must be a code tag or something more than just 'Unknown error'.
  21. Hey @TheLegend-EG, can you please look into adding more details surrounding your request. See:
  22. Hello and welcome to the forums @TommyInfinity. I'm sorry to disappoint you but this has already been asked and answered many times in our forum. There's currently no plans for this. I can however say that there are other multiplayer mods for GTA V such as RAGE MP and alt:v to mention a few. For reference: https://forum.multitheftauto.com/topic/124999-mtav/
  23. I suppose you mean this mod. https://www.gtagarage.com/mods/show.php?id=9062 You can make any vehicle enterable, so long as you know how to create vehicle models and collisions. I have some beginner's guides to that in my sig, should you be interested.
  24. Tut

    Substitutions do not work

    You'll have to modify your mtaserver.conf file found in: MTA San Andreas 1.5\server\mods\deathmatch\ to allow clients to connect with custom gta3.img. For anticheat reference, see: https://wiki.multitheftauto.com/wiki/Anti-cheat_guide As far as I'm aware this will resolve the issue.
×
×
  • Create New...