Skip to content
This repository was archived by the owner on Mar 2, 2023. It is now read-only.
/ i3d-mapper Public archive

Simple standalone i3d mapper for Farming Simulator mods in python.

Notifications You must be signed in to change notification settings

olrenso/i3d-mapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

i3d-mapper

Simple standalone i3d mapper for Farming Simulator mods in python.

Usage

Download the python script i3dMapper.py and run with the files you want to map as parameters. For example:

python i3dMapper.py file1.i3d file2.i3d file3.i3d

Or you can implement it in another application, you can see an example here as an extension for a discord bot.

Limits

At the moment it does not check if two or more nodes have the same names. In case the 3d scene has more than an object with the same name they should be renamed differently or it's needed to remove the ones in excess from the XML. Also, it maps all the objects in the scene, which can cause an issue with large scenes or if you want to map only certain meshes.

Contributions

Feel free to contribute, update or improve the code!

About

Simple standalone i3d mapper for Farming Simulator mods in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages