Bully-Board
Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: SWEGTA on October 17, 2011, 11:52:50 AM
-
Most of you shoud know that there is a program for the GTA games called "Cam Hack".
It works for all of them (except maybe gta 4, since you can already 'hack the cam' with the video editor).
If any of you know if cam hack works for bully, please tell me.
I'm into making bully vids.
Here are some of my work:
Jimmy's Home Made Video (http://www.youtube.com/watch?v=rnDUQ7ekaTs#ws)
Bully - How to get a girlfriend (http://www.youtube.com/watch?v=ZmrDD-CBxSY&feature=related#ws)
Jealous Love (http://www.youtube.com/watch?v=bsty9fafjxU&feature=related#ws)
-
your best bet for a free roam cam, would be to change jimmy into either a midget a rat or a dog, iv'e seen some threads with an invis jimmy but im not sure how this is done
-
your best bet for a free roam cam, would be to change jimmy into either a midget a rat or a dog, iv'e seen some threads with an invis jimmy but im not sure how this is done
Will it really work if I make Jimmy into a rat?
-
oh soz, misread the question, as far as i'm aware this wouldn't work as gta is a different game and the program/asi is coded specifically for this game
-
oh soz, misread the question, as far as i'm aware this wouldn't work as gta is a different game and the program/asi is coded specifically for this game
Well, if someone can make a cam hack for gta, then there shouldn't be any problems with making one for bully? :confused:
-
yea, apart from the simple fact that a scripthook is most likely needed for this
-
What is a scripthook?
yea, apart from the simple fact that a scripthook is most likely needed for this
-
I think it's some sort of in-game console.
-
Damn you rockstar!!
Why did you do this to us? :<
-
Would've been cool if they made the game more mod-friendly.
But we'll crack it soon enough.
-
Would've been cool if they made the game more mod-friendly.
But we'll crack it soon enough.
I can't wait.
It didn't take that long for anyone to crack the GTA files, did it?
-
A bully cam hack is most deffo doable but it depends on how you want to take that project on. This could be done in several ways...a scripthook being the most doable way but scripthooks are also not simple to code unless you have c++ knowledge and have a firm understanding of the script structure of the game you are creating the scripthook for and understand how dll files are constructed as well..since scripthooks with a .asi extension are just renamed dll files written primarily in c++ or visual c++ and the only one for bully is the one that ntauthority has made and unless he releases the scripthook and or its source too....there won't be any easy way to create other scripthooks for the game. If I had a scripthook source from gta or another game to work from I could get a understanding on how to approach coding one for bully, but since I have been concentrating on cracking the game directly like figuring out the file formats...finding a way to decompile the lua scripts to usable sources....figure out how to generate new .idb files from the source .ide files that are present in the game....if those are figured out...a scripthook will be kinda pointless unless you are intending on adding a brand new function or feature to the game that cannot be added by way of any the built in scripts.
I do have a basic understanding how the cams in bully work which use coords like what the trigger files use....I can test a theory out soon and post a guide on how to edit the cam views when I have some time since I will admit I have been on a heck of a modding spree with bully lately and figuring out more and more each day..not to mention the help and teamwork with Steman has also given both of us a much broader understanding of the internal structure to bully and how it works in conjunction with everything else.
-
Awesome!!!!
I really don't know much other then how to change skins for bully and edit some files out of ide.img .
If you crack the lua files, will you be able to do this?
What if you make the player able to have a first person view?
A bully cam hack is most deffo doable but it depends on how you want to take that project on. This could be done in several ways...a scripthook being the most doable way but scripthooks are also not simple to code unless you have c++ knowledge and have a firm understanding of the script structure of the game you are creating the scripthook for and understand how dll files are constructed as well..since scripthooks with a .asi extension are just renamed dll files written primarily in c++ or visual c++ and the only one for bully is the one that ntauthority has made and unless he releases the scripthook and or its source too....there won't be any easy way to create other scripthooks for the game. If I had a scripthook source from gta or another game to work from I could get a understanding on how to approach coding one for bully, but since I have been concentrating on cracking the game directly like figuring out the file formats...finding a way to decompile the lua scripts to usable sources....figure out how to generate new .idb files from the source .ide files that are present in the game....if those are figured out...a scripthook will be kinda pointless unless you are intending on adding a brand new function or feature to the game that cannot be added by way of any the built in scripts.
I do have a basic understanding how the cams in bully work which use coords like what the trigger files use....I can test a theory out soon and post a guide on how to edit the cam views when I have some time since I will admit I have been on a heck of a modding spree with bully lately and figuring out more and more each day..not to mention the help and teamwork with Steman has also given both of us a much broader understanding of the internal structure to bully and how it works in conjunction with everything else.
-
if the lua files get cracked then I most certainly believe that it can be done...however a first person view would require more work then just modding the camera views since you would have to a lot to get a decent first person view along with the proper animations for it. but the first person view is also doable.
-
What about a thirdperson view?
You would have to make a alot of testing, but I think it would be easier considering the fact that the camera could just be moved a bit forward and slightly to the left (or right, whichever you prefer). :rolleyes:
if the lua files get cracked then I most certainly believe that it can be done...however a first person view would require more work then just modding the camera views since you would have to a lot to get a decent first person view along with the proper animations for it. but the first person view is also doable.
-
since the game is already 3rd person just modding how far or close the cam view is should be very easy.
-
Yes, because what I need for my Zombie Mod is to have a closer view making the player more unaware of what's behind.
since the game is already 3rd person just modding how far or close the cam view is should be very easy.