Jump to content

Search the Community

Showing results for tags 'col'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Multi Theft Auto: San Andreas 1.x
    • Support for MTA:SA 1.x
    • User Guides
    • Open Source Contributors
    • Suggestions
    • Ban appeals
  • General MTA
    • News
    • Media
    • Site/Forum/Discord/Mantis/Wiki related
    • MTA Chat
    • Other languages
  • MTA Community
    • Scripting
    • Maps
    • Resources
    • Other Creations & GTA modding
    • Competitive gameplay
    • Servers
  • Other
    • General
    • Multi Theft Auto 0.5r2
    • Third party GTA mods
  • Archive
    • Archived Items
    • Trash

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Gang


Location


Occupation


Interests

Found 13 results

  1. Hi, I made an interior for the Unity Station, Los Santos. With day/night ilumination. Including a decorative little map. Check it at my channel! I accept Paypal!
  2. PAY METHOD: PAYPAL. PRICE: TALKING WITH CLIENT. Hi, I made this project a month ago, and finally is finished. I've recreated the Dubai's Audi Terminal (Audi Dubai Showroom Al Nabooda Automobiles LLC), in a 3D Model for GTA San Andreas, I tried to texturize the most HD possible, but you can change it whenever you want from the TXD file. If you want to load this model in your roleplay server of MTA (Multi Theft Auto), contact me on DISCORD! My user is below: ---[[[[[[[[[[[[[[[[[[[[[----Andrewss2#2404----]]]]]]]]]]]]]]]]]]]---- If you want the map (Decoration) too, let me know and we can make a deal. Details of the model on Discord :), feel comfortable asking me!. See ya :D. Shaders were used in the video: MTA San Andreas - Carshow Audi [Model 3D] - Vídeo Dailymotion
  3. I want to replace LSPD HQ with RPD interior from Resident Evil 2 but i Don t know how i need some help what meta and replace i need for txd, col, dff to replace The interior?
  4. Hello community, i've made a simple loader script to replace the stock gas station in Los Santos, the assets seem to load and i see that mta tries to load the model but it doesn't in the end. Stock Gas Station Remains. Also no errors or anything in debugscript 3. here's my code i can't find the mistake here. Thanks local Models = { laepetrol1a = 5409, washgaspump = 1676, } local Textures = { barrio1_lae = 5409, wshxrefpump = 1676, } local COLS = { lae_4 = 1676, } local SHELL_PATH = "assets/Shell/" addEventHandler("onClientResourceStart", resourceRoot, function() -- Load Textures First for name, id in pairs(Textures) do local txd = engineLoadTXD ( SHELL_PATH .. name .. ".txd" ) engineImportTXD ( txd, id ) outputDebugString("GasStation: Loaded TXD (" .. SHELL_PATH .. name .. ".txd) | ID: " .. id) end for name, id in pairs(Models) do local dff = engineLoadDFF ( SHELL_PATH .. name .. ".dff" ) engineReplaceModel ( dff, id ) outputDebugString("GasStation: Loaded DFF (" .. SHELL_PATH .. name .. ".dff) | ID: " .. id) end for name, id in pairs(COLS) do local col = engineLoadCOL ( SHELL_PATH .. name .. ".col" ) --engineReplaceCOL ( col, id ) outputDebugString("GasStation: Loaded COL (" .. SHELL_PATH .. name .. ".col) | ID: " .. id) end end)
  5. Boa noite, bom dia, boa tarde! Pessoal, lembrei que há uma função, que meio que mostra a área que o col tá preenchendo, mas faz anos que não a uso, não consegui encontrá-la. Poderiam quebrar esse galho?
  6. I want the car to go in col and it will be ghostmode. if player create new cars and go in col. both car can Surpass - Sorry for my english I use web translator
  7. This forum section ("Modelling" subforum) is intended to discuss any GTA modelling-related subject, ranging from seeking advice/help from fellow modellers (like model troubleshooting or issues encountered while 3D modelling), sharing of knowledge, and casual discussion. To keep this section organized, please be so kind to follow these posting guidelines (tags in topic title): [QUESTION] How can I do/achieve something with modelling? Why does this happen? [ISSUE] / [BUG] Why do I experience this specific issue with my model? [BEGINNER] How do I create or start working on a model of this type/to fit these specific requirements? [KNOWLEDGEBASE] Topics with aggregated useful information, reversal, or known issues you've encountered and want to inform others about how to avoid. If something is a step-to-step guide aimed at completing one specific task, it should go into Modelling > Tutorials instead. Example types of 'modelling' work that can be discussed in this section: - DFF (3D) modelling - COL (collision) modelling - TXD (texture) & material stuff General forum rules also apply to this section, but aside that we would like to ask you to treat everyone with respect, regardless of their skill in modelling. If someone posts content or questions that you think are trivial or low quality, please remember that you have also been a novice modeller once. Real skill is gained over time, so everyone should have a chance to learn. If you are a more experienced modeller and put effort into helping others or even taught them how to model up from the beginning, you can have a potentially great impact on the individual's future as modeller as you are shaping their foundation. Your work will be appreciated, and others will be ready to help you out if you ever need it.
  8. Hello everyone, I'm basically new to 3Ds Max, I downloaded a 3ds max treasure chest object mod from the web, edited its size the fit the replaced DFF, and the expirted it ignoring the COL file, so when I loaded the mod, nothing happened, not even a single change, the mod is still the same, and a friend of mine told me that the DFF file is blank, it shows nothing in the DFF viewer, Do you know what shall I do ?
  9. Hi Please i need function if checkbox checked txd will be remplaced if unchek Return Normal
  10. Всем привет! Давно хотел попробовать себя в моделировании, но то времени особо не было, то не знал что же делать и для чего. Решил начать с малого, руку так сказать набить - переделка оригинальных объектов. Скины и машины решил оставить на потом, т.к там кажется больше нюансов нужно учитывать. Итак, к проблеме. Работаю я в Autodesk 3ds Max 2011, с кам скриптами. После экспорта в dff,txd и col файлов, столкнулся с проблемой, мои объекты "не сочетаются" с игровым миром. Днем они яркие, но не сильно выделяются, ночью же светятся ярче лампы. Подскажите пожалуйста где смотреть, что почитать, или что я неправильно экспортирую, спасибо всем откликнувшимся!
  11. I created a Brown Streak mod. And the dff&txd working fine, but the .col does not working. I got a warning in debugscript 3: mod.lua:14: Bad 'number' pointer @ engineReplaceCOL'(2) This is the mod.lua code: function replaceModel() local txd colsok = engineLoadCOL ( "v43.col" ) engineReplaceCOL ( colsok, 538) txd = engineLoadTXD ( "v43.txd" ) engineImportTXD ( txd, 538 ) dff = engineLoadDFF ( "v43.dff" ) engineReplaceModel ( dff, 538 ) end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replaceModel) addCommandHandler ( "reloadcar", replaceModel ) What wrong? How to fix this?
  12. Hello guys i have a problem with custom maps, the problem is about the col distance, for example read this.. I have a base in SF with 3 floor, and i put a vehicle inside the base in floor number 3(the highest floor), then i'm out from the base and go to LV, and in 5 minutes, i'm back to the SF Base, im checking the floor number 3 but theres no vehicle, but i have an vehicle before im out from the base, thats the bug, if you guys doesnt understand please comment because i need to fix it I found the problem , the problem is map col distance, the map col doesnt spawned on client but the vehicle is already spawned in the floor number 3, so the vehicle is falling from floor 3 towards floor 1. I think thats the bug, Im here to asking some resources, which resources can fix the map cols? I want to change all maps col distance to 1000, Thanks.
  13. Hello! So, i would like to use a lot of collision shape for interactions (i don't like click on things). And my question is will it cause fps drops or low fps for the clients? I never used that much collision shapes. Any suggestion or experience? I don't know now how many col shape will be exactly. Let's say 5000 or 10000
×
×
  • Create New...