Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
ipaqmaster

cell charger

Recommended Posts

i was looking for a weapon that makes calls * Solar PANEL :DDDDD


hai again...


im working on my little mod of music and so but i have made them run off cells
*like a bettery for them*
and i wanted to create a generatr of somesort *like a solar panel* ^.^
to charge them after running outcharging is going to be slow.
but how do i make is charge?





its all better naow i fook out the stop sound code from the actor*
thx 2 those who looked :)

Share this post


Link to post

If you script this, it gives cells.

Script 1 ENTER
{
GiveInventory("cell",1);
Delay(200);
Restart
}

Share this post


Link to post

I wonder if it'd be possible to alter the rate at which the script gives cells based on the light level of the sector you are in. That would be kind of cool for a "solar powered" type deal.

Share this post


Link to post

A Rick Roller type mod? That actually requires battery power? :DD

There HAS to be a way for this. So you mean a portable music player in Doom that runs on solar batteries. Basically they have to recharge while under the Sky. I don't know if DECORATE has a ceiling texture controller, but ACS surely should have. Make an ACS caller in the weapon bobbing frames that calls an ACS script telling to slowly recover cells while the ceiling texture the sector the player is in is F_SKY1.

Share this post


Link to post

I think light level would be more appropriate. What if the map has a night sky? Wouldn't make much sense. Plus some people have some pretty intricate outdoor courtyards with all sorts of stuff overhead which might play havok with the code.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×