Jump to content

Akina map!!!!!!!


ginco

Recommended Posts

Guys i need some help about the akina from pothole studious...... im geting it and putting it on my server

my problem is that it doesnt have a col file so i cant get to it cause i fall down when im on it...... pls help how to fix this!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

ginco

any help is greatly appreciated

Link to comment
Few months ago you got my reply:

https://forum.multitheftauto.com/viewtop ... na#p314263

It's still the same. Use 3D edit software, and do what i said. I can't help you more about it.

i know but, its not about the modeling its fine in game the prob is that i cant even go to it because somehow the col file is likely corrupted how can i fix it its soo hard to make one....... or even give me a link on steps how to fix it pls............

-ginco-

Link to comment
collision file is fine. i tried akina already, and collision was fine. you just doing something wrong, so post your script, meta, etc

ok here it is

addEventHandler('onClientResourceStart', resourceRoot,
function()
 
  local txd = engineLoadTXD('files/akina.txd')
   engineImportTXD(txd, 2052)
  engineImportTXD(txd, 2053)
  engineImportTXD(txd, 2054)
  engineImportTXD(txd, 2371)
  engineImportTXD(txd, 2372)
 
  local col = engineLoadCOL('files/akina1.col')
  engineReplaceCOL(col, 2052)
  local col = engineLoadCOL('files/akina2.col')
  engineReplaceCOL(col, 2053)
  local col = engineLoadCOL('files/akina3.col')
  engineReplaceCOL(col, 2054)
  local col = engineLoadCOL('files/akina4.col')
  engineReplaceCOL(col, 2371)
  local col = engineLoadCOL('files/akina5.col')
  engineReplaceCOL(col, 2372)
 
  local dff = engineLoadDFF('files/akina1.dff', 0)
  engineReplaceModel(dff, 2052) 
  local dff = engineLoadDFF('files/akina2.dff', 0)
  engineReplaceModel(dff, 2053)
   local dff = engineLoadDFF('files/akina3.dff', 0)
  engineReplaceModel(dff, 2054) 
  local dff = engineLoadDFF('files/akina4.dff', 0)
  engineReplaceModel(dff, 2371)
   local dff = engineLoadDFF('files/akina5.dff', 0)
  engineReplaceModel(dff, 2372)   
 
  engineSetModelLODDistance(2052, 500)
  engineSetModelLODDistance(2053, 500)
  engineSetModelLODDistance(2054, 500)
  engineSetModelLODDistance(2371, 500)
  engineSetModelLODDistance(2372, 500)
 
end
)

the col file in pothole is one i just copy paste it 4 times to have 5

heres meta

<meta>
   <info author="pothole" version="1.0.0" type="script"/>
   <script src="akina.lua" type="client"/>
   <file src="files/akina.txd" type="client"/>
   <file src="files/akina1.col" type="client"/>
   <file src="files/akina2.col" type="client"/> 
   <file src="files/akina3.col" type="client"/> 
   <file src="files/akina4.col" type="client"/> 
   <file src="files/akina5.col" type="client"/>   
   <file src="files/akina1.dff" type="client"/>
   <file src="files/akina2.dff" type="client"/>
   <file src="files/akina3.dff" type="client"/>
   <file src="files/akina4.dff" type="client"/>
   <file src="files/akina5.dff" type="client"/>
</meta>

Link to comment
No i can't.

You need the map, not me..

varez any other way to contact him?

edit:

anyway........Someone there that have ways to fix it col file pls or maybe a fixed akina files pls send it to me i really nid it........ i cant get benox reply.

heres my ymail

[email protected]

Thanks

Note from varez: Use that damn edit button... PLEASE!

Link to comment

the rotation gave by varez kinda work..........lol now i can play it....

and benox thanks for sending me the link but i fixed it an hour before u send the link to me lol lol lol lol!!!!!!

a coincidence ehehehehehe XDXDXDXDXD!!!!!!

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...