Forum topic replies

mazzy has posted 600 times.

Support

how to edit map

Posted on (4 years ago)

There is a work-in-progress map editor that the Donut Team are currently working on. It isn't public yet, however you could use the Blender map data editor, developed by Weasel on a Stick#17314 . Hope this satisfies your question!

3 likes
1,992 views
4 replies
SHAR: Mod Showcase Released

Treehause of horror 1.2

Posted on (4 years ago)

Great work, I love the orange tint & the spooky vibes I'm getting!

0 likes
5,180 views
10 replies
SHAR: Mod Showcase Released

SkeleTown: The Adventures of Skelly the Skeleton (1.2)

Posted on (4 years ago)

Really enjoyable. Loved it, keep it up like this!

2 likes
6,509 views
16 replies
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,687 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
3,047 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,395 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,585 views
1 reply
Off Topic Donut Team Official

Welcome to Donut Team, introduce yourself!

Posted on (5 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,929 views
73 replies
Donut Mod

Missions Not Loading

Posted on (5 years ago)

Probably had the "Freeroam" hack turned on.

1 like
2,969 views
29 replies
Road Rage Returns

Is there a way to turn off car damage?

Posted on (5 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
2,001 views
2 replies