ID:142230
 
turf
floor
icon = 'floor.dmi'
wall
icon = 'wall.dmi'
density = 1
mob
icon = 'player.dmi'


Problem description:Its saying 2 errors, 'wall.dmi' cannot find file and 'player.dmi' cannot find file.

Help :D

Those files don't exist...
In response to Miran94
Miran they probably do...

And also its probably because you dont have them saved into the same folder as your environment.
Umm, Do this

1.Check if the files name are exactly what you told the Compiler

2.Check if they files are in a certain directory or something e.g

turf
floor123
icon = '.turfs/floors/floor123.dmi'


3. Take a screenshot of your code Tree.. and post it here

-SubZeroChaos
In response to SubZeroChaos
A leading slash will cause it to revert to the highest-level folder (on Windows, the C: folder), meaning that won't work. A leading period will make it revert to the folder the executable is in.