Can a .dll still access 'Editor' console variables?

Moderators: GSH, VSMIT, Red Devil, Commando

Post Reply
User avatar
TheJamsh
Bull Dog
Posts: 689
Joined: Sat Feb 19, 2011 5:49 pm

Can a .dll still access 'Editor' console variables?

Post by TheJamsh »

Main reason I ask is because I want to create maps with rising water levels etc, is it possible to use a mission script to still alter variables in the multiplayer .exe like the following:

editor.water.height ##
editor.water.layer ##

so on and so forth. scripted weather too if possible. Im not sure if the variables are locked down just by the console or if they are totally inaccesible in the main game exe
User avatar
Red Devil
Recycler
Posts: 4398
Joined: Fri Feb 18, 2011 5:10 pm
Location: High in the Rocky Mountains

Re: Can a .dll still access 'Editor' console variables?

Post by Red Devil »

try it and see?
User avatar
TheJamsh
Bull Dog
Posts: 689
Joined: Sat Feb 19, 2011 5:49 pm

Re: Can a .dll still access 'Editor' console variables?

Post by TheJamsh »

I only have BZ2 Scriptor capabilities at the moment, and It's not immensly powerful in comparison to C++ which might have better luck...

And i know jack about C++..
User avatar
Nielk1
Flying Mauler
Posts: 2991
Joined: Fri Feb 18, 2011 10:35 pm
Contact:

Re: Can a .dll still access 'Editor' console variables?

Post by Nielk1 »

Open the DLL source, in execute add a line that does something in the console repeatedly that is normally editor only. Something you can notice. Maybe setting something to some random value. Then try the game in normal using that DLL.

You do it though, I am quite tired of helping you with what I get in return.
Sly
Griefer
Posts: 79
Joined: Mon Mar 14, 2011 9:01 pm

Re: Can a .dll still access 'Editor' console variables?

Post by Sly »

good
User avatar
Zero Angel
Attila
Posts: 1536
Joined: Mon Feb 21, 2011 12:54 am
Contact:

Re: Can a .dll still access 'Editor' console variables?

Post by Zero Angel »

You do it though, I am quite tired of helping you with what I get in return.
Image
User avatar
General BlackDragon
Flying Mauler
Posts: 2408
Joined: Sat Feb 19, 2011 6:37 am
Contact:

Re: Can a .dll still access 'Editor' console variables?

Post by General BlackDragon »

Zero Angel wrote: Image
*saves
Kasimir
Scrap
Posts: 4
Joined: Wed Aug 31, 2011 10:00 pm

Re: Can a .dll still access 'Editor' console variables?

Post by Kasimir »

Zero Angel wrote:
You do it though, I am quite tired of helping you with what I get in return.
Image
This is amazing.
User avatar
Ded10c
Recycler
Posts: 3815
Joined: Sun Feb 20, 2011 11:05 am
Location: Stoke-on-Trent
Contact:

Re: Can a .dll still access 'Editor' console variables?

Post by Ded10c »

Image
When life gives you lemons, make lemon 'nades.

Also, http://www.youtube.com/watch?v=Dt6iTwVIiMM
Post Reply