Author |
Message |
Azukki
Joined: Sat Nov 03, 2007 9:44 pm Posts: 1916 Location: Flint Hills
|
Guides to Offset Determination and Commenting
So, from this thread, I was surprised to see that it's not common knowledge how to exactly determine proper offsets other than tweaking and testing. Or maybe it's just a matter that anyone who understands how to isn't bothering to explain it. There is an old tutorial on the wiki, but many, many aspects of it are either inaccurate or missing information. Plus, no one uses the wiki for anything but Lua reference anyways. (because of its shortcomings, which are caused by the fact that no one uses it. Unfortunate.)These are my personal methods using windows xp's paint. Other methods may be more suitable for you, but hopefully the information provided here will be useful to you in getting started. Without further ado, the guides. If you have any troubles following this guide, or have suggestions for its improvement, feel free to post. If I don't notice the reply, you can PM me if you want. These guides can be redistributed for any helpful purpose. Attached below are the sprites I used in these guides, so if you want to recreate the steps with the same source material to verify that you're following it correctly, or something like that, you'll be able to do so. Please don't use these sprites for your own released mods, though.
Last edited by Azukki on Sat Apr 07, 2012 1:33 am, edited 8 times in total.
|
Thu Jun 24, 2010 8:28 pm |
|
|
CCnewplayer
Joined: Wed Feb 24, 2010 11:00 pm Posts: 255 Location: Unknow
|
Re: Guides to Offset Determination, Using MSPaint
This is a great job to new moders , I liked it.
|
Thu Jun 24, 2010 9:22 pm |
|
|
Gotcha!
Joined: Tue Apr 01, 2008 4:49 pm Posts: 1972 Location: The Netherlands
|
Re: Guides to Offset Determination, Using MSPaint
Thumbs up, awesome work.
|
Thu Jun 24, 2010 9:46 pm |
|
|
Contrary
Joined: Mon Mar 16, 2009 10:50 pm Posts: 2175 Location: Neverwhere
|
Re: Guides to Offset Determination, Using MSPaint
I might actually start modding now.
|
Fri Jun 25, 2010 2:13 am |
|
|
Azukki
Joined: Sat Nov 03, 2007 9:44 pm Posts: 1916 Location: Flint Hills
|
Re: Guides to Offset Determination, Using MSPaint
Thanks for the positive comments. Speaking of comments... tl;dr
uncommented // this is an .ini line comment
uncommented // this is an .ini line comment uncommented
uncommented -- this is a .lua line comment
uncommented -- this is a .lua line comment uncommented
uncommented /* this is an .ini block comment */ uncommented
uncommented --[[ this is a .lua block comment ]] uncommented
Last edited by Azukki on Sat Mar 26, 2011 10:53 am, edited 2 times in total.
|
Fri Jun 25, 2010 6:47 am |
|
|
CCnewplayer
Joined: Wed Feb 24, 2010 11:00 pm Posts: 255 Location: Unknow
|
Re: Guides to Offset Determination and Commenting
To ini you can show the basic properties , like:
- How you can you use one AEmitter and what it's one AEmitter. - How you can make one HDFirearm , Attachable( armor to who don't know ) ... stronger. - How you can put infinite bullets in one mag. - How you can change the bullet's particle go faster and for what make it go faster. and the history continues ...
|
Fri Jun 25, 2010 11:15 am |
|
|
carriontrooper
Joined: Mon Apr 13, 2009 12:27 pm Posts: 813 Location: Yogyakarta, Indonesia. A slice o' paradise.
|
Re: Guides to Offset Determination and Commenting
Correction! The end comment for block comment in Lua is simply ]]. Thank you.
|
Fri Jun 25, 2010 11:42 am |
|
|
Azukki
Joined: Sat Nov 03, 2007 9:44 pm Posts: 1916 Location: Flint Hills
|
Re: Guides to Offset Determination and Commenting
Really? I noticed that just ]] works in the formatting of Notepad ++, but it seems --]] is usually used, and all the online sources I bothered to find said --]] (all two of them), and I didn't try just ]] in-game. But now I have tried it in game, and it works fine, so I'll just fix that up. Thanks for noticing and reporting the problem.
|
Fri Jun 25, 2010 6:01 pm |
|
|
Laraso
Joined: Sun Feb 21, 2010 10:40 pm Posts: 97
|
Re: Guides to Offset Determination and Commenting
Thanks, this guide has really helped with finding the offsets on weapons I make. Before I used to just type random numbers on them all until it looked right, not very professional at all.
By the way, where did you get that Windows theme?
|
Mon Jun 28, 2010 1:33 am |
|
|
Azukki
Joined: Sat Nov 03, 2007 9:44 pm Posts: 1916 Location: Flint Hills
|
Re: Guides to Offset Determination and Commenting
Well, you see, I had it highly customized, by leaving it at the default for Windows XP Home Edition. my computer's specific OS installation. Energy Blue (Modified), and it's probably affiliated with E-machines, and is therefore likely best avoided.
|
Tue Jun 29, 2010 3:23 pm |
|
|
Naxete
Joined: Fri Apr 30, 2010 2:12 pm Posts: 560
|
Re: Guides to Offset Determination and Commenting
Very useful and complete tutorial, thank you a lot
|
Sat Sep 11, 2010 1:08 pm |
|
|
Geti
Joined: Sun Jul 13, 2008 9:57 am Posts: 4886 Location: some compy
|
Re: Guides to Offset Determination and Commenting
Oh god I should really do limbs at some point shouldn't I? They have offsets relative to offsets relative to spriteoffset and all sorts of other nonsense. Everyone seems to trial and error these things waaaay too much.
EDIT: oh wow, forgot to say what a decent job you did of this Azukki. A+ would read again, all that jazz.
|
Sat Sep 11, 2010 10:55 pm |
|
|
ShadowStorm
Joined: Thu Jan 21, 2010 10:59 pm Posts: 151
|
Re: Guides to Offset Determination and Commenting
Yes! For the longest time I, just like the others have had to go through the pain of trial and error to find the points. Although even though I did I usually had no idea what I was doing. This guide cut down the amount of times I had to start up CC.. Thank you!
Edit: Actually I've got a question, do you know what the max pixels you can have between the joint offset(of the hand) and the support offset is?
Last edited by ShadowStorm on Sat Sep 11, 2010 11:33 pm, edited 1 time in total.
|
Sat Sep 11, 2010 11:09 pm |
|
|
Geti
Joined: Sun Jul 13, 2008 9:57 am Posts: 4886 Location: some compy
|
Re: Guides to Offset Determination and Commenting
depends on your actor's arm length, not the engine.
|
Sat Sep 11, 2010 11:31 pm |
|
|
411570N3
Joined: Wed Jan 07, 2009 10:26 am Posts: 4074 Location: That quaint little British colony down south
|
Re: Guides to Offset Determination and Commenting
It's not that big a deal though, as the actor will just hold it with one hand if it can't reach. You can add a line that decreases accuracy if the actor's only using one hand though.
|
Sun Sep 12, 2010 4:43 am |
|
|
|