agitohu Posted November 21, 2006 Share Posted November 21, 2006 i want to edit a code which can make the below things vaild: first ,if i press "555"(whatever number) in the keyborad,then i could change my skin to player2,and so forth....... can it be possible to realize? if it cant ,i just want another way,to press "5"butter in the keyboard to spawn a "clothes change"pickup ,and i get it,i will change to player2 skin...... i am really want this function ,just teach me ....... sincerely......... Link to comment Share on other sites More sharing options...
Bigun Posted November 21, 2006 Share Posted November 21, 2006 It can be done. Read some tutorials, read and search around this forum. Learn to code. Consult original code, the opcode database and opcode topics. Creating a clothes pickup at the player's coordinatess should do the trick. If you want this done for you, then it belongs in the SCM Reqeusts topic in the Recruits and Requests forum. It is most recommended though that you learn to code it on your own (it's simple), that way you could also fulfill further wants you will have for mods in the future. If you have a problem in your coding, then post here, but don't post if you didn't (especially if you don't INTEND to) try making it first. Link to comment Share on other sites More sharing options...
agitohu Posted November 21, 2006 Author Share Posted November 21, 2006 what a relieve!,i am glad to hear that it can be done ,so i will try, actually i have konwn how to put sth in the game ,but never deep into it Link to comment Share on other sites More sharing options...
Bigun Posted November 21, 2006 Share Posted November 21, 2006 Yeah, again it can be done quite easily. I don't remember if there's a way to instantly change skin in VC, but even if there isn't then once more, you can always just create a temporary clothes pickup where the player is. All that's left before that is checking if player defined, checking for condition(keypress),loading the model (...if necessary) and after creating the pickup, loop until it has been picked up, and if it has, delete it and jump to the beginning. actually i have konwn how to put sth in the game ,but never deep into it 'Putting sh*t in the game' like putting car mods in IMG, editing txt files like handling.cfg etc isn't quite alike mission coding. Link to comment Share on other sites More sharing options...
agitohu Posted November 21, 2006 Author Share Posted November 21, 2006 i mean use codes to put guns or pickup..... Link to comment Share on other sites More sharing options...
Bigun Posted November 21, 2006 Share Posted November 21, 2006 The same sentence still accounts; for this you will need to make a new code thread, not a single pickup/car_generator opcode, and you actually need [basic] SCM knowledge for this. So start reading around and have a go at it. Look at how other mods are done, read tutorials etc. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now