Duke4.net Forums: Mapster32 secret-hunting help - Duke4.net Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Mapster32 secret-hunting help  "title"

User is offline   Man 'o War 

#1

So, i'm making a complete physical written-down list of every official (and semi-official) oldschool fps secret out there (Doom,Duke,Quake whathaveyou). In some cases,the internet doesn't have any precise guide, so i need to fire up an editor to check these. Now Build engine games go into this category. I've heard you can search up the 32767 lotag in mapster32,the problem being the ALT-f7 key combination for me just refuses to work,and as far as i know,nothing happens. Now there are two things that can happen: i'm a complete newbie to mapster32,and i just don't notice it,or my keyboard refuses to work,which is possible.i'm using an european keyboard,and eduke32 really,really dislikes those. It fucks up keybindings (z-y and some important stuff changing place,) but it's understandable,and i can deal with it. Does anyone know a solution for this,or can enlighten me a little?
0

User is offline   oasiz 

  • Dr. Effector

#2

Save this to a file "cheater.m32"

gamevar i 0 0
gamevar temp 0 0
gamevar smax 0 0
gamevar scur 0 0
gamearray secrets 16384

defstate nextsecret
	set smax 0
	for i allsectors {
		ife sector[i].lotag 32767 {
		setarray secrets[smax] sector[i].wallptr
		add smax 1
		}
	}
	ifg smax 0 {
		set temp secrets[scur]
		set posx wall[temp].x
		set posy wall[temp].y
	}
ends

onevent EVENT_PREKEYS2D
	ifhitkey KEY_N
	{
		state nextsecret
		add scur 1
		ifg scur smax set scur 0
	}
endevent


inside mapster, in conole "include cheater"

After that press N to your heart's content
0

User is offline   Man 'o War 

#3

View Postoasiz, on 05 May 2020 - 11:07 AM, said:

Save this to a file "cheater.m32"

gamevar i 0 0
gamevar temp 0 0
gamevar smax 0 0
gamevar scur 0 0
gamearray secrets 16384

defstate nextsecret
	set smax 0
	for i allsectors {
		ife sector[i].lotag 32767 {
		setarray secrets[smax] sector[i].wallptr
		add smax 1
		}
	}
	ifg smax 0 {
		set temp secrets[scur]
		set posx wall[temp].x
		set posy wall[temp].y
	}
ends

onevent EVENT_PREKEYS2D
	ifhitkey KEY_N
	{
		state nextsecret
		add scur 1
		ifg scur smax set scur 0
	}
endevent


inside mapster, in conole "include cheater"

After that press N to your heart's content

Thank you!
0

User is offline   necroslut 

#4

As for key commands not working (especially involving alt), switching to US keyboard layout (with shift+alt) tends to work for me.
0

User is offline   juvenite 

#5

isn't it Windows key + Spacebar that changes keyboard input?
0

User is offline   necroslut 

#6

View PostKatrix Kytarix, on 07 May 2020 - 09:54 AM, said:

isn't it Windows key + Spacebar that changes keyboard input?

Both do it. Win+space opens a menu; Shift+alt directly swaps to the "next" layout. Win+space also isn't available in older versions of Windows.

This post has been edited by necroslut: 07 May 2020 - 10:10 AM

0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic


All copyrights and trademarks not owned by Voidpoint, LLC are the sole property of their respective owners. Play Ion Fury! ;) © Voidpoint, LLC

Enter your sign in name and password


Sign in options