Forum topic replies

mazzy has posted 597 times.

SHAR: Mod Requests Discussion

Is there a mod to extend the loading screens?

Posted on (4 years ago)

Never tried it myself, but you could change your level.mfk with a level.lua and add the following function & use it. local seconds = 5 -- or whatever number you wish to wait, in seconds. function w(x) time = os.clock() while os.clock() -time < x do end end w(seconds)

1 like
1,586 views
4 replies
Announcements Donut Team Official

Trick or Treat Event: Halloween Creator Contest

Posted on (4 years ago)

Damn this sounds like fun. Now I've got a purpose!

1 like
2,895 views
10 replies
Announcements Donut Team Official

Community Highlight: Summer 2020

Posted on (4 years ago)

@QTIPMAN64 You should probably address that issue in a new forum topic or email it to Donut Team. Make sure you read the Discord FAQs: https://donutteam.com/discord/

0 likes
2,315 views
4 replies
SHAR: Mod Requests

New Levels

Posted on (4 years ago)

It is actually possible if someone has the time and patience to do that. And the way you typed that, I doubt anybody will without any kind of reward. You could download the Pure 3D files editor from the downloads page & make it yourself by replacing textures.

0 likes
1,531 views
1 reply
Off Topic Donut Team Official

Welcome to Donut Team, introduce yourself!

Posted on (4 years ago)

Sounds like an easier way to make people introduce themselves. I'm maz, kind of average modder to the game I could say. I rarely post because most of the stuff I do is random & dumb I could say. Kind of old in modding I guess, been following you guys since 2011 (when I began using the old tweak edit...

0 likes
7,600 views
73 replies
Donut Mod

Missions Not Loading

Posted on (4 years ago)

Probably had the "Freeroam" hack turned on.

1 like
2,787 views
29 replies
Road Rage Returns

Is there a way to turn off car damage?

Posted on (4 years ago)

You could create a mod and build a lua file that modifies the HitPoint() value for each .con file you have in the game. Create a .lua file called HandleCars.lua & write in a function to modify the files. local path = "/GameData/"..GetPath() local file = ReadFile(path) if file ~= ReadFile("/GameData/...

1 like
1,909 views
2 replies
Support

Problem L1 M7 for custom mission

Posted on (5 years ago)

Well, from what I understand, first of all, you did not add a stage vehicle "burns_v", only activated it. So, you might aswell want to add this line under the rest of "AddStageVehicle" AddStageVehicle("burns_v","{locator}","race","burns_v.con", "burns"); Where {locator} is any locator of your choice...

0 likes
1,247 views
1 reply
Support Resolved

Lub files mess

Posted on (5 years ago)

Alrighty, thanks!

0 likes
1,821 views
3 replies
Support

Is there a way to change seats

Posted on (5 years ago)

Yes, you need to edit the car skeleton. Let's take famil_v.p3d as an example; you need to open the car with the Lucas' pure 3d file editor and look for the skeleton (displayed as famil_v(Skeleton)) in the pure 3d file. There, you'll have the bones and joints. You'll have to change the name of the jo...

0 likes
1,308 views
3 replies