Search found 13 matches

by UKDeveloper99
Thu Aug 27, 2015 12:00 pm
Forum: Box2D tutorial discussion
Topic: Wheel as player foot - platforms
Replies: 1
Views: 20077

Wheel as player foot - platforms

Hi Chris, you might remember that I was implementing your rocket platforms a while back. Well they work really nicely, unfortunately I have a problem, the foot of my character is a wheel and it has very high friction to prevent sliding. When I move the character on the platform, the wheel moves the ...
by UKDeveloper99
Wed Aug 26, 2015 3:40 pm
Forum: Useful rubescripts
Topic: Mirror flip fixture
Replies: 3
Views: 21105

Re: Mirror flip fixture

Perfect thanks, do I need to reverse vertex winding when I do that?
by UKDeveloper99
Sat Aug 08, 2015 10:37 pm
Forum: Useful rubescripts
Topic: Mirror flip fixture
Replies: 3
Views: 21105

Mirror flip fixture

Anyone got a script to mirror flip a fixture in the x or y? Save me making one. Couldn't find it on here with the search.
by UKDeveloper99
Thu Jul 16, 2015 4:06 pm
Forum: R.U.B.E discussion
Topic: Image filtering
Replies: 2
Views: 9031

Re: Image filtering

Thanks!! :)
by UKDeveloper99
Wed Jul 15, 2015 3:25 pm
Forum: R.U.B.E discussion
Topic: Image filtering
Replies: 2
Views: 9031

Image filtering

I noticed the images in the rube editor view have some sort of filtering on them, bilinear. Or maybe some anti aliasing. Is there a way to turn this off to see the images with sharp pixel edges?
by UKDeveloper99
Wed Jul 15, 2015 12:15 pm
Forum: R.U.B.E discussion
Topic: Image resize script using PTM ratio and level building
Replies: 10
Views: 48440

Re: Image resize script using PTM ratio and level building

Is there no way to have script hooks for keybinds other than 1-9?
by UKDeveloper99
Wed Jul 15, 2015 11:44 am
Forum: Feature requests
Topic: Allow translation of bodies and images together
Replies: 3
Views: 20405

Re: Allow translation of bodies and images together

You can add multiple images to a static body?
by UKDeveloper99
Tue Jul 14, 2015 5:09 pm
Forum: Feature requests
Topic: Allow translation of bodies and images together
Replies: 3
Views: 20405

Allow translation of bodies and images together

I was thinking for level editing it would be really nice if there was maybe a ui button along the top bar - where it says (Edit bodies, fixtures, images, objects etc.) that allowed you to select a group of bodies and images together (not just images attached to bodies, the background images that are...
by UKDeveloper99
Tue Jul 14, 2015 10:14 am
Forum: R.U.B.E discussion
Topic: Image resize script using PTM ratio and level building
Replies: 10
Views: 48440

Re: Image resize script using PTM ratio and level building

Yea like I said, it's doing an int/int operation first. The script hooks worked fine, thanks Chris.
by UKDeveloper99
Thu Jul 09, 2015 2:25 pm
Forum: R.U.B.E discussion
Topic: Image resize script using PTM ratio and level building
Replies: 10
Views: 48440

Re: Image resize script using PTM ratio and level building

I have another question, is there a way I can recreate the functionality of the snap to grid stepping while holding ctrl in a script? I want to take the bottom left corner position similar to how I do it in the other script I pasted in my last post and then increment in a set amount of units, someth...