Your "success" so far

Renendaru

(Evol)ution is nothing without love.
Reaction score
309
With help from Daskunk, Zuk'rah now levels up, so yay. I also found out how to a change a unit's collision size.

Step 1: Select your unit in the data editor
Step 2: Click on the search box to the upper right, type in pathing footprint.
Step 3: Right click on it and say Modify value.
Step 4: Pick your collision size, but these are presets. From 1x1 to 8x8, I believe.
 

Zwiebelchen

You can change this now in User CP.
Reaction score
60
Man, I dont care how hard to learn the data editor is, if it really provides the freedom I am hoping for.

Btw, has someone already tried making LOTS of custom stats for heroes? Str Int Agi is for pussies ... I want more!
 

Yoshii

New Member
Reaction score
74
Daskunk can you post an example with hero stats? I found how to add them and give them bonus but I have no idea how to increase the number or change the array so they look like this currently

stats 1: 0(starting value)
stats 2: 0(starting value)
Stats 3: 0(starting value)

im trying to make it so for example if i type or do something then it increase by 1(no item stuff) and the effect change but i cant find a trigger that let me do this
 

BlowingKush

I hit the blunt but the blunt hit me.
Reaction score
188

Code:
void libJ4FP_gf_Apply (int lp_player, unit lp_character) {
    // Implementation
    libJ4FP_gv_character[lp_player] = lp_character;
    libJ4FP_gv_playerSmoothTimer[lp_player] = libJ4ST_gf_NewSmoothTimer(libJ4FP_gt_Periodic, lp_player);
    CameraPan(lp_player, UnitGetPosition(lp_character), 0.0, -1, 10, false);
    CameraSetValue(lp_player, c_cameraValueDistance, 0.01, 0.0, -1, 10);
    CameraSetValue(lp_player, c_cameraValueNearClip, UnitGetPropertyFixed(lp_character, c_unitPropRadius, c_unitPropCurrent), 0.0, -1, 10);
    CameraSetValue(lp_player, c_cameraValueHeightOffset, UnitGetPropertyFixed(lp_character, c_unitPropHeight, c_unitPropCurrent), 0.0, -1, 10);
    CameraSetValue(lp_player, c_cameraValuePitch, 0.0, 0.0, -1, 10);
    CameraForceMouseRelative(lp_player, true);
    CameraSetMouseRotates(lp_player, true);
    libJ4FP_gf_ReleaseAllKeys(lp_player);
}

Jesus,

If you turn on Camera relative mode and lock it to a unit (just doing a quick GUI test map)
the screen rotates counterclockwise when you move your mouse to the right
and clockwise when you move it to the left.

your control is opposite, if you move your mouse to the right, you see more of the right area of the map

in your 1st person map, what line or lines of code is responsible for making the mouse operate opposite like a 1st person should?
 

Romek

Super Moderator
Reaction score
964
You can code directly in Galaxy in the editor.
It's a silly solution, but make a custom script action in a trigger:
JASS:
return true; }

/////////////////////////////////////////

< Your Code >

////////////////////////////////////////

bool aaa () {

You'll need to call any functions from another trigger below that one. I suggest making a 'Main' function or something.

Native List extracted from the MPQ.

Also, the trigger debugging window looks interesting. :p
 

Renendaru

(Evol)ution is nothing without love.
Reaction score
309
So... I found out that we'll be able to create custom pathing, within the editor, even fractal squares. But, I have no idea how to get it to work. It will be applied, but the unit loses the ability to move, and sometiems the collision effect won't even be applied.
 

Daskunk

SC2 Forum MVP - TheSkunk #386
Reaction score
186
Daskunk can you post an example with hero stats? I found how to add them and give them bonus but I have no idea how to increase the number or change the array so they look like this currently

stats 1: 0(starting value)
stats 2: 0(starting value)
Stats 3: 0(starting value)

im trying to make it so for example if i type or do something then it increase by 1(no item stuff) and the effect change but i cant find a trigger that let me do this
Under behaviors, edit the ability that makes the hero unit level up (Presuming you've already done that) and edit Veterancy Levels. Down near the bottom of the values of the levels, you can edit Attribute changes to make the hero gain a certain amount of your stat each level.

IDK how to add stats by trigger, as I haven't tried yet. But this sounds like it might work: Unit - Add Charge Used of 1.0 "" For Hero Unit [16.79, 116.33] Agility (My custom Stat)

To get it to look that way once you find the action (Try searching for Behavior in the search box), under Source click the Value Radio button. Attributes, as well as buffs, are selectable. But I have no idea if this really adds some to the stat or not.
 

Yoshii

New Member
Reaction score
74
thanks i got it to work das; dont need to do the radio button stuff
edit: cant get it to work with a trigger tho
 

Jesus4Lyf

Good Idea™
Reaction score
397
This is my success so far. It's looking pretty good. Control a drone from first person. WSAD/E. The jump doesn't yet take cliff height into account.

Edit: Updated. This is actually giving a nice feel to what it's like to be a lone drone on a far away planet... :D
 

Attachments

  • Mod.zip
    582.6 KB · Views: 342

Arkless

New Member
Reaction score
31
This is my success so far. It's looking pretty good. Control a drone from first person. WSAD/E. The jump doesn't yet take cliff height into account.

Edit: Updated. This is actually giving a nice feel to what it's like to be a lone drone on a far away planet... :D

orl y? you feel like being controlled by an overmind while playing that ? :thup:
 

Arkless

New Member
Reaction score
31
Hmm, so I managed something too...: ^^

edit: shoot with s and move with arrow keys
 

Attachments

  • blubb31.zip
    217.3 KB · Views: 318

Arkless

New Member
Reaction score
31
great! is there anyway to shoot?

btw: what deos Param mean and where all all the buttons for in your screen :p

hmm, it's not finished, but forgetting the shoot description kinda fails :3

you can shoot with s thought ^^ (but dont expect too much, there is only one type of enemies.. dumb zealots)

edit: btw. the buttons are for displaying stuff <.< left side shows weapon dialogs (kinda crappy, didnt take my time to fill em properly) right side shows new weapons and upgrades the moment you aquire em
later on you will be able to look through all the messages you already got (on the right side) with the < and > buttons and the last button will get you to the most recent one
 

sqrage

Mega Super Ultra Cool Member
Reaction score
514
And... How does it work?

You just place a chunk of water, and then use the lower/raise tool where you want your water to be, or the cliff down one. And then adjust the height of the water to match your terrain declination. After that you just adjust your terrain and it looks nice an crisp in-game.

Smaller water chunks would be nice... or the ability to delete the remainder of the chunk that we're not using.
 

Renendaru

(Evol)ution is nothing without love.
Reaction score
309
Found that out within 5 seconds of using it, haha. Lighting is very important in this game, as I posted in one thread. Changing the lighting and water type swaps the entire emotion of the terrain. o.o
 

Zwiebelchen

You can change this now in User CP.
Reaction score
60
Hmm, so I managed something too...: ^^

edit: shoot with s and move with arrow keys
Very nice work. Amazing how well the new UI interface buttons/menues work.
Can't wait to use em too.

PS: Don't know if you already tested your map in Bnet ... I did some minutes ago and it seemed that the Delay on Keypress events is rather very small compared to WC3. However, you can still "feel" the difference between solo and multiplayer in terms of reaction speed. But I feel like finally FPS styled games are possible, even in bnet.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Ghan Ghan:
    Howdy
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though
  • Ghan Ghan:
    Heard Houston got hit pretty bad by storms last night. Hope all is well with TH.
  • The Helper The Helper:
    Power back on finally - all is good here no damage
    +2
  • V-SNES V-SNES:
    Happy Friday!
    +1

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top