Jump to content

Cytech Industries

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

23 Excellent

About Cytech Industries

  • Rank
    Newbie

Contact Methods

  • Website URL
    https://cytech-mod.com/
  • Youtube
    https://www.youtube.com/channel/UCYiQXrEJh0cF2tNle1EYuww

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Cytech Industries

    .p3d Open with Blender

    Here is a guide to set up "Open With Blender" Option on p3d files like this:  Save this as `openp3d.bat` in your Blender folder @ECHO OFF setlocal enableDelayedExpansion @REM ! CHANGE this path to your blender.exe ! set Blender="E:\Programm\Blender3.0\blender.exe" ECHO "Starting Blender..." ECHO "Don't close this window until your done in Blender" set PythonExpr=^ import bpy, sys;^ bpy.ops.object.select_all(action='SELECT');^ bpy.ops.object.delete(use_global=False);^ bpy.ops.armatoolbox.import_p3d(filepath=sys.argv[-1]); for %%f in (%*) do ( set str="%%f" set str=!str:p3d=blend! echo !str! %Blender% !str! --python-expr "%PythonExpr%" -- %%f ) CHANGE line 4 to to your blender.exe path !  Use the Default Programs Editor tool to edit the context menu of .p3d files. you can download the tool here https://defaultprogramseditor.com/  Add a new context menu item and name it Open With Blender by following this steps: - Select File Type Settings - Select Context Menu - Search ".p3d" select it and click next - Click Add - Command name: "Open With Blender" - Program path: "pathTo.bat" "%1" eg: "E:\Programm\Blender3.0\openp3d\openp3d.bat" "%1" ( You can use the Browse... function ) - Item Icon: Blender.exe icon found in your blender Install directory. - Click Next - Save Context Menu and you are done. Now you can right click Open With Blender .p3d files It even works with multiple selected files This Script was made for Cytech by Atom_Monky
  2. Finally! Cytech version 0.0 🙂 is out!! You definitely need these: Core Assets on STEAM https://steamcommunity.com/sharedfiles/filedetails/?id=2764686098 Cytech Underground Map https://steamcommunity.com/sharedfiles/filedetails/?id=2764740492 If you are not familiar with our project have a quick look: Check out our website, we will update it as we go along with adding features and functionalities: https://cytech-mod.com/ More info you can find here: Have fun and let us know what you feel about it! Thank you!
×