News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..


Show Posts

Messages | * Topics | Attachments

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - Sanic

Pages: [1]
1
Modding Questions/Help Archives / Help me with this script
« on: May 24, 2015, 07:13:54 AM »
Im trying to get local multiplayer to working but i´m ending up with infinite loadscreens im trying to modify ArcRace1.lur but whenever i want to start my script it just start a infinite loadscreen
Heres my code:

main = function()
  SecondPlayer = PedCreateXYZ(37,270,-110,7)
  ThirdPlayer = PedCreateXYZ(23,270,-105,7)
 
  PedSetActionTree(SecondPlayer,"/Global/P_Striker_A","Act/P_Striker_A.Act")
  PedSetActionTree(ThirdPlayer,"/Global/G_Striker_A","Act/G_Striker_A.Act")

  PedSetAITree(SecondPlayer,"/Global/PlayerAI","Act/PlayerAI.act") 
  PedSetAITree(ThirdPlayer,"/Global/PlayerAI","Act/PlayerAI.act")

  PedSetControllerID(SecondPlayer,1)
  PedSetControllerID(ThirdPlayer,2)
 
  repeat
    Wait(0)
  until not Alive
end

2
Mod Releases / Sanic´s Reskins
« on: May 19, 2015, 08:10:47 AM »
Hey Guys im doing reskins of textures
you can leave suggestions of what should i do next pretty bored right now ^^

Darbys new winter shirt 


Replacement of Beam cola´s Vending machine


Coca Cola can




3
Hello fellow Modders
So i wanted to start Bully Modding with doing simple skin changes to t-shirts and so on but whenever i change something the default texture is loaded everytime  :'( .
I tried it with madmans img toolkit where i build a new world.img that didn´t work and also tried to do it with imgtool 2.0 extracting the textures and so on also didn´t work this is driving me nuts.
I also searched around the forum for an answer and found  that you can do something with a texture folder and dont need to build a World.img every time but i didn´t find any tutorials how to do this would be nice if someone could explain this to me.

Thanks

Pages: [1]