[Mod] invisible V2 [invis]

User avatar
AiTechEye
Member
 
Posts: 409
Joined: Fri May 29, 2015 21:14

[Mod] invisible V2 [invis]

by AiTechEye » Tue Jul 21, 2015 10:53

A very much wanted mod: become invisible!

This is a glitch based mod, that kill you, but you can still move in a death mode.

Another invisible / glitch based mod that are better: viewtopic.php?f=9&t=13508

Note: this mod is glitch-based death mode, so you cant make any effect when you are in this mode or load the map!

Be invisiable: /invis

Normal mode: /inbac
(or just hurt your self)

Default priv-requires: kick
Licenses: code LGPL 2.1 media CC BY-SA 3.0
Depends: default
Requires 0.4.13 or older
Attachments
ByUjEdwinV2.-invis.zip
(856 Bytes) Downloaded 48 times
Last edited by AiTechEye on Sat May 14, 2016 09:08, edited 9 times in total.
Alive AI Mine/Build AI NPC
Gravitygun HL2
Portalgun Portal
Marssurvive Survive on mars
Bows bows + arrows
SoundCloud (Music)
SoundCloud (Classic)
YouTube
 

Hybrid Dog
Member
 
Posts: 2460
Joined: Thu Nov 01, 2012 12:46

Re: [Mod] invis (invisible)

by Hybrid Dog » Tue Jul 21, 2015 13:18

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
local invis_requires_priv=kick

kick is nil l think and so invis_requires_priv is also nil, so
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
minetest.check_player_privs(name, {interact=invis_requires_priv})==false

does the same as
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
not minetest.check_player_privs(name, {})

l think and checking for no privilege is always true l guess
how about this code?
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
local invis_requires_priv = "kick"
local privs = {[invis_requires_priv] = true}

if not minetest.check_player_privs(name, privs) then return false end



there's this function, you don't need to search for the player in the player list
http://dev.minetest.net/minetest.get_player_by_name
 

User avatar
AiTechEye
Member
 
Posts: 409
Joined: Fri May 29, 2015 21:14

Re: [Mod] invis 2 (invisible)

by AiTechEye » Thu Oct 08, 2015 11:04

Fixed
Alive AI Mine/Build AI NPC
Gravitygun HL2
Portalgun Portal
Marssurvive Survive on mars
Bows bows + arrows
SoundCloud (Music)
SoundCloud (Classic)
YouTube
 

Hybrid Dog
Member
 
Posts: 2460
Joined: Thu Nov 01, 2012 12:46

Re: [Mod] invis 2 (invisible)

by Hybrid Dog » Thu Oct 08, 2015 16:35

you could also use the camera offset to stalk others
 

Dragonop
Member
 
Posts: 1178
Joined: Tue Oct 23, 2012 12:59
GitHub: Dragonop
IRC: Dragonop
In-game: Dragonop

Re: [Mod] invis 2 (invisible)

by Dragonop » Thu Oct 08, 2015 22:31

Yay, stalking on Minetest :D
btw, I remember a server where the "jojoa" skin was broken and if you used it your nametag and skin won't show, wich would make you invisible.

Nice mod
 

User avatar
kaadmy
Member
 
Posts: 627
Joined: Thu Aug 27, 2015 23:07
GitHub: kaadmy
IRC: KaadmY
In-game: KaadmY kaadmy NeD

Re: [Mod] invis 2 (invisible)

by kaadmy » Thu Oct 08, 2015 22:42

Hmm, would be nice to make the player like a ghost, maybe change the player skin to transparent?
Never paint white stripes on roads near Zebra crossings.
 

User avatar
prof-turbo
Member
 
Posts: 518
Joined: Mon May 07, 2012 17:02

Re: [Mod] invis 2 (invisible)

by prof-turbo » Sat Oct 10, 2015 08:17

kaadmy wrote:Hmm, would be nice to make the player like a ghost, maybe change the player skin to transparent?


Great idea :)
And also maybe change the screen color with something like purple or grey ?
(Like in this mod : viewtopic.php?f=11&t=9240&hilit=creatures )
Image
 


Return to WIP Mods

Who is online

Users browsing this forum: No registered users and 25 guests

cron