(Unsolved) How To Create Camera?

Started by Professor Blue on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(Unsolved) How To Create Camera?
Fri, 07/23/2021 - 13:52 (edited)

I'm trying to create a camera for my mod (it's focusing on security) , but I've tried using many procedures and it doesn't work. Is there any way to make a security camera? i need this otherwise I can't make my mod. It would be really nice if someone could help, it would be appreciated

Edited by Professor Blue on Fri, 07/23/2021 - 13:52
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hmm I don't think Mcreator…
Sun, 07/18/2021 - 13:44

Hmm I don't think Mcreator supports camera manipulation natively and even with plugins the most I've seen is manipulating the FOV

 

Id suggest cracking into SecurityCraft and looking at how they coded their cameras and then apply a similar set of code for yours though it would have to be custom

Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i see NorthWestTrees Gaming…
Sun, 07/18/2021 - 15:42

i see NorthWestTrees Gaming Made A Mod Called CCTV Craft And It Had Cameras, So I Don't Know.

Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
They probably used custom…
Sun, 07/18/2021 - 16:24

They probably used custom code, try asking in their discord about it

Joined Aug 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
NowrthWestTrees didn't use a…
Sun, 07/18/2021 - 16:51

NowrthWestTrees didn't use a single line of code. CCTV Craft has been developed using native procedure blocks only. The mod uses a lot of variables/NBT Tags and a lot of reflection when he designed the systems.

Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ah thanks for the…
Mon, 07/19/2021 - 01:11

Ah thanks for the clarification, I didn't know just took a guess as I didn't know of a procedure to manipulate the player's camera

Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
When you have Speed ​​or…
Mon, 07/19/2021 - 08:48

When you have Speed ​​or Slow the FOV changes, maybe you can use that.

Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thats what I was thinking…
Tue, 07/20/2021 - 01:17

Thats what I was thinking but that wouldn't make a camera system, that would be more of a zoom functionality

Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well, I Found this.
Tue, 07/20/2021 - 02:28

Well, I Found this.sdas

Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The only problem is getting…
Tue, 07/20/2021 - 18:03

The only problem is getting an overlay to display the area a camera is at

 

Zoom is pretty simple as all you truly need to do is mess with the player's FOV but getting the player to literally see what the camera sees is a different problem