Pesquisa resultou em 11 ocorrências
- 21 Jan 2021, 12:04
- Fórum: Help
- Tópico: Is it possible to add a external texture to game with CLEO?
- Respostas: 0
- Exibições: 581
Is it possible to add a external texture to game with CLEO?
I want to improve Compass CLEO mod, so I want to add markers to hud.txd but I don't want to replace with any other marker. Anyways to do that? I have no idea about how CLEO works but I can understand what code does. Marker.CreateIconAndSphere($MARKER_EMMETS_N, 24, 0.0, 999999.0, 23.0) Marker.CreateI...
- 07 Jan 2021, 04:52
- Fórum: Help
- Tópico: Question about Magic.TXD converting configuration (mipmap)
- Respostas: 9
- Exibições: 3662
Re: Question about Magic.TXD converting configuration (mipmap)
I think black/white images (grayscale) are best for no mipmapping. Can you show us how to do that for default game textures? "Mipmapping" without mipmapping or something how you call. I want to make the game like mipmapped but as you said, mipmapped TXDs has more file size and uses more memory. edi...
- 20 Dez 2020, 03:18
- Fórum: Help
- Tópico: Question about Magic.TXD converting configuration (mipmap)
- Respostas: 9
- Exibições: 3662
Re: Question about Magic.TXD converting configuration (mipmap)
"compressed IMG" are bad, it crashes my game. Last question, "compress textures" makes textures lose quality? Thanks ! "Compress textures" makes RGBA textures DXT, it can save from file size but it can cause crashes on some textures which is intended to work with RGBA textures. On mipmapping I reco...
- 17 Dez 2020, 23:57
- Fórum: Help with the game
- Tópico: Anyways to download this map in full res? [SOLVED]
- Respostas: 2
- Exibições: 654
Re: Anyways to download this map in full res? [SOLVED]
Thank you bro!
- 17 Dez 2020, 05:20
- Fórum: Help with the game
- Tópico: Anyways to download this map in full res? [SOLVED]
- Respostas: 2
- Exibições: 654
Anyways to download this map in full res? [SOLVED]
I couldn't find the correct place to ask this, offtopic isn't best choice I think so I asked here. How can I download this map full res? I know I can download 1024x1024 from here (https://www.mixmods.com.br/2020/10/radar-satellite-view-hd-mapa-detalhado.html) but I want this map in full res from her...
- 07 Nov 2020, 12:21
- Fórum: Help with the game
- Tópico: [SA] MixSets VehBulletDamage does not disabled in missions
- Respostas: 3
- Exibições: 641
Re: [SA] MixSets VehBulletDamage does not disabled in missions
I don't have any CLEO mods, just CLEO I have.
- 07 Nov 2020, 05:09
- Fórum: Help with the game
- Tópico: [SA] MixSets VehBulletDamage does not disabled in missions
- Respostas: 3
- Exibições: 641
[SA] MixSets VehBulletDamage does not disabled in missions
# Vehicle damage. Disabled on remote controlled and scripted cars that also have scripted driver (to not disturb missions) VehBulletDamage = 0.2 # (1.0) Multiplier of vehicle damage caused by bullets. VehFireDamage = 0.2 # (1.0) Multiplier of vehicle damage caused by fire. Ve...
- 03 Nov 2020, 17:27
- Fórum: Help with the game
- Tópico: Unofficial ImVehFt causing crash/stopped working on startup if installed in modloader [SOLVED]
- Respostas: 2
- Exibições: 3836
Re: Unofficial ImVehFt causing crash/stopped working on startup if installed in modloader [SOLVED]
I was using downgraded Steam version, now I downloaded the hoodlum cracked version and tried again, it works fine. Now I learned, downgrade isn't downgrading your game fully.
- 03 Nov 2020, 15:10
- Fórum: Help with the game
- Tópico: Unofficial ImVehFt causing crash/stopped working on startup if installed in modloader [SOLVED]
- Respostas: 2
- Exibições: 3836
Unofficial ImVehFt causing crash/stopped working on startup if installed in modloader [SOLVED]
I have used ASI mods in my modloader for years, I haven't played the game for a while. Now I am trying to put ImVehFt in a folder in modloader but it's crashing/stopped working on game startup. Here is the crash log in modloader.log. Because of the access violation reading issue I also installed noD...
- 27 Mai 2020, 10:22
- Fórum: Ajuda com o jogo
- Tópico: [SA] How to use EffectsLoader(Shoreline Waves) with IMFX and Overdose Effect? (English)
- Respostas: 4
- Exibições: 1795
Re: [SA] How to use EffectsLoader(Shoreline Waves) with IMFX and Overdose Effect? (English)
Now I copied effect.fxs and effectsPC.txd to models from modlaoder, imfx, effectloader and overdose effect can worked together but i don't like modify original game files like ffect.fxd and effectsPC.txd, because of this i need to convert overdose effect.
- 27 Mai 2020, 09:47
- Fórum: Ajuda com o jogo
- Tópico: [SA] How to use EffectsLoader(Shoreline Waves) with IMFX and Overdose Effect? (English)
- Respostas: 4
- Exibições: 1795
[SA] How to use EffectsLoader(Shoreline Waves) with IMFX and Overdose Effect? (English)
Hello, I don't know portugal but I put a Google Translate version. You know EffectLoader.asi, I want to use Shoreline Waves but I have IMFX and Overdose Effect, how can I convert Overdose Effect to EffectLoader? Overdose Effect is installed to modloader. EffectLoader is installed to root folder. IMF...