Show Posts

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.


Messages - Daniel.S

Pages: 1 2 3 [4] 5 6 7 8 9 ... 101
46
Help / Is there a fix to the ModTer face error thing
« on: November 19, 2018, 01:09:44 PM »
This annoying face glitch is soooo annoying, Is there a fix to this like has anybody made one

47
Add-Ons / Re: [Vehicle] RV
« on: November 19, 2018, 10:53:00 AM »
That's because that swapped out the vehicle for a static shape that is identical to the vehicle. Anyways, kick-ass stuff! Try some smoothshading on the wheels though (https://forum.blockland.us/index.php?topic=314929.0)
Wow thank you so much for linking that topic! That's going to help me a lot in the future

I got rid of the "This vehicle is locked" message for this RV.
Code: (rvlockmsg.cs) [Select]
package RVLockPackage
{
function RVVehicle::onCollision(%this, %obj, %col, %pos, %vel)
{
if(%obj.locked && %col.getType() & $TypeMasks::PlayerObjectType)
{
return;
}
parent::onCollision(%this, %obj, %col, %pos, %vel);
}
};
activatepackage(RVLockPackage);

Compare it to the vehicle locking script.
wow thank you! So I just insert rvlockmsg.cs into Vehicle_Rv and I'm ready to go?

48
Add-Ons / Re: [Vehicle] RV
« on: November 18, 2018, 06:44:51 PM »
thank you for making many vehicles for this game
Wow, You've very welcome!

i remember GSF's aircraft carrier had a /nomount thing that let you walk on the deck of the aircraft carrier, maybe you could try and add functionality for that too
I tried that importing the code an all but nothing worked :/

Man, you have been making a lot.
I've been having the model fever

49
Add-Ons / Re: [Vehicle] RV
« on: November 18, 2018, 09:49:51 AM »
I wish I could figure away how to do it without the locking feature but unfortunately I don't have a clue :(

50
Add-Ons / Nothing (Please delete)
« on: November 18, 2018, 06:31:46 AM »
-

51
Creativity / Re: RV Vehicle
« on: November 17, 2018, 03:03:39 PM »

52
Gallery / Re: RV Vehicle
« on: November 17, 2018, 03:02:49 PM »
Thank you, It'll probably be available tomorrow on forums and glass

also i think you mispelled walk on the first sentence
Haha thanks, fixed it

53
Gallery / RV Vehicle
« on: November 17, 2018, 07:11:08 AM »
I've made an RV Vehicle that when locked you can walk around it, Everything has collision so if you want to sit on the chairs or the toilet you can.


https://i.gyazo.com/550004ae48befb72229f87af5cc2c5ec <<<VIDEO



Do you think I should release or shall I just not release it because it could make people lazy

54
Creativity / RV Vehicle
« on: November 17, 2018, 06:42:32 AM »
NICE! ^^

I've been extremely busy on doing a little project of my own :)

Works really good with the vehicle locking mod

55
Add-Ons / Re: [Vehicle] Tractor
« on: November 13, 2018, 07:16:10 PM »
what about golfcart
think I'll make a golf cart tomorrow, i don't make cars btw people so please don't suggest cars

56
Add-Ons / Re: [Vehicle] Tractor
« on: November 13, 2018, 05:21:00 PM »

57
Add-Ons / Nothing (Please delete)
« on: November 13, 2018, 05:18:44 PM »
Nothing (Please delete)

58
Add-Ons / Re: [Vehicle] Peterbilt (Wheel Update)
« on: November 13, 2018, 05:17:33 PM »
Love the new wheels. :)
Thank you :) I'm really happy with them tbh

59
Add-Ons / Re: [Vehicle] Peterbilt (Wheel Update)
« on: November 13, 2018, 02:09:09 PM »
UPDATE: Wheel update, new wheels

60
Add-Ons / Re: [Vehicle] Lorry (Wheel Update)
« on: November 13, 2018, 01:32:44 PM »
UPDATE: Updated the wheels

Pages: 1 2 3 [4] 5 6 7 8 9 ... 101